Snapshot

Instructions

Stop the service and reset the data

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

Download latest snapshot

curl -L http://snapshots.liveraven.net/snapshots/nibiru/cataclysm-1_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.nibid
mv $HOME/.nibid/priv_validator_state.json.backup $HOME/.nibid/data/priv_validator_state.json

Restart the service and check the log

sudo systemctl start nibid && sudo journalctl -u nibid -fn 100 -o cat

Last updated