These snapshots are intended to assist node operators in running an efficient node on the Berachain network.
<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.
sudo apt update
sudo apt install snapd -y
sudo snap install lz4
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
sudo systemctl stop beacond.service
cp $HOME/.beacond/data/priv_validator_state.json $HOME/.beacond/priv_validator_state.json