You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm viewing the mining page a lot to track the hashrate after the halving.
I'm wondering if it's possible to add more panels with estimations of the hashrate using more blocks in the calculation. Currently we can only see an estimation based on 120 blocks (20 hours). It would be nice to also be able to see for example 50 and 100 hours.
I would create a pull request for this myself but I'm too bad at cpp to be able to figure out how. I see that we need to change request in this line to not use the default 120 in getnetworkhashps but instead 300 and 600.
I love statoshi.info.
I'm viewing the mining page a lot to track the hashrate after the halving.
I'm wondering if it's possible to add more panels with estimations of the hashrate using more blocks in the calculation. Currently we can only see an estimation based on 120 blocks (20 hours). It would be nice to also be able to see for example 50 and 100 hours.
I would create a pull request for this myself but I'm too bad at cpp to be able to figure out how. I see that we need to change
request
in this line to not use the default 120 ingetnetworkhashps
but instead 300 and 600.BR,
Fridokus
The text was updated successfully, but these errors were encountered: