-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add network hashrate chart #723
Comments
I started looking into this today. We have a CalculateHashRate function that does the computation based on difficulty and target block time. However, the implementation in dcrd's |
Hashrate will be derived solely from chain data, not using anything that pools report -- correct? |
Absolutely. Only based on work done on the blockchain over a given period |
Ping: suggesting we move forward with adding current hash rate based on the block difficulty and the default past 120 (or some other stated number) blocks using RPCs in dcrd. |
@buck54321 has a proper solution underway |
Resolved by #808 |
Currently https://explorer.dcrdata.org/charts has PoW difficulty but not network hashrate. Having the latter would be useful as well.
The text was updated successfully, but these errors were encountered: