Snapshot
Catch the latest block faster by using our daily snapshots.
Snapshot
Instructions
Stop the service and reset the data
sudo systemctl stop {{ network }}
cp $HOME/{{ folder }}/data/priv_validator_state.json $HOME/{{ folder }}/priv_validator_state.json.backup
rm -rf $HOME/{{ folder }}/dataDownload latest snapshot
curl -L https://snapshots.stakeandrelax.net/snapshots/{{ network }}/snapshot_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/{{ folder }}
mv $HOME/{{ folder }}/priv_validator_state.json.backup $HOME/{{ folder }}/data/priv_validator_state.jsonAdd seeds
sed -i -e "s|^seeds *=.*|seeds = \"@\"|" $HOME/{{ folder }}/config/config.tomlRestart the service and check the log
Last updated