<aside> ⚠️
This snapshot service is deprecated. Please use a different one: https://github.com/chuck-bear/awesome-berachain-validators/blob/main/README.md#snapshots
For mainnet, go to this page: ‣
</aside>
These snapshots are intended to assist node operators in running an efficient node on the Berachain network.
<aside> 📢 Snapshots are uploaded daily at 12:00 PM UTC
</aside>
<aside> 🔗 bera-testnet-v2_latest.tar.lz4
</aside>
| Chain ID | SDK | Tendermint | Binary | |
|---|---|---|---|---|
| bartio-beacon-80084 | v0.46.0 | 1.0.0-alpha.2 | v0.2.0-alpha.0 | |
| Pruning | Keep Recent | Interval | Indexer | db_backend |
| custom | 100 | 10 | null | pebbledb |
Since the snapshot is located in the Seoul region, APAC users can access it more quickly.
sudo apt update
sudo apt install snapd -y
sudo snap install lz4
wget -O bera-testnet-v2_latest.tar.lz4 <http://snapshot.a41.io.s3.ap-northeast-2.amazonaws.com/berachain-testnet-v2/bera-testnet-v2_latest.tar.lz4> --inet4-only
sudo systemctl stop beacond.service