These snapshots are intended to assist node operators in running an efficient node on the Berachain network.


1. Snapshots

<aside> 🔗 beacond_mainnet_latest.tar.lz4

</aside>

Chain ID Binary
mainnet-beacon-80094 v1.1.1
Pruning Keep Recent Interval Indexer db_backend
everything 0 0 null pebbledb

Since the snapshot is located in the Seoul region, APAC operators can download it faster.

2. Requirements

sudo apt update
sudo apt install snapd -y
sudo snap install lz4

3. Download Snapshot

wget -O beacond_mainnet_latest.tar.lz4 <http://snapshot.a41.io.s3.ap-northeast-2.amazonaws.com/berachain-mainnet/beacond_mainnet_latest.tar.lz4> --inet4-only

4. Stop the service

sudo systemctl stop beacond.service

5. Backup priv_validator_state.json & Reset

cp $HOME/.beacond/data/priv_validator_state.json  $HOME/.beacond/priv_validator_state.json