What is the average number of hashes it takes to mine bitcoins?

2

I'm just curious about this. I'm not sure if the length of zeros in the hash result is directly proportional to the probability, or how to calculate this.

Phoenix Logan

Posted 2014-04-16T20:39:56.797

Reputation: 123

Yes, the length of zeros in the required hash result is directly proportional to the probability of finding a matching hash.Greg Hewgill 2014-04-16T21:45:55.000

Answers

3

(Average hashing power of network per second between the last difficulty adjustment and the difficulty adjustment that came before it) * 600

or (2^32 * difficulty)

hedgedandlevered

Posted 2014-04-16T20:39:56.797

Reputation: 973

Where can I find out this information?Phoenix Logan 2014-04-16T22:21:24.790

0

As relative Answer in terms of Coins per day:

                                                          A      B
coins = reward / (difficulty * 4294967296 / hashsPerSec / 3600 / 24) 

A is the number of seconds in an hour

B is the number hours in a day

Source: bitcointalk.org - Formula to calculate litecoins generated per day by hashrate

Erik Philips

Posted 2014-04-16T20:39:56.797

Reputation: 101