Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Should be an equivalent transformation, with no behavior changes.
|
|
http://www.bitcoin.org/smf/index.php?topic=1925.msg34827#msg34827
Credit: lfm
|
|
|
|
Also, some minor cleanups, removing unused args.
|
|
|
|
|
|
|
|
|
|
|
|
Ideally, we should move this to autoconf.
|
|
|
|
|
|
|
|
|