Snapshot
Syncing from the genesis can be time and ressource consumer.
In order to reduce disk utilisation and deploye a node very quickly you can download a recent snapshot and start the node from it.
Download the snapshot
Comming soon!
Stop the node
sudo systemctl stop Juno
Delete the database of the node.
Make sure to back up the priv_validator_key.json
before doing this.
junod tendermint unsafe-reset-all --home $HOME/.juno --keep-addr-book
Decompress the snapshot
lz4 -c -d Snapshot | tar -x -C $HOME/.juno
Restart the service
systemctl start juno.service | journalctl -u juno.service -f