Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: hostmaster on March 23, 2014, 10:29:18 AM



Title: any formula for calculating correct or near correct hashrate for miners
Post by: hostmaster on March 23, 2014, 10:29:18 AM
Developing a pool software system. Lately was doing stats page.
Would you mind give me some help because my mind very confused.
Is there any formula for calculating correct or near correct hashrate for miners? If you can share a link or simple advice very appreciated.


Title: Re: any formula for calculating correct or near correct hashrate for miners
Post by: maxzilla on April 10, 2014, 03:32:48 PM
Developing a pool software system. Lately was doing stats page.
Would you mind give me some help because my mind very confused.
Is there any formula for calculating correct or near correct hashrate for miners? If you can share a link or simple advice very appreciated.


hashrate =  math.pow(2, 32) * diff1 shares / amount of elapsed seconds

mhs = hashrate / 1e6
ghs = hashrate /1e9