Is there a profit calculator for BBR?
average BBR per day = (block reward * hashes per second * 43200) / difficulty
block reward is effectively 17 right now. difficulty is ~200 billion right now.
Shouldn't that be 86400, @surfer? The diff already includes the targeting to a block every two minutes.
btw - a convenient shortcut for calculating this is:
megahashes-per-second * 86.4 / (diff in billions)
(it just cancels out the powers of ten).
So using my favorite example, a big AWS box is 1.3 mh/s:
1.3 * 86.4 / 200 = 0.56 blocks / day.