Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 03f98e26 | 2013-05-11 16:56:19 | Minor typo. | ||
| 2b2b34f5 | 2013-05-02 23:30:24 | scrypt correct applog typing | ||
| bc0e7144 | 2013-04-18 17:14:59 | Make scrypt submission use the submit_nonce code, with nonces matching endianness. | ||
| c1ff90a7 | 2013-04-18 15:07:32 | Do testing for HW errors on submit nonce for both scrypt and sha. | ||
| a6250fbb | 2013-04-18 12:26:32 | Rename scrypt regenhash function for consistency. | ||
| f0c1782c | 2012-12-25 14:08:27 | Generate the output hash for scrypt as well and use the one function to set share_diff. | ||
| 61e86bb8 | 2012-12-24 14:07:05 | Use one size for scratchbuf as a macro in scrypt.c | ||
| d8e18994 | 2012-12-01 23:36:17 | Support monitoring and reporting much higher diffs for scrypt mining, truncating irrelevant zeroes from displayed hash. | ||
| 33c9faae | 2012-12-01 21:47:27 | Pass ostate values around in scrypt to be able to extract full hashes if needed later on. | ||
| 7adb7a30 | 2012-10-15 23:10:24 | Display correct share hash and share difficulty with scrypt mining. | ||
| 04c7a21d | 2012-10-15 17:36:44 | Use explicit host to BE functions in scrypt code instead of hard coding byteswap everywhere. | ||
| e49bd981 | 2012-08-07 19:56:43 | Use the scrypt CPU code to confirm results from OCL code, and mark failures as HW errors, making it easier to tune scrypt parameters. | ||
| b9e5f8e5 | 2012-07-21 10:28:41 | Revert "Use cpu scrypt code to check if an scrypt share is below target before submitting it." This reverts commit 808f403a14267263066b0c257c262a1be6ef47ca. Conflicts: findnonce.c | ||
| 808f403a | 2012-07-20 23:44:43 | Use cpu scrypt code to check if an scrypt share is below target before submitting it. | ||
| 54f1b808 | 2012-07-14 22:19:55 | Free the scratchbuf memory allocated in scrypt and don't check if CPUs are sick since they can't be. Prepare for khash hash rates in display. | ||
| a5ebb712 | 2012-07-14 22:01:20 | Add cpumining capability for scrypt. |