Bitcoin Forum
June 24, 2024, 03:59:25 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Off-topic / Calculate estimated time of finding string where SHA256(string) starts with n ze on: April 04, 2022, 07:14:43 AM
Hi have a program that is finding for any string SHA 256 hash that is starting with n zeros. It works like in bitcoin, so i get string for example "FOO", where im finding "nonce" where SHA(FOO+nonce) starts with for example 8 zeros. That nonce is 1231004720 (you can check it BTW)

The program of course works like a charm. I know, that things takes time, but i cant find, if i could calculate estimated time. If i can calculate n=10 in one hour, how much it can take to get 11 leading zeros hash. Somewhere i readed thats its "factor of 16", but IDKif its true and if yes, why ?

Thanks
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!