Utilizing Cosmos Validator Watcher for Enhanced dYdX Chain Monitoring

Hi dYdX community members,

This is Matt and Edgar from Kiln, your peers in the node operating space on the dYdX chain.

We’d like to share a tool we’ve been using for better monitoring and managing of our nodes on all Cosmos chains: the Cosmos Validator Watcher: GitHub - kilnfi/cosmos-validator-watcher: Real-time Cosmos-based chains monitoring
It’s fully open-sourced under MIT license.

About Cosmos Validator Watcher

This tool is designed as a Prometheus exporter and brings real-time monitoring of any Cosmos-based blockchains.

Key features include:

  • Block Monitoring: Tracks missed blocks by validators (with an option to ignore blocks missed by a large portion of other validators)
  • Signature Stats: Shows the count of missed signatures per block.
  • Validator Status Updates: Monitors the current validator set, including bonded or jailed status.
  • Staking Data: Reports on total staked amounts and minimum seat prices.
  • Proposal Participation: Tracks validator votes on pending proposals and proposal timelines.
  • Upgrade Notifications: Provides information on upcoming blockchain upgrades and related proposals.

How This Can Help

For operators in our community, this tool is pretty straightforward and can easily help you track your uptime and compare it to the rest of the network. It could also be very useful for tracking your votes on ongoing proposals.

You can use it with your own RPC nodes or public RPC (it’s better to combine both to ensure availability).

Here’s a one-line command example using Kingnodes’ endpoint :heart:.

docker run --rm ghcr.io/kilnfi/cosmos-validator-watcher:latest \

--node[ https://dydx-ops-rpc.kingnodes.com:443](https://dydx-ops-rpc.kingnodes.com/) \

--validator 46A25490231AFF56240B1830CBDACB914149A57E:Kiln \

--denom=dydx \

--denom-exponent=18 \

--x-gov=v1

It can monitor multiple validators and connect to multiple nodes. See the README for more details & exposed metrics.

Any feedback on the tool is welcomed. :pray:

Support us

If you’re looking for a node to delegate to, consider Kiln. We’re committed to contributing to the dYdX ecosystem and welcome any support.

Thanks for engaging,

8 Likes

Hi! Absolutely love this tool.

Would you mind shooting me a DM on telegram @robomcgobo?

Would love to chat further on how dYdX Grants can potentially support this :slight_smile:

4 Likes

Hello!

Glad you are liking the tool. Any feedback is appreciated :slight_smile:
Also I just dmed you on TG

here is mine : @edgarroth

2 Likes

Thanks, team @Kiln.fi & @Edgar_Kiln for sharing this tooling with the dYdX validators community.
:handshake: :+1:

2 Likes

Hey @Kiln.fi – in agreement, this is fantastic! I’d encourage you to check out our programs at dydxgrants.com.

3 Likes