deba12
cd63c1bf24
Add descriptive adl errors
11 years ago
Noel Maersk
f2f2bcedc7
build: use git version if available.
...
Borrowed from Arch Linux pacman:
https://projects.archlinux.org/pacman.git/tree/
11 years ago
Noel Maersk
76b79b2fb2
build: fix AC_INIT string of configure.ac.
...
As specified in https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Initializing-configure.html
11 years ago
Noel Maersk
52e9df8d78
help: temp-target and temp-overheat had identical descriptions that do not describe what they actually do.
...
Closes https://github.com/veox/sgminer/issues/65
11 years ago
Noel Maersk
b8f4419b58
Merge pull request #69 from Oriumpor/patch-2
...
Replace second ZUIKKIS_KERNNAME for PSW_KERNNAME
11 years ago
Oriumpor
8b92708d23
Replace second ZUIKKIS_KERNNAME for PSW_KERNNAME
...
Build still broken:
sgminer.c: In function âwrite_configâ:
sgminer.c:4193: error: âPSW_KERNNAMEâ undeclared (first use in this function)
sgminer.c:4193: error: (Each undeclared identifier is reported only once
sgminer.c:4193: error: for each function it appears in.)
11 years ago
Noel Maersk
ad5b5fd9a6
Merge pull request #64 from bigchirv/patch-1
...
Adding definition for psw's kernel name.
11 years ago
bigchirv
4082064191
Adding definition for psw's kernel name.
11 years ago
Noel Maersk
638b24d65c
doc: update KERNEL.md.
11 years ago
Noel Maersk
23eb242a5f
kernel: make psw usable, reorder cases alphabetically.
...
Closes https://github.com/veox/sgminer/issues/30
11 years ago
Brandon Tuomela
bda1070259
kernel: add psw kernel.
11 years ago
Noel Maersk
2e16fb50fa
doc: Update BUGS.md to ask whether using precompiled binary.
11 years ago
Noel Maersk
464913aa31
misc: Update AUTHORS (add Perry Huang, reorder).
11 years ago
Noel Maersk
c23522036d
ui: Don't display pool list N times if N pools are set hidden in config.
...
Also, add some comments do #endif's.
11 years ago
Noel Maersk
37f60c3d2a
Merge pull request #59 from perryh/add_api_khs
...
Add API_KHS endpoint.
11 years ago
Perry Huang
8bd980dbbd
Add API_KHS endpoint.
...
Fix multiplying before double cast.
Add endpoint to response.
Fix API response function.
Fix var name.
Add KHS to API summary.
11 years ago
Noel Maersk
9f99474e69
pools: Revert back to "Pool N" default pool name, and use json_array_index to set it.
...
Closes https://github.com/veox/sgminer/issues/51
Using j_a_i allows us to get rid of accounting vars like total_poolnames,
and pool names don't get mixed up if they're not specified for some pools.
It would still be desirable to show the URL as a pool name if poolname is not
set.
11 years ago
Noel Maersk
ed61c38ec8
build/mingw: style fixup after tonobitc merge.
...
Use `#defined(...)` instead of `#defined ...`.
Remove comments about issues - anyone removing those lines can check blame
to see why they were added.
Add tonobitc to AUTHORS.md.
11 years ago
Noel Maersk
241c94cbdd
Merge remote-tracking branch 'tonokip/master'
11 years ago
tonobitc
32b13ccb46
fix for mingw-w64
11 years ago
tonobitc
d56d4ced64
include winsock2.h to resolve ws2tcpip.h conflict
11 years ago
tonobitc
af01573a4f
sleep function still needed for MingW not MW-W64
11 years ago
Noel Maersk
e123cc20c3
kernel: search in `pwd`/kernel/ for kernels.
...
Closes https://github.com/veox/sgminer/issues/49 .
11 years ago
Noel Maersk
d203dddabb
ui: remove mention of cgminer in "Settings" menu.
11 years ago
Noel Maersk
83d984a469
doc: add releases, issues and irc channel to README.
11 years ago
Noel Maersk
108ac24e2a
core: check for GPU_* environment variables unconditionally.
11 years ago
Noel Maersk
17ef58b3d1
doc: typo in doc/KERNEL.md
11 years ago
Noel Maersk
cd5fa8d3cb
Merge branch 'windows-cross-compile'
11 years ago
Noel Maersk
e081a669f6
doc: add note about --disable-adl-checks.
...
Should close https://github.com/veox/sgminer/issues/26
11 years ago
Noel Maersk
2879994408
adl: only ask for iDrvIndex on Linux.
...
Should close https://github.com/veox/sgminer/issues/45
11 years ago
Noel Maersk
b56e65aa77
misc: line wrap.
11 years ago
Noel Maersk
a65ff54b08
doc: update README.md with "state" option.
...
Closes https://github.com/veox/sgminer/issues/44
11 years ago
Noel Maersk
d3a3ee6b31
misc: update AUTHORS.md with recent testers.
11 years ago
Noel Maersk
d7c8d1d300
core: change scantime/expiry to 10/30 from 30/120.
11 years ago
Noel Maersk
64fc8324b8
pools: initial implementation of pool state machines.
...
moved enable_pool(), disable_pool() and other functions related to
state. These could probably be factored out altogether.
Pool state default is now "enabled" - it was previosly "disabled",
but there was an unconditional function call to enable all pools
in main() previously. It was factored out by joe's earlier commits,
so not visible in this one.
11 years ago
Noel Maersk
1ebcb07302
Merge branch 'master' into pools
11 years ago
Noel Maersk
cae071b837
Merge branch 'kernels'
11 years ago
Noel Maersk
67d15f2843
Merge branch 'adl-extra-logging'
11 years ago
Noel Maersk
e269656959
Merge branch 'pools-joe'
11 years ago
Noel Maersk
048c82b9b2
pools: rename 'pool->enabled' to 'pool->state'.
11 years ago
Noel Maersk
22b78e91f6
tui: Refactor status line printing.
...
Default pool name is now URL and port instead of "Pool N" (which
is confusing).
Status line displays user-defined name.
11 years ago
Noel Maersk
6417bcce61
Merge remote-tracking branch 'joe/pool_options' into pools
11 years ago
Joe4782
90d49e9ad3
Updated the README file to explain the 'remove-pool' json config file option
11 years ago
Joe4782
b1eb2ab8f8
Implemented the 'remove-pool' config option for json file pools
11 years ago
Joe4782
817ed55b6a
Pool management option now shows pool name when available
11 years ago
Joe4782
dd7bd69786
Updated README to explain new 'disable-pool' configuration file option
11 years ago
Joe4782
1d81196238
Added a 'disable-pool' option to the json configuration, to allow pools to be started up disabled
11 years ago
Noel Maersk
8a6c716c86
Merge pull request #40 from gacheson/master
...
Fixes for "--pools" flag and fatal JSON error
11 years ago
gacheson
1eacb3f1c2
Fixes for "--pools" flag and fatal JSON error
11 years ago
Noel Maersk
e0ca8ebc2f
doc: Simplify paths for cross-compiling instructions in windows-build.txt
11 years ago