Stargaze
Download daily snapshot:
LATEST HEIGHT | SIZE | CHAIN ID | PRUNING | DATE | TIME | LINK |
---|---|---|---|---|---|---|
10624656 | 2.7G | stargaze-1 | archive | 2023-10-25 | 22:18:56 | stargaze-1_2023-10-25.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 stargaze.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/.starsd/data/priv_validator_state.json $HOME/priv_validator_state.json
- Delete the data:
starsd tendermint unsafe-reset-all --home $HOME/.starsd
Download the snapshot archive:
wget -O - https://snapshots.stakecraft.com/stargaze-1_2023-10-25.tar | tar -xvf -C ~/.starsd/data/
Copy your priv_validator_state.json to its original place:
mv $HOME/priv_validator_state.json $HOME/.starsd/data/priv_validator_state.json
Start service and check the logs:
sudo systemctl start stargaze.service
sudo journalctl -u stargaze.service -f