Age | Commit message (Collapse) | Author |
|
|
|
Also, some newline fixes (applog callers do not need newlines in strings)
|
|
|
|
Also, remove a few superfluous printouts.
|
|
|
|
|
|
Also, improve portability of alloca.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Also, some minor cleanups, removing unused args.
|
|
|
|
|
|
|
|
|
|
|
|
Remove 'experimental' marker from VIA padlock implementation.
|
|
Reported by lfm.
|
|
|
|
|
|
|
|
|
|
|
|
Ideally, we should move this to autoconf.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|