You can use the node snapshot below to get the block height
according to the latest snapshot file we uploaded, we usually
update the snapshot every 12/24 hours "UTC". With node
snapshots, you can save storage space and time to sync your
nodes.
Our Prune Configuration
pruning = "custom"
# applied pruning strategy
pruning-keep-recent = "100"
pruning-interval = "10"
Snapshot Info
Wasm file
Instructions with terminal
Note*
- If snapshot info doesn't show data, it means our server is down.sudo apt install lz4 -y
sudo systemctl stop sided
systemctl --user stop sided
For Validator node
# default path
# $HOME/.side/config/priv_validator_key.json
cp $HOME/.side/data/priv_validator_state.json $HOME/.side/priv_validator_state.json.bak
sided tendermint unsafe-reset-all --home $HOME/.side --keep-addr-book
rm -r $HOME/.side/wasm
curl -o - -L https://snapshot-de-1.genznodes.dev/side/side-680131.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.side
mv $HOME/.side/priv_validator_state.json.bak $HOME/.side/data/priv_validator_state.json
sudo systemctl restart sided
journalctl -fu sided -o cat
systemctl --user restart sided
journalctl --user -fu sided -o cat