283 Commits (42737acf66e09420ac739d345da6ea2c1ede0a12)

Author SHA1 Message Date
phm e260e79ab2 Added support for FugueCoin 11 years ago
Noel Maersk fc902f0f41 pool: add back --poolname as hidden option for backward compatibility. 11 years ago
troky 49aef7100f Reverting "poolname" to "name". 11 years ago
unknown 958764fecc MSVS build: Fixed debug build. MSVS doesn't like uninitialized variables. 11 years ago
unknown 0e37fc24b0 Added algorrithm name to "coin" API command. Changed default algo name to "scrypt". 11 years ago
Noel Maersk a3f9b24c69 core: set default algorithm for when neither --algorithm nor --nfactor are provided. 11 years ago
Noel Maersk c6a27709f8 core: use global algorithm structure instead of opt_nfactor. 11 years ago
Noel Maersk a0c52bf67c config: introduce set_nfactor() and use it to call set_algorithm_nfactor(). 11 years ago
Noel Maersk 92b7770212 config: add `--algorithm` option and documentation. 11 years ago
phm 66f508d01f Added support for AnimeCoin 11 years ago
Noel Maersk ded4452316 ui: check for opt_incognito is Display settings menu. 11 years ago
Noel Maersk 9c0f912434 core: remove ifdef from opt_compact and opt_incognito declaration. 11 years ago
phm 8fe1b860c5 Added support for MyriadCoin groestl algorithm. 11 years ago
Noel Maersk 428061e416 pool: display URL instead of "Pool N" if no poolname provided. 11 years ago
Noel Maersk d58de45c0e pool: use get_pool_name() where appropriate. 11 years ago
Noel Maersk 0a4f71882c pool: use get_pool_user(). 11 years ago
Noel Maersk 8e4fb3c554 pool: abstract get_pool_name() 11 years ago
Noel Maersk 0d562ffbf5 core: use opt_incognito in a few more applog() places. 11 years ago
Noel Maersk 888fab437f ui: <incognito> pool name in incognito mode, too. 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
Zuikkis 2b9a588e25 Update sgminer.c & scrypt.c 11 years ago
phm bc05151734 Corrected target in nonce test. 11 years ago
Teemu Suikki 73bb1504e9 Scrypt-nfactor support! 11 years ago
phm d9fc7ccb4e Added support for QubitCoin 11 years ago
phm c336a8399a Added support for INKcoin. 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
Spencer Shimko 45a16f1ac2 Fixup --help on intensities. 11 years ago
phm a17ec112f6 Added support for Quark mining. 11 years ago
phm 9585d2a8e6 Added support for DarkCoin kernel. Modified stats display to handle low difficulty values. 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
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 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 b5abf68938 Always show the stratum share lag time in debug mode. 11 years ago
Con Kolivas 9c59fe2c31 Add stratum share response lag time to verbose output if it's greater than 1 second. 11 years ago
Con Kolivas 7731806417 Add stratum share submission lag time to verbose information if it's over 1 second. 11 years ago
Con Kolivas 95ac0c4356 Export the flush_queue function for use by drivers. 11 years ago
Con Kolivas ab805ec146 Remove wrong goto 11 years ago
Con Kolivas d5d34f2168 Remove the unqueued work reference when we discard work from get queued as well. 11 years ago
Con Kolivas ee7fb11cfb Wake the global work scheduler when we remove a work item from the unqueued work pointer. 11 years ago
Con Kolivas 2cea7ce439 Discard work that is stale in the get_queued() function, returning NULL instead. 11 years ago
ckolivas 8592226ad2 Add a get and queue helper work function. 11 years ago