๐คJoining Testnet Using State Sync
The state sync feature removes the hassle of manually downloading and decompressing a snapshot by automatically fetching a snapshot from a peer and then initiating the syncing process. This syncing strategy requires two trusted RPC nodes. SEDA's two seed nodes for the testnet are 13.41.125.154
and 18.171.36.35
.
To use state sync, first initialize your node if you haven't done so:
Then obtain a trusted block height and hash from a trusted node. For example:
Enable state sync and fill out the relevant fields in config.toml
accordingly:
Start the node.
Last updated