Snapshot

Snapshots are taken automatically every 4 hours starting at 00:00 UTC

Pruning
Indexer
Version Tag
Download

100/0/10

null

v0.38.5

Stop the service and reset the data

sudo systemctl stop junctiond.service
cp $HOME/.junction/data/priv_validator_state.json $HOME/.junction/priv_validator_state.json.backup
rm -rf $HOME/.junction/data

Download latest snapshot

curl -L https://testnet-files.suntzu.dev/download/testnet/airchains/airchains-snapshot.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.junction
mv $HOME/.junction/priv_validator_state.json.backup $HOME/.junction/data/priv_validator_state.json

Restart the service and check the log

sudo systemctl start junctiond.service && sudo journalctl -u junctiond.service -f --no-hostname -o cat

Last updated