Noel Maersk
4e08eb41ef
api: bump API version number to indicate changes that happened after 4.0.0.
11 years ago
Noel Maersk
dab1d35efd
log: add LOG_INFO message about suspended stratum to stratum_rthread().
...
Also a minor style/syntax fix while searching for why pools don't
restart if gone "dead". A pool is considered "dead" if pool->idle
is true.
11 years ago
Noel Maersk
be4305e4f6
doc: FAQ formatting (allows linking to specific questions).
...
Squashed: removed duplicate question, fix typo.
11 years ago
Noel Maersk
806b23627b
doc: Change answer about scrypt-jane/Keccak/SHA-3 support.
...
There seems to be interest by the community (and a development effort), so
if scrypt-jane can be used without introducing switches everywhere, it
could be used.
11 years ago
Noel Maersk
ee5995e971
doc: add FAQ (Kessak/SHA-3).
11 years ago
Noel Maersk
02d409f511
misc: add Markus Peloquin to AUTHORS, reorder.
11 years ago
Noel Maersk
ae3c7c0aa1
Merge remote-tracking branch 'markuspeloquin/master'
11 years ago
Markus Peloquin
f4fcc7a799
Add clarification to Cygwin install section.
11 years ago
Markus Peloquin
2c53b8a34e
Add Cygwin build instructions.
11 years ago
Noel Maersk
914f89b99f
doc: add a FAQ.
11 years ago
Noel Maersk
a0132b6bb5
doc: remove old references to NVidia cards.
11 years ago
Noel Maersk
c09a5b4406
core: remove num_processors (unused).
11 years ago
Noel Maersk
3f5485ae43
misc: clarify comments in switch_pools().
11 years ago
Noel Maersk
dde099f224
doc: Reorder FAQ to have more common questions on top, fix a few links.
11 years ago
Markus Peloquin
bf8e37ce19
Support building in cygwin.
...
Revised the compiler platform macros. Building goes like
$ AMDAPPSDKROOT= CPPFLAGS=-I/usr/include/ncurses ./configure
11 years ago
Noel Maersk
4ce8a3ef3b
misc: AUTHORS formatting.
11 years ago
Noel Maersk
d6e46f2113
doc: recommend ADL version 6.
...
Closes https://github.com/veox/sgminer/issues/81
11 years ago
Noel Maersk
321c4c73bf
Bump version to 4.1.0.
11 years ago
Noel Maersk
3c324a6427
doc: update FAQ.
...
There have been several reports like
https://github.com/veox/sgminer/issues/16
and
https://github.com/veox/sgminer/issues/66
not mentioning reddit and litecointalk and who knows where else.
11 years ago
Noel Maersk
8043af5ec7
core: write gpu-threads to config when using ncurses menu.
11 years ago
Noel Maersk
b5b20c19f6
core: make errors on reading experimental options from config less scary.
...
The config file is written poorly: first off, not all available options
are written (they have to be written manually, since there's no struct
enumeration); then, default values are not commented out.
11 years ago
Noel Maersk
e4657791bf
doc: Update README.md
...
Formatting mostly, but mention --disable-adl-checks.
11 years ago
Noel Maersk
0a3710dd7b
doc: update FAQ, rename to FAQ.md.
11 years ago
Noel Maersk
c061b4e405
doc: Update part of MINING, rename to MINING.md.
11 years ago
Noel Maersk
9e9ac30af0
doc: KERNEL.md formatting.
11 years ago
Noel Maersk
4300e42aa8
doc: fix link in BUGS.md.
11 years ago
Noel Maersk
2a950ff758
doc:BUGS.md minor updates.
11 years ago
Noel Maersk
8dd1c2d4af
core: correctly parse boolean configuration values.
...
Also, with style.
11 years ago
Noel Maersk
0e8ec8d060
pools: Allow disabling pool even if it's the last one enabled.
...
Pool state machine is incomplete, and enabled_pools is not increased if
pool state is not explicitly set to "enabled" in config. However,
there is no reason why the user should not be allowed to disable
all pools.
enabled_pools is a bookkeeping variable, and bookkeeping is cumbersome.
Rather than trying to fix this regression, get rid of another place
where enabled_pools is used.
Closes https://github.com/veox/sgminer/issues/75
11 years ago
Noel Maersk
f5c51b7771
build: don't allow disabling OpenCL (it is mandatory).
...
Closes https://github.com/veox/sgminer/issues/76
11 years ago
Noel Maersk
3f34049302
core: change default scantime/expiry to 7/28 (back to 1:4 ratio).
...
Previous defaults (before 10/30) were optimised for Bitcoin that has
a much higher average block time. Optimise for Litecoin (currently
largest scrypt network.)
Not pushing it further down so as not to scare people with dropping
hashrates.
Thanks to MissedOutOnBTC @ freenode for testing.
Closes https://github.com/veox/sgminer/issues/22
11 years ago
Noel Maersk
3ae7531fa9
adl: rename adl_errors() to adl_error_desc(), shorten error desc's, handle unknown error
11 years ago
Noel Maersk
b298675896
Merge remote-tracking branch 'deba12/master'
11 years ago
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