Snapshot
Pruning
Indexer
Version Tag
100/0/19
null
v0.5.3-testnet
Stop the service
sudo systemctl stop nolus-testnet.serviceReset the data and save validator state
cp $HOME/.nolus/data/priv_validator_state.json $HOME/.nolus/priv_validator_state.json.backup
rm -rf $HOME/.nolus/dataDownload latest snapshot and recover validator state
curl -L https://snapshots.kjnodes.com/nolus-testnet/snapshot_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.nolus
mv $HOME/.nolus/priv_validator_state.json.backup $HOME/.nolus/data/priv_validator_state.jsonRestart the service and check the log
sudo systemctl start nolus-testnet.service && sudo journalctl -fu nolus-testnet.service -o catLast updated