196 Commits (master)

Author SHA1 Message Date
R4SAS 916eb21aa3 fix mingw ncurses, fix git warning 7 years ago
elbandi 20bfe45789 Calculate midstate for algos 8 years ago
elbandi 7cee9c6660 Move precalc_hash to algorithm settings 8 years ago
elbandi 031e4b78cb Add blake256 algos support 8 years ago
elbandi 6fd618d284 Tweak lyra2re algo files 8 years ago
elbandi fecc92be89 Use algorithm type in conditions 9 years ago
elbandi 580676affb Get some algos from 'master' of https://github.com/djm34/sgminer 9 years ago
troky 8d68e96934 Added Lyra2RE algo 9 years ago
ystarnaud 4ba8a68043 Merged develop branch with master +updates 10 years ago
ystarnaud 8a6168fa4b Fix for UI/API intensity changes 10 years ago
ystarnaud b53cc151aa Fix worksize per GPU 10 years ago
Jan Berdajs b4dd3aeb75 Forgot include needed for pthread_kill 10 years ago
Jan Berdajs 0bd7a9ff63 After cancelling a thread (unless it's detached, but mining threads aren't), it is always necessary to join the thread so the system will release resources. 10 years ago
Jan Berdajs 485ec9ac88 rename poorly named variable 10 years ago
Jan Berdajs 7507790880 GPUs cannot be hotplugged 10 years ago
Jan Berdajs 7f0451336b Refactor and stability improvements when restarting threads 10 years ago
ystarnaud 3ae5f97b94 Algorithm Switcher Update 10 years ago
ystarnaud 1914cef959 Fixed x13 and other issues 10 years ago
ystarnaud ef722e697d Fix to apply correct GPU engine clock or range 10 years ago
Elbandi 3b298478a3 Made opt_algorithm to simple variable 10 years ago
Jan Berdajs d818014838 index was into cgpu threads, not into global mining threads 10 years ago
Jan Berdajs 25d7d426fd convert tabs to spaces in most commonly modified files 10 years ago
Jan Berdajs 2ea8f5d018 just in case, read-lock devices 10 years ago
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 954c0e6fbc fix opt_kernel_path writing over the allocated memory! also some small changes for more robust hard restart 10 years ago
Jan Berdajs e4a4efdb42 fix some potential memory leaks, remove a few old unused functions 10 years ago
Jan Berdajs 87bbca6148 only change gpu engine, memclock, fans, if ADL is enabled 10 years ago
Jan Berdajs 9ec87cfc1a fixes for MSVC2010 to build 10 years ago
Jan Berdajs 6c5ce535d9 fix compiler warnings 10 years ago
Jan Berdajs dca83c1112 Add improved Darkcoin (X11-mod) algorithm 10 years ago
Jan Berdajs d12cda0589 refactor that will come handy soon 10 years ago
Jan Berdajs 9d9f5b7586 Add MaxCoin support 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
sterlingpickens 89c1411fde Update driver-opencl.c 10 years ago
phm 67cf41a50c Added support for MaruCoin 10 years ago
Noel Maersk 3ddf6baad9 core: rename default_algorithm to opt_algorithm. 10 years ago
phm 474091c426 Added support for Twecoin 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
phm 0f88162c39 Added support for Sifcoin 10 years ago
Noel Maersk bc9b313e9c opencl: check if gpus.kernelname has to be free()'d before setting. 10 years ago
phm 764d8706b4 Added support for GroestlCoin. 10 years ago
Noel Maersk e0736b1d5b misc: suggest checking configuration in log message. 10 years ago
Noel Maersk 87801c2578 opencl: rename cgpu_info->kname to cgpu_info->kernelname. 10 years ago
Noel Maersk 4ea508850e opencl: rename queue_scrypt_kernel() to queue_kernel(). 10 years ago
Noel Maersk 1333ed576d core: simplify kernel selection code. 10 years ago
phm e260e79ab2 Added support for FugueCoin 10 years ago
phm 66f508d01f Added support for AnimeCoin 10 years ago
phm 8fe1b860c5 Added support for MyriadCoin groestl algorithm. 10 years ago
phm d9fc7ccb4e Added support for QubitCoin 10 years ago
phm c336a8399a Added support for INKcoin. 10 years ago