6119 Commits (refactor)
 

Author SHA1 Message Date
Noel Maersk 82173bafa6 build+config: add configuration.{c,h} to Makefile.am, change table definitions to pointers. 10 years ago
Noel Maersk 842fbcce35 config: move option-setting functions from driver-opencl.c to configuration.c 10 years ago
Noel Maersk bfedb403fb config: move more functions from miner.c to configuration.c 10 years ago
Noel Maersk 5491d10bf3 config: remove `static` from declarations in configuration.h 10 years ago
Noel Maersk 50d1232ae4 config: add declarations to header, move globals there, too. 10 years ago
Noel Maersk c581fb3332 config: move configuration options/functions to configuration.{c,h} 10 years ago
Noel Maersk a7d2356cef core: remove benchmark mode. 10 years ago
Noel Maersk 474c783316 core: rename sgminer.c to miner.c. 10 years ago
Noel Maersk 7bc0be03d4 misc: FAQ cleanup. 10 years ago
Noel Maersk b2462e6076 misc: Add Michael Fiano <mfiano> to AUTHORS.md. 10 years ago
Noel Maersk f5709910fb api: Bugfix, bump version to 4.1.271, initialise name/desc/algo in addpool() so checks for NULL work. 10 years ago
Noel Maersk 49fecf93a3 misc: Bump version to 4.1.270. 10 years ago
Noel Maersk 92c3b5eb48 api: set algorithm properly on addpool. 10 years ago
Noel Maersk 5409ffc2a4 api: check if name/desc/algo are NULL and fill with defaults if so. 10 years ago
Noel Maersk 9aaff8ccf5 api: bump version, but allow name/desc/algo to be missing when adding pool details. 10 years ago
Noel Maersk 3c3a58475e ui+api: ask for pool name/description/algorithm when adding pool from NCurses/API. 10 years ago
Noel Maersk e731aa1f16 Merge pull request #193 from troky/master 10 years ago
troky 2a087a7dae Added algorithm name to 'pools' API command. 10 years ago
troky 01e96606f0 Fixed (pool) algo selection. 10 years ago
Noel Maersk da667d63e0 config: write pool name and description to config. 10 years ago
Noel Maersk 2c00158216 Merge pull request #189 from Bllacky/patch-7 10 years ago
Bllacky 942c6714fa Update miner.h 10 years ago
Noel Maersk b3d483a035 core: revert two of the changes in Bllacky's pull request #187. 10 years ago
Noel Maersk b457461eb7 Merge pull request #187 from Bllacky/patch-5 10 years ago
Bllacky fe64ac99d6 Update sgminer.c 10 years ago
Bllacky 1dc8aabda9 Update sgminer.c 10 years ago
Noel Maersk 4f3d2edcc8 misc: set `algorithm` for pool in example.conf. 10 years ago
Noel Maersk aa5f4c713b config: add `const` qualifier to set_pool_{algorithm,nfactor}(). 10 years ago
Noel Maersk 7051629232 log: change log level in setup_stratum_socket(). 10 years ago
Noel Maersk 0dcb6ca498 doc: clarify `algorithm` usage in a config file pool section. 10 years ago
Noel Maersk e7078a5e16 misc: clarify currentpool() comment. 10 years ago
Noel Maersk f6616aa63b config: allow specifying per-pool algorithm with `--algorithm` instead of `--pool-algorithm`. 10 years ago
Noel Maersk 53a199a21d config: use get_pool_name() in set_pool_algorithm() and set_pool_nfactor(). 10 years ago
Noel Maersk af879b1c77 core/misc: rename set_poolname() to set_pool_name(). 10 years ago
Jan Berdajs cc59247c43 adding mrbrdo to AUTHORS.md for kernel hot-switching 10 years ago
Noel Maersk 3ddf6baad9 core: rename default_algorithm to opt_algorithm. 10 years ago
Noel Maersk 0793c96074 Merge remote-tracking branch 'mrbrdo/poolalgo' into poolalgo 10 years ago
Noel Maersk 336135f888 misc: Bump version to 4.1.242. 10 years ago
Noel Maersk b6218e20c1 config: rename --pool-priority to --priority, --coin to --description. 10 years ago
Noel Maersk cc735db550 misc: don't violate reserved identifier naming convention. 10 years ago
Noel Maersk cabb02f5d4 log: do not show pool difficulty changes on non-current pool. 10 years ago
Noel Maersk 4c64a192f7 Merge pull request #181 from morenoh149/patch-1 10 years ago
Harry Moreno 3c5f0fa989 made debian apt-get a one-liner 10 years ago
Harry Moreno 74ec14664f added clarification for dependencies 10 years ago
Jan Berdajs cdb817bcbd Change algorithm more robustly and faster, previous way was buggy 10 years ago
Jan Berdajs c2131df6aa add support for setting algorithm/nfactor for each pool separately, and fix bugged OpenCL thread cleanup (thread shutdown) 10 years ago
Noel Maersk 9a2b9286e2 misc: update NEWS.md with reference to mailing lists and duplicate entry removal. 10 years ago
Noel Maersk a57f841570 Revert "fix for mingw-w64" 10 years ago
Noel Maersk e1b944ea41 doc: update README.md with links to mailing lists. 10 years ago
Noel Maersk 2724091ed3 doc: minor README wording. 10 years ago