State sync

State sync allows a new node to join a network by fetching a snapshot of the network state at a recent height, instead of fetching and replaying all historical blocks

Some blockchains do not yet know how to transfer wasm along with State sync. Download wasm if necessary

Important - different blockchains need a different amount of RAM to successfully start with State sync. Average 4 GB RAM

State sync

Currently, State sync on this node is not stable!!!

# stop the service and clear the database
# download wasm if necessary
# add peer

after echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH you should see something like this

# restart node

Last updated