Bitcoin Forum
May 02, 2024, 06:58:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining speculation / Re: BTC hashrate changes on: September 03, 2018, 10:40:55 AM
You basically take formula for the average time it should take to find a block for a given hash rate and difficulty

Code:
Time = difficulty * 2^32 / hashrate

 and rearrange it to solve for the average hash rate needed to find a block in the amount of time it actually took at the current difficulty. 

Code:
Hashrate = difficulty * 2^32 / Time


Since difficulty is set using a specific time (10 minutes), if the next block is found in 2 minutes, it would indicate that the network had five times more hashing power than needed for a 10 minute block.  Conversely, a 20 minute block would indicate half the hashing power is on the network.  However, finding a block is mostly luck. So knowing how much hashing power there truly is on the network can never be known.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!