March 6, 2023

Project Nolus:Snapshot

Stop the node service:

sudo systemctl stop nolusd

Move the priv_validator_state.json file:

cp $HOME/.nolus/data/priv_validator_state.json $HOME/.nolus/priv_validator_state.json

Delete the data folder:

rm -rf $HOME/.nolus/data

Go to the directory:

cd .nolus

Download the snapshot:

wget http://217.76.53.144/data.tar.gz

Unzip:

 tar -xf data.tar.gz

Delete the archive:

 rm -rf data.tar.gz

Move the file priv_validator_state.json:

mv $HOME/.nolus/priv_validator_state.json $HOME/.nolus/data/priv_validator_state.json

Start the node service:

sudo systemctl start nolusd

Checking the logs:

 sudo journalctl -u nolusd -f --no-hostname -o cat

https://twitter.com/NolusProtocol

https://nolus.io/