Kano
83ea44af5d
api.c set the actual version number to 3.0
...
Conflicts resolved:
api.c
11 years ago
Kano
83176cb52a
API V3.0 unlimited socket reply size
11 years ago
Con Kolivas
003b65b7b1
Change stratum strings under stratum_lock in reconnect and free old strings.
...
Conflicts resolved:
util.c
11 years ago
Noel Maersk
91d36d097a
log: add LOG_DEBUG message on restarting stratum.
11 years ago
Noel Maersk
ed586c4aa5
misc: indentation.
11 years ago
Noel Maersk
abeeff3d45
log: print getaddrinfo() error description.
...
More debugging for issue 88.
11 years ago
Noel Maersk
18190642fa
conf: disable API by default.
11 years ago
Noel Maersk
21ba583bea
Merge pull request #96 from honeymaker/patch-1
...
Update example.conf
11 years ago
Noel Maersk
dc9f270d3a
log: disable spammy log message.
11 years ago
Thomas
fad2c66766
Update example.conf
11 years ago
Noel Maersk
a8dfb3ebef
pool: add getaddrinfo() LOG_DEBUG messages.
...
More for issue 88.
11 years ago
Noel Maersk
a1724e34e5
api: add missing extern declaration (for consistency).
11 years ago
Noel Maersk
115eb1ad2f
pool: be verbose on which pool failed.
11 years ago
Noel Maersk
87102ecd07
pool: additional debug logging for stratum pools.
...
Might help in trying to resove issue 88.
11 years ago
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
unknown
861307becc
VS2010 build: Fixed debug build. Moved some windows related defines to preprocessor.
11 years ago
unknown
9e4c276389
VS2010 build: removed unused defines.
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
unknown
6450f46975
VS2010 build: Fixed git versioning script
11 years ago
unknown
dfc7f57ffa
VS2010 build: removed gitversion.h from repo since it is created dynamically.
11 years ago
Noel Maersk
914f89b99f
doc: add a FAQ.
11 years ago
unknown
fc51d1696b
VS2010 build: config.h cleanup and offload. Added git versioning.
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
unknown
b178ade675
VS2010 build: Added PSW kernel. Version bump to 4.1.0.
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
dff7876b7a
Merge branch 'master' into build-msvs2010-upd
11 years ago
unknown
feac311305
VS2010 build: Converted applog() macro to function.
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