Commit 714c0fd7c90cdb11742f7f2c91a65357a7bf5d5a

Jeff Garzik 2011-02-03T00:46:55

Continue scanhash, even if high 32 bits are zero. Previously, we would stop the scan if the high 32 bits of the hash were zero, as a quick shortcut for testing the full hash. If this quick test succeeded, we would pass the work to the server for full validation. Change this logic to perform full validation inside minerd, so that work may be resumed more quickly if hash > target.