-1
I am trying to find an equation that can represent an instantaneous estimated mining profit if we were to assume we have M number of miners at that specific instant.
The equations I found so far can be summarized as follows:
D = Difficulty H = Mhash/s C = Reward (currently 25 BTC)
24 / (D * 2^32 / (H * 10^6) / 60 / 60) * C = BTC/day
My questions are:
What does the 2^32 represent because no one really explained it well although mentioned more than once, however lacking explanation.
How can we introduce M to this equation to an instantaneous estimated profit?
first of all, current reward is 12.5 BTC – NimaNr – 2017-06-03T20:57:44.423
and second: read here: https://en.bitcoin.it/wiki/Difficulty#What_is_.22difficulty.22.3
– NimaNr – 2017-06-03T21:03:40.027@NimaNr what about how to add the variable M – user123 – 2017-06-03T22:45:19.657