BonyNode❤️ ChainServices
🔋EXPLORER🔋
  • 👽BonyNode NEW SERVICE!
  • 🌄BonyNode Explorer
  • 💸Supported IBC Relayers
  • 💚Supported Chains
  • 🧙‍♀️Monitoring Tools
  • 🏝️Governance Proposals Bots
  • Mainnet
    • 🚀TIMPI
      • Installation
      • Upgrade
      • Snapshot
      • Useful commands
    • 💫COSMOS HUB
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 💫OSMOSIS
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 💫ARCHWAY
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 💫BLOCKX
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
  • Testnet
    • 🚀ANDROMEDA
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 🚀ARCHWAY
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 🚀AIRCHAINS
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 🚀CARDCHAIN
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 🚀CROSSFI
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
      • Grant Validators
      • Testnet Guide
    • 🚀CELESTIA
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 🚀COMPOSABLE
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 🚀INITIA
    • 🚀DYMENSION
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 🚀ELYS
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 🚀HYPERSIGN
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 🚀LAVA
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
      • Public RPC, API
    • 🚀NAMADA
      • Install
      • Public RPC
      • Useful Commands
    • 🚀NOLUS
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 🚀OJO
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 🚀OLLO
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
    • 🚀SIDE
      • Installation
      • Upgrade
      • Snapshot
      • State sync
      • Useful commands
  • 🧩GEAR PROTOCOL
  • 🧩MUON
  • 🧩MASSA
  • 🧩SHARDEUM
  • 🧩SUBSPACE
  • 🧩STARKNET
  • 🧩TAIKO
  • Team BonyNode
    • 🟩About Team
    • 🟢Сommunity Network
Powered by GitBook
On this page
  1. Testnet
  2. ELYS

Snapshot

PreviousUpgradeNextState sync

Last updated 1 year ago

Snapshots allows a new node to join the network by recovering application state from a backup file. Snapshot contains compressed copy of chain data directory. To keep backup files as small as plausible, snapshot server is periodically beeing state-synced.

Snapshots are taken automatically every 6 hours starting at 08:30 UTC

Pruning
Indexer
Version Tag

100/0/19

null

v0.29.24

Block
Age
Download

6479996

18 hours

Stop the service and reset the data

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

Download latest snapshot

curl -L https://snapshots.kjnodes.com/elys-testnet/snapshot_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.elys
mv $HOME/.elys/priv_validator_state.json.backup $HOME/.elys/data/priv_validator_state.json

Restart the service and check the log

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

ITROCKET

Snapshot

height: 6493887 | 38m ago | size: 3.5GB | pruning: custom: 100/0/10 | indexer: null

sudo systemctl stop elysd

cp $HOME/.elys/data/priv_validator_state.json $HOME/.elys/priv_validator_state.json.backup

rm -rf $HOME/.elys/data 
curl https://testnet-files.itrocket.net/elys/snap_elys.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.elys

mv $HOME/.elys/priv_validator_state.json.backup $HOME/.elys/data/priv_validator_state.json

sudo systemctl restart elysd && sudo journalctl -u elysd -f

with sha256sum

🚀
snapshot (13.95 GB)
2e47b5