Skip to main content

Band

Download daily snapshot:

LATEST HEIGHTSIZECHAIN IDPRUNINGDATETIMELINK
24669860796Glaozi-mainnetarchive2024-01-0405:41:49laozi-mainnet_2024-01-04.tar
222053853.5Tlaozi-mainnetarchive2023-10-1822:27:34laozi-mainnet_archive_2023-10-18.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 bandd.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/.band/data/priv_validator_state.json $HOME/priv_validator_state.json
  1. Delete the data:
bandd tendermint unsafe-reset-all --home $HOME/.band

Download the snapshot archive:

wget -O - https://snapshots.stakecraft.com/laozi-mainnet_2024-01-04.tar | tar -xvf -C ~/.agd/data/ 

Copy your priv_validator_state.json to its original place:

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

Start service and check the logs:

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