Skip to main content

Juno ggg

Download daily snapshot:

LATEST HEIGHTSIZECHAIN IDPRUNINGDATETIMELINK
12826519113Gjuno-1archive2024-01-0301:05:26juno-1_2024-01-03.tar

Instructions

Our tips

We are providing several commands in order to download and extract the snapshot to its corresponding place. Don't hesitate to adjust the commands according to your setup.

Stop the service:

sudo systemctl stop juno.service
Back up your priv_validator_state.json

Please make sure you have a copy of priv_validator_state.json from data folder.

  1. Backup priv_validator_state.json:
cp $HOME/.junod/data/priv_validator_state.json $HOME/priv_validator_state.json
  1. Delete the data:
junod tendermint unsafe-reset-all --home $HOME/.junod

Download the snapshot archive:

wget -O - https://snapshots.stakecraft.com/juno-1_2024-01-03.tar | tar -xvf -C ~/.junod/data/ 

Copy your priv_validator_state.json to its original place:

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

Start service and check the logs:

sudo systemctl start juno.service
sudo journalctl -u juno.service -f