1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 14:28:12 +00:00
Commit Graph

6199 Commits

Author SHA1 Message Date
Jan Berdajs
ce3624fba6 add marucoin-mod (X13-mod) 2014-06-03 01:36:56 +02:00
Jan Berdajs
2ec09155e6 per-pool gpu-fan 2014-05-30 00:00:36 +02:00
Jan Berdajs
9ec87cfc1a fixes for MSVC2010 to build 2014-05-29 22:48:25 +02:00
Jan Berdajs
713cfb52c0 update visual studio project (add new files), update solution (was too new for VS2010 Express) 2014-05-29 22:43:53 +02:00
Jan Berdajs
33023de410 more documentation 2014-05-29 02:22:22 +02:00
Jan Berdajs
f596631a07 adjust ncurses interface when we change mining_threads count 2014-05-29 02:05:15 +02:00
Jan Berdajs
6c5ce535d9 fix compiler warnings 2014-05-29 01:34:29 +02:00
Jan Berdajs
13cdc33809 pool-gpu-threads setting 2014-05-29 00:52:07 +02:00
Jan Berdajs
19fc4cc93c remove gpu_threads which is identical to mining_threads. refactor mining threads init code 2014-05-29 00:07:32 +02:00
Jan Berdajs
24d0ce4884 all hail SPACE 2014-05-28 23:38:58 +02:00
Jan Berdajs
c4f2b78d65 per-pool gpu-engine, gpu-memclock and thread_concurrency 2014-05-28 23:19:04 +02:00
Jan Berdajs
06d8e1d1dc extranonce - some cleanup and better description for pool setting 2014-05-28 23:18:14 +02:00
elbandi
91a26c46b7 Protect pool name with lock
Disconnect from pool, if auth is failed

handle mining.set_extranonce method

subscribe for mining.extranonce

Allow disable extranonce subscribe

Send subscribe request before auth

Change mining.set_extranonce method as stratum notification

Set extranonce.subscribe timeout to 2sec

Some tweaks for extranonce

Handle pool response, who send errors in invalid format

Move no-extranonce-subscribe parameter to a pool config

Include pool.h

Set the pool idle and switch pool, if need

Mark pool as idle if stratum restart is failed

Conflicts:
	sgminer.c
2014-05-28 23:17:51 +02:00
Jan Berdajs
cac833e5c2 fix bug which can occur when switching from a very low diff algo (darkcoin) to a high diff algo (scrypt), which caused invalid nonces 2014-05-28 00:37:53 +02:00
Jan Berdajs
5b8adcd9a1 add todo comment if we ever fix the broken config parser 2014-05-27 04:21:41 +02:00
Jan Berdajs
0bbf5550a8 add docs about new pool-specific options, and note about the current bad config parser 2014-05-27 04:19:26 +02:00
Jan Berdajs
efe1ebd7ae Intensity can be set for each pool individually 2014-05-27 04:13:52 +02:00
Jan Berdajs
dca83c1112 Add improved Darkcoin (X11-mod) algorithm 2014-05-27 03:39:19 +02:00
Jan Berdajs
d12cda0589 refactor that will come handy soon 2014-05-27 02:02:58 +02:00
Jan Berdajs
9d9f5b7586 Add MaxCoin support 2014-05-27 01:12:30 +02:00
Jan Berdajs
c0baf790f6 making new algorithms and other changes merged from sph-sgminer work with current version of sgminer 2014-05-27 01:11:54 +02:00
Jan Berdajs
93e3a6d107 Merge branch 'master' into sph
Not working yet, need to upgrade algorithm_t

Conflicts:
	configure.ac
	driver-opencl.c
	miner.h
	ocl.c
	sgminer.c
	util.c
2014-05-24 21:22:04 +02:00
Noel Maersk
c46c913d1c doc: mention optional name/desc/algo for addpool. 2014-05-24 04:06:17 +03:00
Noel Maersk
49eae16e7a doc: NEWS.md typo. 2014-05-22 19:41:16 +03:00
Noel Maersk
76c462d0df Bump version to 4.2.1. 2014-05-22 19:37:08 +03:00
troky
22a3c5b6fe Reverting 83d71da. VS2010 fix. 2014-05-22 09:55:43 +02:00
Jan Berdajs
addc411376 Merge pull request #212 from Fcases/master
Added ultratune
2014-05-22 00:13:17 +02:00
Frank
8fe9b0a175 Added ultratune 2014-05-21 17:42:45 -04:00
Noel Maersk
87ece62013 Bump version to 4.2.0. 2014-05-20 19:22:11 +03:00
Noel Maersk
9fd94b5c22 doc: list kernels alphabetically. 2014-05-20 19:08:09 +03:00
Noel Maersk
67763bf6f2 Merge remote-tracking branch 'bufius/master' 2014-05-20 19:01:13 +03:00
Bufius
0b0a3ed834 core. include check in ocl.c regarding lookup-gap for kernel 'bufius'
doc: change documentation
2014-05-19 18:42:16 +02:00
Bufius
6d5e7bdd31 add credits 2014-05-18 14:17:29 +02:00
Bufius
292ede3338 format code 2014-05-18 13:48:26 +02:00
Bufius
3c14f0a753 slightly improved performance, works with LG of 2, 4 and 8 2014-05-18 13:41:53 +02:00
Noel Maersk
ecfd497467 core: remove second-to-last remnants of hotplug.
If you grep hotplug, you'll find two more occurences as a function
argument, but it's unused.
2014-05-11 17:28:25 +03:00
elbandi
e32dcd7190 Mark pool as idle if stratum restart is failed 2014-05-08 00:04:01 +02:00
elbandi
98676763b9 Set the pool idle and switch pool, if need 2014-05-08 00:02:39 +02:00
elbandi
c469ff923a Disconnect from pool, if auth is failed 2014-05-08 00:02:03 +02:00
Noel Maersk
3eb22b215e api: write xintensity and rawintensity using api_add_int(). 2014-05-08 00:08:25 +03:00
Noel Maersk
d27e8691e1 api: Add XIntensity and RawIntensity to devs output. 2014-05-07 23:39:06 +03:00
Noel Maersk
5b054542db config: Don't write commas if not needed, default to opt_algorithm when adding pool without one set explicitly. 2014-05-05 15:34:02 +03:00
Noel Maersk
f3df639ad4 Merge pull request #203 from sterlingpickens/master
Silence build warning, fix code typo.
2014-05-02 20:48:43 +03:00
sterlingpickens
ff45bb3a85 Update configure.ac
#include <unistd.h> no #include <process.h>
needed in linux, fixes make warning
2014-05-02 09:44:10 -07:00
sterlingpickens
83d71da225 Update sgminer.c 2014-05-02 09:36:35 -07:00
sterlingpickens
89c1411fde Update driver-opencl.c 2014-05-02 09:32:57 -07:00
Noel Maersk
bfff79c3b0 Merge branch 'api-quit' 2014-04-27 19:14:54 +03:00
Noel Maersk
eb53e32d16 misc: add API restart/quit changes to NEWS.md. 2014-04-25 17:42:23 +03:00
Luke Dashjr
3a6c1c8bb0 RPC: Provide a full status section for quit/restart commands 2014-04-25 17:40:52 +03:00
Noel Maersk
828aa7b097 misc: update NEWS.md with changes from api-compatibility branch. 2014-04-25 13:56:38 +03:00