Snapshots

Her 24 saatte bir Snapshot Alır ve yayınlar.

Stop the service and reset the data

sudo systemctl stop sided
cp $HOME/.side/data/priv_validator_state.json $HOME/.side/priv_validator_state.json.backup
rm -rf $HOME/.side/data $HOME/.side/wasm

Download latest snapshot

curl https://snapshots.coinhunterstr.com/testnet/side/snapshot_latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.sunrise
mv $HOME/.side/priv_validator_state.json.backup $HOME/.side/data/priv_validator_state.json

Restart the service and check the log

sudo systemctl restart sided && sudo journalctl -u sided-f

Last updated