# Snapshot in Nolus Protocol **Published by:** [ponochka](https://paragraph.com/@ponochka/) **Published on:** 2023-03-01 **URL:** https://paragraph.com/@ponochka/snapshot-in-nolus-protocol ## Content Download the snapshot sudo systemctl stop nolusd cp $HOME/.nolus/data/priv_validator_state.json $HOME/.nolus/priv_validator_state.json.backup okp4d tendermint unsafe-reset-all --home $HOME/.nolus --keep-addr-book # download snapshot curl -L http://75.119.132.25:1000/nolus.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.nolus --strip-components 2 mv $HOME/.nolus/priv_validator_state.json.backup $HOME/.nolus/data/priv_validator_state.json sudo systemctl restart nolusd sudo journalctl -u nolusd -f --no-hostname -o cat ## Publication Information - [ponochka](https://paragraph.com/@ponochka/): Publication homepage - [All Posts](https://paragraph.com/@ponochka/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@ponochka): Subscribe to updates