Snapshots

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 https://snapshots.coinhunterstr.com/snap_initia.tar.lz4 | lz4 -dc - | 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 restart initia.service && sudo journalctl -u initia.service -f --no-hostname -o cat

Last updated