Snapshot

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.kzvn.xyz/initia/initiation-1_latest.tar.lz4 | tar -Ilz4 -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

PreviousState SyncNextCheat Sheet

Last updated 9 hours ago