Shido Snapshot
Installation Snapshot Guide
Section titled “Installation Snapshot Guide”1. Stop the Node & Backup Validator State
Section titled “1. Stop the Node & Backup Validator State”sudo systemctl stop shidodcp $HOME/.shidod/data/priv_validator_state.json $HOME/.shidod/priv_validator_state.json.backup2. Reset Node Data
Section titled “2. Reset Node Data”shidod tendermint unsafe-reset-all --home $HOME/.shidod --keep-addr-book3. Download and Extract the Snapshot
Section titled “3. Download and Extract the Snapshot”curl -L "https://hub.maouam.xyz/hub/mainnet/shido/snapshot/snapshot-shido-latest.tar.lz4" | lz4 -dc - | tar -xf - -C $HOME/.shidod4. Restore Validator State
Section titled “4. Restore Validator State”mv $HOME/.shidod/priv_validator_state.json.backup $HOME/.shidod/data/priv_validator_state.json5. Restart Node and Verify Logs
Section titled “5. Restart Node and Verify Logs”sudo systemctl restart shidodsudo journalctl -u shidod -f --no-hostname -o cat