Bufius
|
292ede3338
|
format code
|
11 years ago |
Bufius
|
3c14f0a753
|
slightly improved performance, works with LG of 2, 4 and 8
|
11 years ago |
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.
|
11 years ago |
elbandi
|
e32dcd7190
|
Mark pool as idle if stratum restart is failed
|
11 years ago |
elbandi
|
98676763b9
|
Set the pool idle and switch pool, if need
|
11 years ago |
elbandi
|
c469ff923a
|
Disconnect from pool, if auth is failed
|
11 years ago |
Noel Maersk
|
3eb22b215e
|
api: write xintensity and rawintensity using api_add_int().
|
11 years ago |
Noel Maersk
|
d27e8691e1
|
api: Add XIntensity and RawIntensity to `devs` output.
|
11 years ago |
elbandi
|
a8d683cda9
|
Mark pool as idle if stratum restart is failed
|
11 years ago |
Noel Maersk
|
5b054542db
|
config: Don't write commas if not needed, default to `opt_algorithm` when adding pool without one set explicitly.
|
11 years ago |
elbandi
|
08b7ab1dd4
|
Add build_number to version string
|
11 years ago |
elbandi
|
c00e4bcaf6
|
Put nicehash to version string
|
11 years ago |
elbandi
|
28ff05e327
|
Set the pool idle and switch pool, if need
|
11 years ago |
Noel Maersk
|
f3df639ad4
|
Merge pull request #203 from sterlingpickens/master
Silence build warning, fix code typo.
|
11 years ago |
sterlingpickens
|
ff45bb3a85
|
Update configure.ac
#include <unistd.h> no #include <process.h>
needed in linux, fixes make warning
|
11 years ago |
sterlingpickens
|
83d71da225
|
Update sgminer.c
|
11 years ago |
sterlingpickens
|
89c1411fde
|
Update driver-opencl.c
|
11 years ago |
elbandi
|
c72cd9160e
|
export PKG_CONFIG_PATH variable
|
11 years ago |
elbandi
|
c2af5fec1d
|
Include pool.h
|
11 years ago |
elbandi
|
a32ec16169
|
Move no-extranonce-subscribe parameter to a pool config
|
11 years ago |
elbandi
|
91be2e9e07
|
Handle pool response, who send errors in invalid format
|
11 years ago |
Noel Maersk
|
bfff79c3b0
|
Merge branch 'api-quit'
|
11 years ago |
elbandi
|
e7bca31941
|
Some tweaks for extranonce
|
11 years ago |
elbandi
|
7521451cae
|
Merge branch 'nicehash-extranonce' into master
|
11 years ago |
elbandi
|
77545de0e8
|
Disconnect from pool, if auth is failed
|
11 years ago |
elbandi
|
f9a2c8b929
|
Protect pool name with lock
|
11 years ago |
Noel Maersk
|
eb53e32d16
|
misc: add API restart/quit changes to NEWS.md.
|
11 years ago |
Luke Dashjr
|
3a6c1c8bb0
|
RPC: Provide a full status section for quit/restart commands
|
11 years ago |
Noel Maersk
|
828aa7b097
|
misc: update NEWS.md with changes from `api-compatibility` branch.
|
11 years ago |
Noel Maersk
|
2f3e08a12c
|
Merge branch 'api-compatibility'
|
11 years ago |
Elbandi
|
75a86fbf10
|
Set extranonce.subscribe timeout to 2sec
|
11 years ago |
Noel Maersk
|
47d00ee524
|
api: add missing header.
Imlicit declarations (using get_pool_name() without including pool.h)
produces a warning for me and AFAIR breaks compilation for someone else.
|
11 years ago |
elbandi
|
e1dcbfab15
|
Change mining.set_extranonce method as stratum notification
|
11 years ago |
elbandi
|
281bcd75e9
|
Send subscribe request before auth
|
11 years ago |
Luke Dashjr
|
5bd5b07e15
|
RPC: Add "Miner" to version response to include software name along with version
|
11 years ago |
elbandi
|
4ad62b9a78
|
Allow disable extranonce subscribe
|
11 years ago |
elbandi
|
b742ced4eb
|
subscribe for mining.extranonce
|
11 years ago |
elbandi
|
aaaf387222
|
handle mining.set_extranonce method
|
11 years ago |
Noel Maersk
|
897ca9fd4c
|
Merge pull request #200 from Elbandi/poolnamefix
Use get_pool_name everywhere
|
11 years ago |
Elbandi
|
973dcefa8c
|
Use get_pool_name everywhere
|
11 years ago |
Noel Maersk
|
b090ac9302
|
misc: veox can no longer actively maintain this software.
|
11 years ago |
Noel Maersk
|
3d7167ce2c
|
config: improve pool section writing.
Order so JSON's not broken, write `priority` and `algorithm`.
Closes #102.
|
11 years ago |
Noel Maersk
|
e42f77d9c1
|
misc: moved from veox/sgminer to sgminer-dev/sgminer
|
11 years ago |
phm
|
0001517ac0
|
Merge branch 'marucoin'
Conflicts:
Makefile.am
configure.ac
driver-opencl.c
miner.h
ocl.c
sgminer.c
|
11 years ago |
phm
|
67cf41a50c
|
Added support for MaruCoin
|
11 years ago |
Noel Maersk
|
7bc0be03d4
|
misc: FAQ cleanup.
|
11 years ago |
Noel Maersk
|
b2462e6076
|
misc: Add Michael Fiano <mfiano> to AUTHORS.md.
Tested tecent name/desc/algo additions to API, helped find a segfault
condition.
|
11 years ago |
Noel Maersk
|
f5709910fb
|
api: Bugfix, bump version to 4.1.271, initialise name/desc/algo in addpool() so checks for NULL work.
Otherwise API "addpool|a,b,c" command segfaults (access uninitialised
memory address).
|
11 years ago |
Noel Maersk
|
49fecf93a3
|
misc: Bump version to 4.1.270.
|
11 years ago |
Noel Maersk
|
92c3b5eb48
|
api: set algorithm properly on addpool.
|
11 years ago |