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.
Prepare for and the upcomming chain upgrade using Cosmovisor.
#Upgrade
ⓘ  Â
Since we are using Cosmovisor, it makes it very easy to prepare for upcoming upgrade.
You just have to build new binaries and move it into cosmovisor upgrades directory.
#Download and build upgrade binaries
# Clone project repository
cd $HOME
rm -rf berachain
git clone https://github.com/berachain/beacon-kit berachain
cd berachain
git checkout v0.2.0-alpha.8
# Build binaries
make build
# Prepare binaries for Cosmovisor
mkdir -p $HOME/.beacond/cosmovisor/upgrades/v15/bin
mv build/beacond $HOME/.beacond/cosmovisor/upgrades/v15/bin/
rm -rf build
Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!
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.