statoshi icon indicating copy to clipboard operation
statoshi copied to clipboard

Bitcoin Core + StatsD integration

Results 19 statoshi issues
Sort by recently updated
recently updated
newest added

Issue #45 I don't know C++ at all so I don't know what I'm doing. I'm sorry. I want another estimate of the hashrate for statoshi! This looks good to...

https://github.com/bitcoin/bitcoin/pull/10757 Call it after each block?

this could make adding future metrics far less painful

Via next release: $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 14406, "ipv6": 2511, "torv2": 5563, "torv3": 2842, "i2p": 8, "total": 25330 } }

I love statoshi.info. I'm viewing the [mining page](https://statoshi.info:3000/dashboard/db/mining) a lot to track the hashrate after the halving. I'm wondering if it's possible to add more panels with estimations of the...

There are currently several separate instances of the client to prevent compiler linking errors; figure out how to reduce this to preferably a single instance.

In order to offer charts with dollars and cents: https://twitter.com/badslinky/status/694289285277622273

Looks like the C++ statsd client supports batching for improved performance: https://github.com/talebook/statsd-client-cpp/blob/master/src/statsd_client.cpp

Jonas Schnelli asked to add requested block heights distribution to statoshi (similar to http://bitcoin.sipa.be/depths.png ).

There are benchmarking log print statements throughout the codebase; it would be great to add statsd timers that mirror all of the log statements.