A promentheus enabled bitcoin-core node running version 22.0, inspired by https://statoshi.info
By default metrics are enabled with a scrape url at http://localhost:8335/metrics
(18335 for testnet)
Two new configuration fields are available
config | desc |
---|---|
metrics |
boolean 0=disable 1=enable (default) |
metricsbind |
bind address and port default: localhost:8335 for main net or localhost:18335 |
Check out https://pro-bitcoin.io for a running demo with live data
Mostly curiosity. I really wanted to explor what's really happening with bitcoin nodes, especially network communication and consensus. I learning by tinkering and with the help of grafana and prometheus, I built a visual aid to explore the code
Coming soon