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