Noel Maersk
796c032aae
misc: note having ported changes up to cgminer 3.12.0.
2014-02-16 14:22:37 +02:00
Con Kolivas
dc767487e2
Fix displayed diff when solo mining at >2^32 diff.
2014-02-16 14:21:29 +02:00
Noel Maersk
aeaedeff12
misc: note about updates from ckolivas/cgminer.
2014-02-16 14:17:17 +02:00
Con Kolivas
c31de2601b
Store when the last getwork was retrieved and display it in the API summary.
2014-02-16 14:14:40 +02:00
ckolivas
d1e2bfaf7f
Make submit_tested_work return a bool about whether it meets the work target or not.
2014-02-16 14:10:31 +02:00
ckolivas
a58ef1b8c7
Provide a helper function for determining dev runtime and use it in the hashmeters used.
2014-02-16 14:09:51 +02:00
Con Kolivas
3323f9f9bf
Generically increase the queue if we are mining on a pool without local work generation each time we run out of work.
2014-02-16 13:59:15 +02:00
Con Kolivas
5167962840
Change new block detection message since longpoll is rarely relevant today.
2014-02-16 13:58:40 +02:00
Con Kolivas
1ad3285f56
Use unused line at the top of the log window which often gets stuck unchanging.
2014-02-16 13:58:09 +02:00
Con Kolivas
cc2aa215a8
Clear pool work on a stratum reconnect message.
2014-02-16 13:57:20 +02:00
Kano
faf63ec036
Modify thread naming to make them easier to identify
2014-02-16 13:56:14 +02:00
Kano
301daae6f4
api.c 2014
2014-02-16 13:51:58 +02:00
Kano
b6c6ec5c83
api add data type AVG float 3 decimal
2014-02-16 13:49:26 +02:00
Kano
83ea44af5d
api.c set the actual version number to 3.0
...
Conflicts resolved:
api.c
2014-02-16 13:48:31 +02:00
Kano
83176cb52a
API V3.0 unlimited socket reply size
2014-02-16 13:47:47 +02:00
Con Kolivas
003b65b7b1
Change stratum strings under stratum_lock in reconnect and free old strings.
...
Conflicts resolved:
util.c
2014-02-16 13:38:51 +02:00
Noel Maersk
91d36d097a
log: add LOG_DEBUG message on restarting stratum.
2014-02-14 20:51:16 +02:00
Noel Maersk
ed586c4aa5
misc: indentation.
2014-02-14 20:33:38 +02:00
Noel Maersk
abeeff3d45
log: print getaddrinfo() error description.
...
More debugging for issue 88.
2014-02-14 19:59:59 +02:00
Noel Maersk
18190642fa
conf: disable API by default.
2014-02-14 14:00:14 +02:00
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
unknown
861307becc
VS2010 build: Fixed debug build. Moved some windows related defines to preprocessor.
2014-02-10 22:10:22 +01:00
unknown
9e4c276389
VS2010 build: removed unused defines.
2014-02-10 20:47:03 +01: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
unknown
6450f46975
VS2010 build: Fixed git versioning script
2014-02-08 20:04:21 +01:00
unknown
dfc7f57ffa
VS2010 build: removed gitversion.h from repo since it is created dynamically.
2014-02-08 19:32:43 +01:00
Noel Maersk
914f89b99f
doc: add a FAQ.
2014-02-08 19:54:29 +02:00
unknown
fc51d1696b
VS2010 build: config.h cleanup and offload. Added git versioning.
2014-02-08 18:40:37 +01: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
unknown
b178ade675
VS2010 build: Added PSW kernel. Version bump to 4.1.0.
2014-02-08 12:40:20 +01: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
dff7876b7a
Merge branch 'master' into build-msvs2010-upd
2014-02-07 21:45:26 +02:00