6086 Commits (bafc71345cf3c83af5a43146cabb1ba1ddffcaba)
 

Author SHA1 Message Date
Noel Maersk 4c4b909be6 doc: in example.conf, remove boolean values (and ones related to them) set to non-default states. 11 years ago
Noel Maersk a511266959 doc: minor fix for --help message on `--incognito`. 11 years ago
Noel Maersk 5a8f84b49b ui: allow switching to incognito mode through ncurses interface. 11 years ago
Noel Maersk d78f372712 core: undo some of previous two commits and andd conditionals to display user name as `<incognito>` instead. 11 years ago
Noel Maersk 2561295e3d log: do not set poolname in log in incognito mode. 11 years ago
Noel Maersk f737992f41 core: introduce `--incognito` + minimal revision of `--compact`. 11 years ago
Noel Maersk 8ff624618f doc: verbose FAQ answer on running per-instance. 11 years ago
Noel Maersk 9eba0153e5 doc: update example.conf. 11 years ago
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
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
Teemu Suikki 73bb1504e9 Scrypt-nfactor support! 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
Noel Maersk 323c84970e Merge pull request #106 from sshimko/master 11 years ago
Spencer Shimko 45a16f1ac2 Fixup --help on intensities. 11 years ago
Noel Maersk 9f5b8adf02 misc: update NEWS with what has been forward-ported from ckolivas/cgminer so far. 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
Noel Maersk 686c10c40e pool: LOG_DEBUG messages in watchpool_thread(). 11 years ago
Con Kolivas 133252175b Only run ./configure with autogen.sh if extra parameters are passed to it. 11 years ago
Con Kolivas b475355b08 Add le16toh defines for platforms that may be missing it. 11 years ago
Con Kolivas a6e0b6ed39 Add a simplelog function that does not log date and time. 11 years ago
Kano a9a51459c7 api.c avoid incorrect gcc warning 11 years ago
Kano b97fc0885a cgminer -h crash fix 11 years ago
Kano 4511014d6e miner.php - define a default rigport (that can be changed) and don't require a port number in the rigs array 11 years ago
Kano e3e5d68b92 miner.php allow links for rig buttons in tables and allow using the 4th IP octet if no rig name - default disabled for both 11 years ago
Kano f946aa6fd2 format fix and bad variable usage fix for --benchfile 11 years ago
Kano d3d1493bcf Allow running cgminer in benchmark mode with a work file --benchfile 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