aboutsummaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Collapse)Author
2011-02-04Move verbose proof-of-work/target comparison display into -D (debug)Jeff Garzik
2011-02-03Continue scanhash, even if high 32 bits are zero.Jeff Garzik
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.
2011-02-02Display proof-of-work hash when one is discoveredJeff Garzik
2010-12-28Improve CURL HTTP request error diagnostics.Jeff Garzik
2010-12-28Improve JSON-RPC result/error checking, and improve error diagnostic output.Jeff Garzik
2010-11-26Improve hash performance statistics.Jeff Garzik
2010-11-25Move utility routines to util.c.Jeff Garzik