Juno ggg
Download daily snapshot:
LATEST HEIGHT | SIZE | CHAIN ID | PRUNING | DATE | TIME | LINK |
---|---|---|---|---|---|---|
12826519 | 113G | juno-1 | archive | 2024-01-03 | 01:05:26 | juno-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.
- Backup priv_validator_state.json:
cp $HOME/.junod/data/priv_validator_state.json $HOME/priv_validator_state.json
- 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