Snapshot

Pruning
Indexer
Version Tag

100/0/19

null

v1.5.0

Block
Age
Download

9249897

6 hours

Stop the service

sudo systemctl stop nibiru.service

Reset the data and save validator state

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

Download latest snapshot and recover validator state

curl -L https://snapshots.kjnodes.com/nibiru/snapshot_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 nibiru.service && sudo journalctl -fu nibiru.service -o cat

Last updated