Skip to content

Snapshot

Snapshots are created automatically every 12 hours starting from 00:00 UTC
Section titled “Snapshots are created automatically every 12 hours starting from 00:00 UTC”
Pruning: 100/0/19 Indexer: null Version Tag: v0.1.0
Section titled “Pruning: Indexer: Version Tag: ”
sudo apt update && sudo apt install lz4 -y
sudo systemctl stop hedged
cp $HOME/.hedge/data/priv_validator_state.json $HOME/.hedge/priv_validator_state.json.backup
hedged tendermint unsafe-reset-all --home $HOME/.hedge --keep-addr-book
curl -o - -L https://snapshots.moonbridge.org/testnet/hedge/snapshot_latest.tar.lz4 | lz4 -dc - | tar -x -C $HOME/.hedge
mv $HOME/.hedge/priv_validator_state.json.backup $HOME/.hedge/data/priv_validator_state.json
sudo systemctl start hedged && sudo journalctl -u hedged -f --no-hostname -o cat