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 initiad
systemctl --user stop initiad
For Validator node
# default path
# $HOME/.initia/config/priv_validator_key.json
cp $HOME/.initia/data/priv_validator_state.json $HOME/.initia/priv_validator_state.json.bak
initiad tendermint unsafe-reset-all --home $HOME/.initia --keep-addr-book
rm -r $HOME/.initia/wasm
curl -o - -L https://testnet-snapshot.genznodes.dev/initia/Not-Available | lz4 -c -d - | tar -x -C $HOME/.initia
mv $HOME/.initia/priv_validator_state.json.bak $HOME/.initia/data/priv_validator_state.json
sudo systemctl restart initiad
journalctl -fu initiad -o cat
systemctl --user restart initiad
journalctl --user -fu initiad -o cat