Skip to content

FerunTvgen/nolus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

nolus snapshot

Stop the service and reset the data

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

Download latest snapshot

cd $HOME/wget http://95.217.16.17:8000/nolusdata.tar.gz 
tar -C $HOME/ -zxvf nolusdata.tar.gz --strip-components 1
mv $HOME/.nolus/priv_validator_state.json.backup $HOME/.nolus/data/priv_validator_state.json

Restart the service and check the log

sudo systemctl start nolusd && sudo journalctl -u nolusd -f --no-hostname -o cat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published