199 Commits (bac5831b355f916e0696b7bbcccfc51c057b729a)

Author SHA1 Message Date
phm 0f88162c39 Added support for Sifcoin 11 years ago
Noel Maersk a57f841570 Revert "fix for mingw-w64" 11 years ago
Noel Maersk db0f7cf6f0 core: silence gcc warning about sprintf() use in add_pool() - this time for sure. 11 years ago
Noel Maersk 5896da18b1 core: remove total_users, total_passes, total_userpasses (no longer used). 11 years ago
Noel Maersk 08ff1574df config: write `algorithm` to config if not default. 11 years ago
Noel Maersk 8203fea539 config: move `--coin` in config table (alphabetically). 11 years ago
Noel Maersk 10ec7769c8 pool: don't pass unused argument to sprintf() in add_pool(). 11 years ago
Noel Maersk ac3d13880c Revert "core: correctly parse boolean configuration values." 11 years ago
troky bcb78ed91b Added --coin pool parameter. 11 years ago
troky 17f5e296a9 Fixed configuration/command line parsing. 11 years ago
troky 8db53026cb Added --pool-priority 11 years ago
Martin Danielsen 01b3f70b63 A new --no-client-reconnect command that disables the 'client.reconnect' function. 11 years ago
phm 764d8706b4 Added support for GroestlCoin. 11 years ago
Noel Maersk 106dbee1f9 core: check if GPU thread is disabled before checking if it's waiting on getwork. 11 years ago
Noel Maersk 87801c2578 opencl: rename cgpu_info->kname to cgpu_info->kernelname. 11 years ago
Noel Maersk 1333ed576d core: simplify kernel selection code. 11 years ago
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