Snapshot
Snapshots are taken automatically every 6 hours starting at 04:00 UTC
Pruning
Indexer
Version Tag
100/0/19
null
v0.8.1
Stop the service
sudo systemctl stop side-testnet.serviceReset the data and save validator state
cp $HOME/.side/data/priv_validator_state.json $HOME/.side/priv_validator_state.json.backup
rm -rf $HOME/.side/dataDownload latest snapshot and recover validator state
curl -L https://snapshots.kjnodes.com/side-testnet/snapshot_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.side
mv $HOME/.side/priv_validator_state.json.backup $HOME/.side/data/priv_validator_state.jsonRestart the service and check the log
sudo systemctl start side-testnet.service && sudo journalctl -fu side-testnet.service -o catLast updated