177 Commits (c0baf790f6b03b21bde19aa10f44ef9a177607b7)

Author SHA1 Message Date
Jan Berdajs c0baf790f6 making new algorithms and other changes merged from sph-sgminer work with current version of sgminer 10 years ago
troky 22a3c5b6fe Reverting 83d71da. VS2010 fix. 10 years ago
Noel Maersk ecfd497467 core: remove second-to-last remnants of hotplug. 11 years ago
elbandi e32dcd7190 Mark pool as idle if stratum restart is failed 11 years ago
elbandi 98676763b9 Set the pool idle and switch pool, if need 11 years ago
Noel Maersk 5b054542db config: Don't write commas if not needed, default to `opt_algorithm` when adding pool without one set explicitly. 11 years ago
sterlingpickens 83d71da225 Update sgminer.c 11 years ago
Elbandi 973dcefa8c Use get_pool_name everywhere 11 years ago
Noel Maersk 3d7167ce2c config: improve pool section writing. 11 years ago
phm 67cf41a50c Added support for MaruCoin 11 years ago
Noel Maersk 92c3b5eb48 api: set algorithm properly on addpool. 11 years ago
Noel Maersk 3c3a58475e ui+api: ask for pool name/description/algorithm when adding pool from NCurses/API. 11 years ago
troky 01e96606f0 Fixed (pool) algo selection. 11 years ago
Noel Maersk da667d63e0 config: write pool name and description to config. 11 years ago
Noel Maersk b3d483a035 core: revert two of the changes in Bllacky's pull request #187. 11 years ago
Bllacky fe64ac99d6 Update sgminer.c 11 years ago
Bllacky 1dc8aabda9 Update sgminer.c 11 years ago
Noel Maersk aa5f4c713b config: add `const` qualifier to set_pool_{algorithm,nfactor}(). 11 years ago
Noel Maersk e7078a5e16 misc: clarify currentpool() comment. 11 years ago
Noel Maersk f6616aa63b config: allow specifying per-pool algorithm with `--algorithm` instead of `--pool-algorithm`. 11 years ago
Noel Maersk 53a199a21d config: use get_pool_name() in set_pool_algorithm() and set_pool_nfactor(). 11 years ago
Noel Maersk af879b1c77 core/misc: rename set_poolname() to set_pool_name(). 11 years ago
Noel Maersk 3ddf6baad9 core: rename default_algorithm to opt_algorithm. 11 years ago
Noel Maersk b6218e20c1 config: rename --pool-priority to --priority, --coin to --description. 11 years ago
phm 7678db6801 Fixed problem with stratum support when mining FC, GRS and TWE. Added --difficulty-multiplier parameter for controlling stratum difficulty multiplier. 11 years ago
phm 474091c426 Added support for Twecoin 11 years ago
Jan Berdajs cdb817bcbd Change algorithm more robustly and faster, previous way was buggy 11 years ago
Jan Berdajs c2131df6aa add support for setting algorithm/nfactor for each pool separately, and fix bugged OpenCL thread cleanup (thread shutdown) 11 years ago
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