BeraChain Validator Tools & Infrastructure Documentation
Complete infrastructure toolkit for BeraChain validators and developers. Access our professional-grade services including RPC nodes, API endpoints, daily snapshots, and real-time metrics. Our berachain infrastructure features optimized pruning configurations, automated backups, and comprehensive monitoring solutions. Supporting both mainnet and testnet environments with dedicated endpoints, state-sync services, and detailed technical documentation for seamless network participation and development.
Get your node synchronized with the chain in minutes using all the available peering options and optimize your p2p connection using our seed node.
#Peering tools
#quick connect through Snapshot
โย ย ย
Use this if you need to quickly re-peer
sudo systemctl stop beacond
seeds="{{ seeds }}"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" $HOME/.beacond/config/config.toml
curl -Ls https://snapshots.lavenderfive.com/testnet-snapshots/berachain/addrbook.json > $HOME/.beacond/config/addrbook.json
sudo systemctl restart beacond
#seed node
[email protected]:25456
#latest addrbook
curl -Ls https://snapshots.lavenderfive.com/testnet-snapshots/berachain/addrbook.json > $HOME/.beacond/config/addrbook.json
#live peers
peers="{{ peers }}"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" $HOME/.beacond/config/config.toml
#all seed nodes
seeds="{{ seeds }}"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" $HOME/.beacond/config/config.toml
Chain ID:
The unique identifier for the blockchain network.
bartio-beacon-80086
Latest Version:
The latest version of the chain software.
v0.2.0-alpha.8
Github:
The Github repository hosting the code for the network in question.
Public endpoints
Public endpoints are rate limited but can be used for basic CLI usage, node syncing or testing environments. Request an API key for enhanced access limits, we offer free trial periods of 14 days and cheap shared access plans from $50 a month.
Json-RPC
JSON-RPC endpoint for EVM interactions and queries. This is the main endpoint for Ethereum like networks but might co-exist alongside a consensus RPCs on Cosmos like networks that have a separate consensus endpoint like Berachain, Story and Evmos.
True
ยฉ 2022 Lavender.Five Nodes. All rights reserved.