Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Relevant Information
An excerpt from the logs or a detailed error message.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
What is the calculation for Total Estimated Hash Rate for AR29 and AT31
gps = 42.0 * (difficulty / g_weight) / 60.0
where:
difficulty = latest_blocks[1].total_difficulty - latest_blocks[0].total_difficulty
and
g_weight = (2 << (edge_bits - BASE_EDGE_BITS)) * edge_bits
where:
BASE_EDGE_BITS = 24
@bladedoyle Thanks. I got the gps. Can u please say how to get the estimated hash rate for both Cuckatoo31+ and Cuckaroo29 for each date.