Collection of Berachain validators resources
Monitoring
Proof of Liquidity
Data
Snapshots
FAQ
- Tenderduty - Comprehensive monitoring tool for Tendermint chains. Its primary function is to alert a validator if they are missing blocks, and more.
- cosmos-validator-watcher - Real-time Cosmos-based chains monitoring.
- Synergynode cutting board tool - Simple UI to manage your Berachef cutting board.
- Kodiak cutting board tool - Simple UI to manage your Berachef cutting board.
- BGTscan - BGT rewards dashboard
- Nodes map - Berachain v2 nodes map
- B-Harvest dashboard - Validators data by B-Harvest
Provider | URL | Database |
---|---|---|
Imperator | https://www.imperator.co/services/chain-services/testnets/bera-v2 | goleveldb |
Blacknodes | https://services.blacknodes.net/Berachain-V2/ | pebbledb |
Contribution DAO | https://services.contributiondao.com/testnet/berachain-v2/snapshots | pebbledb |
Staketab | https://services.staketab.org/docs/beacon-testnet/snapshot | pebbledb |
A41 | https://narrow-cello-dab.notion.site/A41-Berachain-Testnet-v2-Snapshots-4d39b8e7046e4fc8bce4ce9cf5053b97 | pebbledb |
Synergy Nodes | https://synergynodes.com/service/berachain-v2-testnet | pebbledb |
L0vd services | https://chain-services.l0vd.com/testnets/berachain_v2/snapshot#sync-from-snapshot-pebbledb | pebbledb |
TTT VN | https://services.tienthuattoan.com/testnet/berachain-v2/snapshot | pebbledb |
Brightlystake | https://testnet-berav2.brightlystake.com/snapshot/ | pebbledb |
Blockhunters | https://blockhunters.dev/testnet/berachainv2/snapshot | goleveldb |
- How do I address missed blocks on my validator?
- Check disk I/O metrics, make sure your node can keep up.
- NVMe storage is highly recomended over SSDs for better performance.
- The CPU is another possible bottleneck. Some users have reported that overclocking has helped dissipate the problem.
- For validators on AWS,
i4i.2xlarge
is a good example of machine spec which has been reported to work without issues. - For more context, please see this relevant discussion.
- My BGT rewards are delayed or missing!
- Please review your cutting board, ensure that the weights are setup exactly the way you expect them.
- You can use any of these tools to make the job easy.
- Currently the rewards distribution is less centralized and (very rarely) likely to be disrupted. The berachain team will continue to monitor and fix any problems, but expect more decentralization (and more resileince) in the future.
- If you updated your cutting board and are worried about the status of the update, you can check the current status through a contract call. Please see discussion here.
- I have questions on snapshots?
- More information here.
- I'm unable to update the cutting board - returns an error
- Please see above for tools that you can use to update your cutting board. You can also run trasanctions from the command-line (ex.
cast
) - Check the transaction details on the explorer - what does it say? For example, this transaction returned an error because the operator address was not registered.
- To set the operator address, run:
cast send 0xfb81E39E3970076ab2693fA5C45A07Cc724C93c2 "setOperator(address)" 0xYOUROPERATORADDRESS --rpc-url ETH_RPC_URL --private-key YOURPRIVATEKEYWITHOUT0x
- Please make sure to read the instructions very carefully - addresses, amounts, etc.
- Please see above for tools that you can use to update your cutting board. You can also run trasanctions from the command-line (ex.
Your contributions are welcome! Please feel free to submit a Pull Request.
- 2024-08-02: Initial release