Bitcoin Forum
May 06, 2024, 12:54:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Hashing algorithm question  (Read 1071 times)
Vince (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 04, 2011, 02:31:19 AM
 #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.
1715000093
Hero Member
*
Offline Offline

Posts: 1715000093

View Profile Personal Message (Offline)

Ignore
1715000093
Reply with quote  #2

1715000093
Report to moderator
1715000093
Hero Member
*
Offline Offline

Posts: 1715000093

View Profile Personal Message (Offline)

Ignore
1715000093
Reply with quote  #2

1715000093
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715000093
Hero Member
*
Offline Offline

Posts: 1715000093

View Profile Personal Message (Offline)

Ignore
1715000093
Reply with quote  #2

1715000093
Report to moderator
1715000093
Hero Member
*
Offline Offline

Posts: 1715000093

View Profile Personal Message (Offline)

Ignore
1715000093
Reply with quote  #2

1715000093
Report to moderator
1715000093
Hero Member
*
Offline Offline

Posts: 1715000093

View Profile Personal Message (Offline)

Ignore
1715000093
Reply with quote  #2

1715000093
Report to moderator
antares
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
July 04, 2011, 06: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.
Vince (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 04, 2011, 08:34:58 AM
 #3

Thank you!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!