Author

Topic: Hashing algorithm question (Read 1097 times)

newbie
Activity: 38
Merit: 0
July 04, 2011, 03:34:58 AM
#3
Thank you!
hero member
Activity: 518
Merit: 500
July 04, 2011, 01:52:49 AM
#2
no you don't have to search the entire nonce - in fact those basic clients don'T do it either. They go through nonce-space until their getwork time interval is reached. For example, if you use ufasoft miner(default getwork interval 15 sec) and have 11MH/s on your CPU, it will search until nonce is 11MH/s*15s = nonce[165000000] and then fetch another data block. If you want to be efficient though you should do search all of nonce.
newbie
Activity: 38
Merit: 0
July 03, 2011, 09:31:19 PM
#1
Just out of curiosity: do I need to find all nounces that produce a valid hash or can I just leave some out? I'm not going to annoy some pool, just connecting to the local client.
Jump to: