763 Commits (2ea8f5d01874627e4caea756833d4d44169f6ae9)

Author SHA1 Message Date
Jan Berdajs 9fdd23e6ff since mining_threads count can change, we need to lock more carefully and get_thread function is not helpful anymore 10 years ago
Jan Berdajs ff05aacdc3 attempt to fix memory issues when doing curl calls 10 years ago
Jan Berdajs 881355d873 add --hamsi-expand-big option for setting EXPAND_BIG in X13 kernels 10 years ago
Jan Berdajs 5e3142cf68 remove unused code (mostly intended for ASICs which are not supported in sgminer), fix some compiler warnings 10 years ago
Jan Berdajs e4a4efdb42 fix some potential memory leaks, remove a few old unused functions 10 years ago
Jan Berdajs 2ec09155e6 per-pool gpu-fan 10 years ago
Jan Berdajs 13cdc33809 pool-gpu-threads setting 10 years ago
Jan Berdajs 19fc4cc93c remove gpu_threads which is identical to mining_threads. refactor mining threads init code 10 years ago
Jan Berdajs c4f2b78d65 per-pool gpu-engine, gpu-memclock and thread_concurrency 10 years ago
Jan Berdajs 06d8e1d1dc extranonce - some cleanup and better description for pool setting 10 years ago
elbandi 91a26c46b7 Protect pool name with lock 10 years ago
Jan Berdajs efe1ebd7ae Intensity can be set for each pool individually 10 years ago
Jan Berdajs c0baf790f6 making new algorithms and other changes merged from sph-sgminer work with current version of sgminer 10 years ago
Noel Maersk ecfd497467 core: remove second-to-last remnants of hotplug. 11 years ago
elbandi 98676763b9 Set the pool idle and switch pool, if need 11 years ago
phm 67cf41a50c Added support for MaruCoin 11 years ago
Noel Maersk 3c3a58475e ui+api: ask for pool name/description/algorithm when adding pool from NCurses/API. 11 years ago
Bllacky 942c6714fa Update miner.h 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 474091c426 Added support for Twecoin 11 years ago
Noel Maersk cc735db550 misc: don't violate reserved identifier naming convention. 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
troky bcb78ed91b Added --coin pool parameter. 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 87801c2578 opencl: rename cgpu_info->kname to cgpu_info->kernelname. 11 years ago
Noel Maersk 3787f47155 misc: add comment on what cgpu_info->{,k}name are. 11 years ago
Noel Maersk c9ccf551d7 opencl: remove cl_kernels structure definition and mention. 11 years ago
Noel Maersk 1333ed576d core: simplify kernel selection code. 11 years ago
phm e260e79ab2 Added support for FugueCoin 11 years ago
troky 49aef7100f Reverting "poolname" to "name". 11 years ago
Noel Maersk c6a27709f8 core: use global algorithm structure instead of opt_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
phm 8fe1b860c5 Added support for MyriadCoin groestl algorithm. 11 years ago
Noel Maersk 8e4fb3c554 pool: abstract get_pool_name() 11 years ago
Teemu Suikki 73bb1504e9 Scrypt-nfactor support! 11 years ago
phm 65336dc616 Corrected order of kernel identifiers. 11 years ago
phm d9fc7ccb4e Added support for QubitCoin 11 years ago
phm c336a8399a Added support for INKcoin. 11 years ago
phm e92d5ebf6e Added support for InkCoin 11 years ago
phm 60a0e00243 Added support for quarkcoin difficulty calculation. 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 90cc93c6cc Add the ability to display a hexadecimal 32 bit unsigned integer to the API. 11 years ago
Con Kolivas 95ac0c4356 Export the flush_queue function for use by drivers. 11 years ago
ckolivas 8592226ad2 Add a get and queue helper work function. 11 years ago
Con Kolivas 011512561a Add a call to a driver specific zero stats function when zero stats is called to allow each driver to reset its own stats as well if desired. 11 years ago