Agoric
Download daily snapshot:
LATEST HEIGHT | SIZE | CHAIN ID | PRUNING | DATE | TIME | LINK |
---|---|---|---|---|---|---|
9721305 | 37G | agoric-3 | archive | 2023-05-03 | 03:41:43 | agoric-3_2023-05-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 agd.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/.agd/data/priv_validator_state.json $HOME/priv_validator_state.json
- Delete the data:
agd tendermint unsafe-reset-all --home $HOME/.agd
Download the snapshot archive:
wget -O - https://snapshots.stakecraft.com/agoric-3_2023-05-03.tar | tar -xvf -C ~/.agd/data/
Copy your priv_validator_state.json to its original place:
mv $HOME/priv_validator_state.json $HOME/.agd/data/priv_validator_state.json
Start service and check the logs:
sudo systemctl start agd.service
sudo journalctl -u agd.service -f