Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-20 | Ensure cpuminer-config.h is universally included, in *.c and *.h alike. | Jeff Garzik | |
In miner.h, this fixes an alloca-definition-related warning. For the other files, this is simply future-proofing/precaution. | |||
2011-03-17 | Introduce ability to interrupt hash scanners in the middle of scanning. | Jeff Garzik | |
2011-03-14 | sha256_*.c: trim trailing whitespace | Jeff Garzik | |
2011-02-17 | Mark hash success as unlikely, using __builtin_expect() intrinsic | Jeff Garzik | |
2011-02-04 | sha*.c: remove debug statement, which is redundant to hashmeter output | Jeff Garzik | |
2011-02-03 | Continue 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-02 | Display proof-of-work hash when one is discovered | Jeff Garzik | |
2011-01-29 | Pass max-nonce as arg to each sha256 algo. | Jeff Garzik | |
Should be an equivalent transformation, with no behavior changes. | |||
2010-11-27 | Move sha256_generic into its own .o build output. Const-ify midstate param. | Jeff Garzik | |
2010-11-25 | sha256: Remove unused include arpa/inet.h | Jeff Garzik | |
2010-11-24 | sha256: note about bitcoin input data | Jeff Garzik | |
2010-11-24 | sha256: Assume that input is already big endian. | Jeff Garzik | |
2010-11-23 | Initial revision of CPU miner. | Jeff Garzik | |
NOTE: non-functional (incorrectly thinks it finds solution, too quickly) |