Bitcoin Forum

Bitcoin => Mining support => Topic started by: Jrock on March 22, 2013, 02:25:51 AM



Title: Network hashes and difficulty correlation
Post by: Jrock on March 22, 2013, 02:25:51 AM
I'm looking for a calculator type site that will allow me to type in a certain amount of network hashes so I can see the estimated difficulty that would come along with it.

Like I type in 100 Terahashes and it estimates what the network difficulty would be at that level.

Does this exist? Google isn't finding it for me if it does.


Title: Re: Network hashes and difficulty correlation
Post by: crazyates on March 22, 2013, 04:45:08 AM
What network hash rate results in a given difficulty? (https://en.bitcoin.it/wiki/Difficulty#What_network_hash_rate_results_in_a_given_difficulty.3F)

Code:
D * 2**32 / 600 / 1000000000000

D = Difficulty, and the resulting answer will be in TH/s.

Difficulty of 4,850,000 (https://www.google.com/#q=4850000%20*%202**32%20%2F%20600%20%2F%201000000000000). (current)
Difficulty of 25million (https://www.google.com/#q=25000000%20*%202**32%20%2F%20600%20%2F%201000000000000).
Difficulty of 50million (https://www.google.com/#q=50000000%20*%202**32%20%2F%20600%20%2F%201000000000000).
Difficulty of 75million (https://www.google.com/#q=75000000%20*%202**32%20%2F%20600%20%2F%201000000000000).
Difficulty of 100million (https://www.google.com/#q=100000000%20*%202**32%20%2F%20600%20%2F%201000000000000).
Difficulty of 150million (https://www.google.com/#q=150000000%20*%202**32%20%2F%20600%20%2F%201000000000000).
Difficulty of 200million (https://www.google.com/#q=200000000%20*%202**32%20%2F%20600%20%2F%201000000000000).
Difficulty of 250million (https://www.google.com/#q=250000000%20*%202**32%20%2F%20600%20%2F%201000000000000).
Difficulty of 500million (https://www.google.com/#q=500000000%20*%202**32%20%2F%20600%20%2F%201000000000000).