0
I am wondering if there is any easy way to get number of mined blocks per day + number of stale blocks per day for the last three month e.g.,? I could not find such data on Blockchain.info
In Ethereum, however, Etherscan provides these, see: https://etherscan.io/chart/blocks and https://etherscan.io/chart/uncles
Any help about getting such data for Bitcoin?
Thanks! could i know how to run multiple listening nodes? and check the logs? any useful link to explain? Also, can i montior block & transaction propagation delays? – MWH – 2018-10-21T01:01:44.280
Multiple listening nodes just means running multiple nodes. Get a bunch of servers, run nodes on them. You will likely need some additional tooling to make sure they connect to different peers. Monitoring block and tx propagation will also require some additional scripts to check the logs/listen for incoming transactions. – Raghav Sood – 2018-10-21T01:24:35.053