📷Snapshot

Stop the service and reset the data

sudo systemctl stop initia.service
cp $HOME/.initia/data/priv_validator_state.json $HOME/.initia/priv_validator_state.json.backup
rm -rf $HOME/.initia/data

Download latest snapshot

curl -L https://snapshots.initia.alexz.site/initia-testnet/snapshot_latest.tar | tar -xf - -C $HOME/.initia
mv $HOME/.initia/priv_validator_state.json.backup $HOME/.initia/data/priv_validator_state.json

Restart the service and check the log

sudo systemctl start initia.service && sudo journalctl -u initia.service -f --no-hostname -o cat

Last updated