Snapshot
Pruning
Indexer
Version Tag
100/0/19
null
v1.5.0
Block
Age
Download
Stop the service
sudo systemctl stop nibiru.serviceReset 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/dataDownload 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.jsonRestart the service and check the log
sudo systemctl start nibiru.service && sudo journalctl -fu nibiru.service -o catLast updated