Difference between revisions of "Generation Calculator"

From Bitcoin Wiki
Jump to: navigation, search
(Created article for Bitcoin Generation Calculator.)
 
m
 
(19 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 
Shows an estimate of the amount of time, on average, that you will need to do mining at the specified hash rate before you will generate a [[blocks|block]] and earn bitcoins.  Additionally, the optimistic (50% probability) and pessimistic (95% probability) estimates are shown as well.
 
Shows an estimate of the amount of time, on average, that you will need to do mining at the specified hash rate before you will generate a [[blocks|block]] and earn bitcoins.  Additionally, the optimistic (50% probability) and pessimistic (95% probability) estimates are shown as well.
 +
 +
The hash rate refers to the rate that your mining hardware is performing at as reported by your miner software or from an estimate obtained from the [[mining hardware comparison]] tables.
 +
 +
The calculation is performed like this:
 +
*Get the current [[target]].
 +
*Divide by 115792089237316195423570985008687907853269984665640564039457584007913129639935, which is the maximum value of a 256-bit number. You now have the probability of a single hash solving a block.
 +
*Take the reciprocal of the probability to get the average number of hashes to solve a block.
 +
*Divide the average number of hashes by your hash/s (''not'' khash/s) to get the average number of seconds required to solve a block.
 +
 +
==See Also==
 +
 +
* [[TP's Bitcoin Calculator]]
 +
* [[Power Calc]]
 +
* [[Profitability Calculator]]
  
 
==External Links==
 
==External Links==
* [http://www.alloscomp.com/bitcoin/calculator.php Generation Calculator] website
+
* [http://www.coinish.com/calc/ Coinish Mining Calculator]
 
+
* [[TP's Bitcoin Calculator]][http://tpbitcalc.appspot.com/]
 +
* [http://www.alloscomp.com/bitcoin/calculator.php Generation Calculator]
 +
* [http://btcsec.com/calculator/ BTCsec.com Online Calculator] (Russian)
 +
* [http://www.vnbitcoin.org/bitcoincalculator.php Vnbitcoin.org Bitcoin Calculator]
 
[[Category:Mining]]
 
[[Category:Mining]]
 +
[[Category:Calculators]]

Latest revision as of 07:36, 25 March 2014

Shows an estimate of the amount of time, on average, that you will need to do mining at the specified hash rate before you will generate a block and earn bitcoins. Additionally, the optimistic (50% probability) and pessimistic (95% probability) estimates are shown as well.

The hash rate refers to the rate that your mining hardware is performing at as reported by your miner software or from an estimate obtained from the mining hardware comparison tables.

The calculation is performed like this:

  • Get the current target.
  • Divide by 115792089237316195423570985008687907853269984665640564039457584007913129639935, which is the maximum value of a 256-bit number. You now have the probability of a single hash solving a block.
  • Take the reciprocal of the probability to get the average number of hashes to solve a block.
  • Divide the average number of hashes by your hash/s (not khash/s) to get the average number of seconds required to solve a block.

See Also

External Links