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/10 Indexer: null Version Tag: jip-2
Section titled “Pruning: Indexer: Version Tag: ”Install tools
Section titled “Install tools”sudo apt update && sudo apt install lz4 -y
Stop the service and reset the data
Section titled “Stop the service and reset the data”sudo systemctl stop junctiondcp $HOME/.junctiond/data/priv_validator_state.json $HOME/.junctiond/priv_validator_state.json.backupjunctiond tendermint unsafe-reset-all --home $HOME/.junctiond --keep-addr-book
Download latest snapshot
Section titled “Download latest snapshot”curl -o - -L https://snapshots.moonbridge.org/testnet/airchains/snapshot_latest.tar.lz4 | lz4 -dc - | tar -x -C $HOME/.junctiondmv $HOME/.junctiond/priv_validator_state.json.backup $HOME/.junctiond/data/priv_validator_state.json
Start the service and check the logs
Section titled “Start the service and check the logs”sudo systemctl start junctiond && sudo journalctl -u junctiond -f --no-hostname -o cat