320 Commits (master)

Author SHA1 Message Date
R4SAS e3b6c202ce fix API working - delete remain mentions of some algos 6 years ago
orignal a3c4d628b8 fixed typo 7 years ago
orignal 48c937f1b9 use algo specified hash everywhere 7 years ago
orignal 09ec23106b correct gen_hash 7 years ago
orignal 23724ef9ff correct kernels and merkle tree calculation 7 years ago
R4SAS 916eb21aa3 fix mingw ncurses, fix git warning 7 years ago
elbandi 47938c38b2 Handle decred new stake version field 7 years ago
elbandi fb181f5e88 Add Pascal algo for PascalCoin 7 years ago
elbandi 29b2de377f Sia pools sends the block target too 8 years ago
elbandi 91e1d324c5 Add Sia algo support 8 years ago
elbandi 02e0fc4db5 Add lbry algo support 8 years ago
elbandi 34a8140eb6 Remove workpadding 8 years ago
elbandi 3a66fcf80a Fix blockfound diff 8 years ago
elbandi 4bf876dffb new stratum protocol 8 years ago
elbandi 27c32cd5a9 decred: optional --vote argument without arg or 0, dont vote (votebits set to 1) 8 years ago
elbandi 29c3f1c714 Add decred algo support 8 years ago
elbandi 20bfe45789 Calculate midstate for algos 8 years ago
elbandi b8253d106f Fix display device status if some are disabled 8 years ago
elbandi 6efe2f94a8 Fix typos in neoscrypt conditions 9 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 8cb4fc9d6e Added Pluck algo 9 years ago
troky 8d68e96934 Added Lyra2RE algo 9 years ago
ystarnaud 4ba8a68043 Merged develop branch with master +updates 10 years ago
troky 7f88bab725 Fixed missing declaration. 10 years ago
ystarnaud 81d9c9e574 Events framework 10 years ago
ystarnaud 611b370255 Fix for random HW errors 10 years ago
ystarnaud 8a6168fa4b Fix for UI/API intensity changes 10 years ago
ystarnaud 42737acf66 Added Neoscrypt with Wolf9466 improvements. 10 years ago
ystarnaud c0515e8fa3 Added alt kernel file option 10 years ago
ystarnaud b53cc151aa Fix worksize per GPU 10 years ago
troky ba9818a707 Fix version display in windows builds (mingw) 10 years ago
troky 32d95dd967 Updated to MSVS 2013 10 years ago
ystarnaud b3c07acd08 Xn Algorithms Fine Tuning 10 years ago
troky 3ddffaa915 Compatibility fix. 10 years ago
troky dbe0263c2d Fixed device display when both --device and --remove-disabled options are used. 10 years ago
troky 82b5320f36 Check if mining threads are initialized before restarting them. 10 years ago
Jan Berdajs 5bd2689069 Hard reset only when gpu-threads or devices are changed, but not when algorithm is changed. 10 years ago
Jan Berdajs deacbdd65e immediately exit threads if doing hard reset 10 years ago
Jan Berdajs 19fcb5eae7 improve locking to prevent race condition 10 years ago
ystarnaud f8fcbbcd0a Config writer fix 10 years ago
Jan Berdajs 04722e2517 sshare could have already been free'd by parse_stratum_response in stratum_rthread by the point we reach this code - possible segfault fixed 10 years ago
Jan Berdajs 4a9ee47cd9 Add log-file option to automatically redirect stderr to a file 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 e33590f37d Thread was never joined because thr_info_cancel sets pth to 0. Should improve mining thread hard reset. 10 years ago
Jan Berdajs 363f52df47 Write to both stderr and console within same console lock "session" 10 years ago
Jan Berdajs 2d66c44b42 Add debug-log documentation and enable it by default 10 years ago
Jan Berdajs eb6f47e503 Add debug-log setting to log everything when stderr is redirected to file 10 years ago
Jan Berdajs 485ec9ac88 rename poorly named variable 10 years ago
troky b6aefc6ebe Fixed segfault when adding pool profile via ncurses GUI #322 10 years ago