Suntzu | Chain services
Explorer
  • 🏆Mainnet
    • Celestia
      • ⚙️Installation
      • Wallet
      • Validator
      • RPC, API, GRPC
      • Snapshot
      • State Sync
  • 🥈Testnet
    • 0g.ai
      • ⚙️Installation
      • 🔼Upgrade
      • ⛓️Sync
      • ✅RPC, API, GRPC
      • 🎯Useful commands
    • Initia
      • ⚙️Installation
      • 🔼Upgrade
      • ⛓️Sync
      • ✅RPC, API, GRPC
      • 🎯Useful commands
    • Axelar
      • ⚙️Installation
      • 🔼Upgrade
      • ⛓️Sync
      • 🎯Useful commands
    • Celestia
      • ⚙️Installation
      • Wallet
      • Validator
      • RPC, API, GRPC
      • Snapshot
      • State Sync
    • Airchains
      • ⚙️Installation
      • RPC, API, GRPC
      • Validator
      • Snapshot
Powered by GitBook
On this page
  1. Testnet
  2. Airchains

Snapshot

PreviousValidator

Last updated 1 year ago

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
🥈
snapshot