⌚State sync
fff5f6980591805db4c7aea96931d5815fa75563@65.108.6.45:46656State 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
after echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH you should see something like this
Attention. You may see the following errors ERR snapshot manager not configured ERR State sync failed err="state sync aborted" module=statesync
In this case, set the value of snapshot-interval to be greater than zero
Last updated