Snapshot
For faster syncing, a snapshot may be used. It is updated every day at 17:00 UTC. The metadata may first be used to assess whether a snapshot will help.
Verify that your block number (exocored query block | jq -r .block.header.height
) is less than that in the file, and that the chain-id matches. If you haven't synced your node at all yet, you can skip the block number check.
Then, download the snapshot.
Stop the node (if it is running), clear the existing data, extract the snapshot and start the node. Before extracting, ensure that lz4
is installed by using apt install lz4
or yum install lz4
.
Check the node's block height matches that in the metadata above using exocored query block | jq -r .block.header.height
.
Once the node is syncing, the snapshot may be deleted by using rm -rf $HOMEDIR/snapshot.tar.lz4
.
Last updated