Grin: Grin hash rate calculation

Created on 22 May 2019  路  3Comments  路  Source: mimblewimble/grin

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Run '...'
  2. Expect '....'
  3. Scroll down to '....'
  4. See error

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):

  • OS: [e.g. iOS]
  • Version [e.g. 1.0.1]

Additional context
Add any other context about the problem here.

question

All 3 comments

What is the calculation for Total Estimated Hash Rate for AR29 and AT31

@RiyaKarthi https://github.com/grin-pool/grin-pool/blob/d64c68b01ea1f72cb4263d6a30848c0316b560b2/grin-py/grinlib/grin.py#L85

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.

Was this page helpful?
0 / 5 - 0 ratings