Joining Testnet Using State Sync
State sync offers the quickest way to join SEDA Testnet using only the current binary.
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:
You may have to disable SEDA signer to start the node. If you are a validator, please read SEDA Keys to set up SEDA signer after you finish the current instructions.
Start the node.
Last updated
Was this helpful?