6180 Commits (9d9f5b7586456e3038bc7ffc849375eec88f9f48)
 

Author SHA1 Message Date
Noel Maersk 394c200c88 doc: minor FAQ update (formatting and reference a Q from another). 11 years ago
Noel Maersk 11cf733ede misc: fix spaces after closing parenthesis. 11 years ago
Noel Maersk e18bcc2582 kernel: use N-factor table instead of passing parameter N directly. 11 years ago
Noel Maersk 3afaaf1bfa ocl: rename nfactor to N where appropriate. 11 years ago
Noel Maersk c159470822 doc: update Windows build references in README.md. 11 years ago
Noel Maersk c4c85ca71c misc: add FIXME for scrypt_test() and scanhash_scrypt(). 11 years ago
Noel Maersk 2135777cac scrypt: remove commented-out magic numbers. 11 years ago
Noel Maersk 4b3b2ef5a6 ocl: use 'nf' instead of 'n' in compiled kernel binary name. 11 years ago
Noel Maersk 5b42d38f33 ocl/misc: spacing. 11 years ago
Noel Maersk 7217da3078 ocl: vectors are hard-set to 1, add appropriate "optimisation". 11 years ago
phm 3370e0846f Quark optimizations - replaced ifs with condiational operators 11 years ago
Noel Maersk ab9fcb1a14 ocl: use same type convention for nfactor (`cl_uint` instead of `int`). 11 years ago
unknown c4edf5028b VS2010 build: Cosmetic changes in project configuration. 11 years ago
unknown dab737c6fe VS2010 build: Fixed compatibility with non-MSVS compilers. 11 years ago
Noel Maersk 3640f1494f Merge remote-tracking branch 'dadiv/zuikkis-nfactor' into nfactor 11 years ago
Noel Maersk ee70f9f2af misc: FAQ formatting. 11 years ago
Noel Maersk ae23d25086 api: proper type casting for MSVS support. 11 years ago
Zuikkis 2b9a588e25 Update sgminer.c & scrypt.c 11 years ago
phm d47e232060 Merge branch 'master' of https://github.com/prettyhatemachine/sph-sgminer 11 years ago
phm 3e89fb950f Merge branch 'quark' 11 years ago
phm bc05151734 Corrected target in nonce test. 11 years ago
Teemu Suikki 73bb1504e9 Scrypt-nfactor support! 11 years ago
phm 65336dc616 Corrected order of kernel identifiers. 11 years ago
phm d9fc7ccb4e Added support for QubitCoin 11 years ago
phm c336a8399a Added support for INKcoin. 11 years ago
phm 089bfddc9b Merge branch 'quark' into inkcoin 11 years ago
Noel Maersk 44aed3570e Merge branch 'build-msvs2010-upd' into build-msvs2010-merge 11 years ago
Noel Maersk a38f01c9a2 misc: explain gpu-threads comment FIXME. 11 years ago
phm e92d5ebf6e Added support for InkCoin 11 years ago
phm 60a0e00243 Added support for quarkcoin difficulty calculation. 11 years ago
Noel Maersk 323c84970e Merge pull request #106 from sshimko/master 11 years ago
Spencer Shimko 45a16f1ac2 Fixup --help on intensities. 11 years ago
phm a17ec112f6 Added support for Quark mining. 11 years ago
phm a53e984316 Added hash functions from sphlib. 11 years ago
phm 9585d2a8e6 Added support for DarkCoin kernel. Modified stats display to handle low difficulty values. 11 years ago
Noel Maersk 80e6307033 Merge branch 'port-ckolivas-3.12.3' 11 years ago
Noel Maersk edc94b07ce misc: update NEWS with what's been ported from ckolivas/cgminer. 11 years ago
Noel Maersk fa21900837 Merge pull request #100 from gionn/patch-1 11 years ago
Giovanni Toraldo 7ca09655a7 Fixed md formatting in MINING.md 11 years ago
Con Kolivas a825524325 We shouldn't block on no work situations directly from the getwork scheduler itself. 11 years ago
Con Kolivas b9b3abe264 Make the pthread cond wait in the getwork scheduler a timed wait in case we miss a wakeup. 11 years ago
Noel Maersk ac3f6c5705 misc: add note about ports from ckolivas/cgminer. 11 years ago
Con Kolivas 7134cd7050 Add debug output when get_work() is blocked for an extended period and add grace time to the device's last valid work to prevent false positives for device failure. 11 years ago
Con Kolivas 26c4be818a Show device info in noffset nonce share above target message. 11 years ago
Con Kolivas aca8a58f2e Only show one decimal place if pool diff is not an integer. 11 years ago
Con Kolivas 117c032b92 Slowly remove work even if it's not being used to keep the getwork counter incrementing even if work is not used and as a test that pools are still working. 11 years ago
Con Kolivas 5dad99caf6 Give device info with share above target message. 11 years ago
Con Kolivas f8b9e41f28 Check for when errno is set on windows as well as the windows variant for errors. 11 years ago
Jim Jagielski 88c7720caf These may not be longs (eg: OSX)... fo a safe cast to ensure. 11 years ago
Kano a1844cdf44 API-README correct new text format documentation 11 years ago