146 Commits (b090ac9302ea13f460444cdb2ff0b6f475d5e8ff)

Author SHA1 Message Date
Noel Maersk 3d7167ce2c config: improve pool section writing. 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
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
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
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
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
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
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