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

5862 Commits

Author SHA1 Message Date
Noel Maersk
21ba583bea Merge pull request #96 from honeymaker/patch-1
Update example.conf
2014-02-14 13:59:37 +02:00
Noel Maersk
dc9f270d3a log: disable spammy log message. 2014-02-14 13:55:42 +02:00
Thomas
fad2c66766 Update example.conf 2014-02-14 00:08:11 +01:00
Noel Maersk
a8dfb3ebef pool: add getaddrinfo() LOG_DEBUG messages.
More for issue 88.
2014-02-13 13:40:47 +02:00
Noel Maersk
a1724e34e5 api: add missing extern declaration (for consistency). 2014-02-13 12:30:59 +02:00
Noel Maersk
115eb1ad2f pool: be verbose on which pool failed. 2014-02-13 12:29:35 +02:00
Noel Maersk
87102ecd07 pool: additional debug logging for stratum pools.
Might help in trying to resove issue 88.
2014-02-12 21:11:59 +02:00
Noel Maersk
4e08eb41ef api: bump API version number to indicate changes that happened after 4.0.0. 2014-02-11 23:39:03 +02:00
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.
2014-02-11 17:33:28 +02:00
Noel Maersk
be4305e4f6 doc: FAQ formatting (allows linking to specific questions).
Squashed: removed duplicate question, fix typo.
2014-02-10 16:31:43 +02:00
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.
2014-02-10 13:15:19 +02:00
Noel Maersk
ee5995e971 doc: add FAQ (Kessak/SHA-3). 2014-02-09 21:49:33 +02:00
Noel Maersk
02d409f511 misc: add Markus Peloquin to AUTHORS, reorder. 2014-02-09 17:46:07 +02:00
Noel Maersk
ae3c7c0aa1 Merge remote-tracking branch 'markuspeloquin/master' 2014-02-09 17:44:03 +02:00
Markus Peloquin
f4fcc7a799 Add clarification to Cygwin install section. 2014-02-08 15:44:03 -08:00
Markus Peloquin
2c53b8a34e Add Cygwin build instructions. 2014-02-08 15:39:55 -08:00
Noel Maersk
914f89b99f doc: add a FAQ. 2014-02-08 19:54:29 +02:00
Noel Maersk
a0132b6bb5 doc: remove old references to NVidia cards. 2014-02-08 16:42:01 +02:00
Noel Maersk
c09a5b4406 core: remove num_processors (unused). 2014-02-08 15:41:31 +02:00
Noel Maersk
3f5485ae43 misc: clarify comments in switch_pools(). 2014-02-08 15:37:21 +02:00
Noel Maersk
dde099f224 doc: Reorder FAQ to have more common questions on top, fix a few links. 2014-02-08 14:09:36 +02:00
Markus Peloquin
bf8e37ce19 Support building in cygwin.
Revised the compiler platform macros. Building goes like
$ AMDAPPSDKROOT= CPPFLAGS=-I/usr/include/ncurses ./configure
2014-02-07 22:31:40 -08:00
Noel Maersk
4ce8a3ef3b misc: AUTHORS formatting. 2014-02-07 22:30:50 +02:00
Noel Maersk
d6e46f2113 doc: recommend ADL version 6.
Closes https://github.com/veox/sgminer/issues/81
2014-02-07 19:58:31 +02:00
Noel Maersk
321c4c73bf Bump version to 4.1.0. 2014-02-07 19:44:31 +02:00
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.
2014-02-07 01:15:23 +02:00
Noel Maersk
8043af5ec7 core: write gpu-threads to config when using ncurses menu. 2014-02-07 00:52:49 +02:00
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.
2014-02-07 00:34:56 +02:00
Noel Maersk
e4657791bf doc: Update README.md
Formatting mostly, but mention --disable-adl-checks.
2014-02-06 18:53:55 +02:00
Noel Maersk
0a3710dd7b doc: update FAQ, rename to FAQ.md. 2014-02-06 16:07:15 +02:00
Noel Maersk
c061b4e405 doc: Update part of MINING, rename to MINING.md. 2014-02-06 15:24:50 +02:00
Noel Maersk
9e9ac30af0 doc: KERNEL.md formatting. 2014-02-06 14:54:08 +02:00
Noel Maersk
4300e42aa8 doc: fix link in BUGS.md. 2014-02-06 14:48:53 +02:00
Noel Maersk
2a950ff758 doc:BUGS.md minor updates. 2014-02-06 13:27:39 +02:00
Noel Maersk
8dd1c2d4af core: correctly parse boolean configuration values.
Also, with style.
2014-02-05 22:03:46 +02:00
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
2014-02-05 16:28:27 +02:00
Noel Maersk
f5c51b7771 build: don't allow disabling OpenCL (it is mandatory).
Closes https://github.com/veox/sgminer/issues/76
2014-02-05 15:35:54 +02:00
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
2014-02-04 21:00:26 +02:00
Noel Maersk
3ae7531fa9 adl: rename adl_errors() to adl_error_desc(), shorten error desc's, handle unknown error 2014-02-04 20:55:58 +02:00
Noel Maersk
b298675896 Merge remote-tracking branch 'deba12/master' 2014-02-04 20:47:42 +02:00
deba12
cd63c1bf24 Add descriptive adl errors 2014-02-04 18:26:46 +02:00
Noel Maersk
f2f2bcedc7 build: use git version if available.
Borrowed from Arch Linux pacman:

https://projects.archlinux.org/pacman.git/tree/
2014-02-04 15:18:27 +02:00
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
2014-02-04 12:46:09 +02:00
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
2014-02-03 13:56:43 +02:00
Noel Maersk
b8f4419b58 Merge pull request #69 from Oriumpor/patch-2
Replace second ZUIKKIS_KERNNAME for PSW_KERNNAME
2014-02-03 02:10:34 -08:00
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.)
2014-02-02 10:50:24 -08:00
Noel Maersk
ad5b5fd9a6 Merge pull request #64 from bigchirv/patch-1
Adding definition for psw's kernel name.
2014-02-02 07:10:20 -08:00
bigchirv
4082064191 Adding definition for psw's kernel name. 2014-02-02 05:45:52 -04:30
Noel Maersk
638b24d65c doc: update KERNEL.md. 2014-02-01 16:19:04 +02:00
Noel Maersk
23eb242a5f kernel: make psw usable, reorder cases alphabetically.
Closes https://github.com/veox/sgminer/issues/30
2014-02-01 16:01:37 +02:00