Kano
17973c59c4
API don't change 'Diff1 Shares' - backward compatability FTW
2012-09-21 11:25:43 +10:00
Kano
22a8eee0b8
miner.php highlighting correctly handling difficulty
2012-09-19 20:55:46 +10:00
Kano
a6bf276f6b
API - Add last share difficulty for devices and pool
2012-09-19 01:14:43 +10:00
Kano
89b6989fb3
Store and report Accepted,Rejected,Stale difficulty in the summary and API
2012-09-19 00:54:55 +10:00
Kano
7ede5a59bd
WorkTime - display prevblock for scrypt
2012-09-18 14:30:46 +10:00
Kano
a2cc588c51
api.c remove compile warnings
2012-09-18 14:12:32 +10:00
Kano
923b9e0d86
Calculate work difficulty for each getwork and display with WorkTime debug
2012-09-18 11:19:57 +10:00
Kano
8f4ccebf0d
remove MMQ unused variable warning
2012-09-16 11:47:54 +10:00
Kano
ad7aa2b382
FPGA - allow long or short device names in detect code + style police
2012-09-16 11:42:51 +10:00
Kano
796f3906c1
WorkTime - multiple nonce per work and identify the work source
2012-09-16 07:57:43 +10:00
Kano
bd3c98aaaf
Optional WorkTime details with each Accepted/Rejected work item
2012-09-15 14:04:57 +10:00
Kano
fe7a967d56
Icarus - ignore hardware errors in timing mode
2012-09-15 00:39:54 +10:00
Kano
7293a8a9ac
miner.php oops - mistype
2012-09-13 21:50:18 +10:00
Kano
db0269a238
miner.php by default don't display IP/Port numbers in error messages
2012-09-13 12:40:27 +10:00
Kano
ade940bcba
api.c all STATUS messages automatically escaped
2012-09-13 09:44:58 +10:00
Kano
fd2fa260c7
api.c add missing escape for comma in MSG_PGAUNW
2012-09-12 23:27:48 +10:00
Kano
99f0607fb2
API add display of and setting queue,scantime,expiry
2012-09-12 23:26:43 +10:00
Kano
e649aa3906
HW: dont submit bad shares
2012-09-12 20:10:00 +10:00
Kano
fced503ed6
save individual pool proxy settings to config
2012-09-12 19:45:49 +10:00
Kano
0ac350547e
--default-config - allow command line to define the default configuration file for loading and saving
2012-09-12 19:32:37 +10:00
Kano
6c2515752f
API-README update for pools proxy info
2012-09-12 19:05:50 +10:00
Kano
68046631d5
README URL proxy must use quote so show in the example
2012-09-12 08:46:53 +10:00
Kano
e043f5a5aa
bug: remove proxy: from the front of the proxy used
2012-09-12 08:32:00 +10:00
Kano
cef9731fbc
CURL support for individual proxy per pool and all proxy types
2012-09-12 07:44:00 +10:00
Kano
6b2deb0afa
README spelling/etc
2012-09-11 16:27:39 +10:00
Kano
9f9c688f72
README - FPGA device FAQ
2012-09-11 14:29:08 +10:00
Kano
307d8da034
HW: error counter auto for all devices - ztex code not fixed
2012-09-04 15:57:11 +10:00
Kano
9950cff5ae
API pgaidentify - unsupported message should be a warning
2012-09-04 12:57:22 +10:00
Kano
9487ba05cd
API/BFL identify a device - currently only BFL to flash the led
2012-09-04 12:52:11 +10:00
Kano
7a2407f15c
BFL add throttle count to internal stats + API
2012-09-04 02:26:17 +10:00
Kano
71e2f23f47
BFL: missing device id in log message
2012-09-04 02:10:22 +10:00
Kano
bd151ef36d
miner.php correct to new Diff1 Work field names
2012-09-04 01:27:53 +10:00
Kano
93555e271a
API add device diff1 work
2012-09-04 01:23:32 +10:00
Kano
fd2034ce77
Merge branch 'main'
2012-09-04 00:56:35 +10:00
Kano
e5347ed971
API-README update
2012-09-03 00:16:10 +10:00
Kano
381478e65c
api.c Correct diff1 field name
2012-09-02 08:05:50 +10:00
Paul Sheppard
a5299fef61
Merge branch 'master' of git://github.com/ckolivas/cgminer.git
2012-09-01 10:44:01 -07:00
Kano
4023872b76
count device diff1 shares
2012-09-01 23:51:51 +10:00
Kano
2bf08bb4f8
API-README more debug parameter information
2012-09-01 21:01:51 +10:00
Kano
568b0fed89
API allow full debug settings control
2012-09-01 18:21:08 +10:00
Con Kolivas
ba0122535a
Bump version number to 2.7.5
2012-08-31 12:24:39 +10:00
Con Kolivas
ae8bacc54f
Update NEWS.
2012-08-31 12:24:14 +10:00
Con Kolivas
57c3b12f64
Sort the blocks database in reverse order, allowing us to remove the first block without iterating over them. Output the block number to debug.
2012-08-31 12:04:16 +10:00
Con Kolivas
b34f36b700
Merge branch 'master' of github.com:ckolivas/cgminer
2012-08-31 09:22:28 +10:00
Con Kolivas
f1c6ae22f7
Adjust opencl intensity when adjusting thread count to prevent it getting pegged at a value below the minimum threads possible.
2012-08-31 09:13:19 +10:00
Con Kolivas
26eb918100
Merge pull request #307 from kanoi/icarus
...
miner.h max_hashes -> int64_t
2012-08-30 06:28:55 -07:00
Kano
a178039a65
miner.h max_hashes -> int64_t
2012-08-30 23:22:37 +10:00
Con Kolivas
f97bf2e2ac
Keep the local block number in the blocks structs stored and sort them by number to guarantee we delete the oldest when ageing the block struct entries.
2012-08-28 20:16:50 +10:00
Con Kolivas
d91af893c8
Use correct sdk version detection for SDK 2.7
2012-08-28 18:08:39 +10:00
Con Kolivas
69983b778b
Revert "Pick worksize 256 with Cypress if none is specified."
...
This reverts commit 482322a4b7
.
Worksize 256 was only helpful on cypress with ultra-low memory speeds with old SDKs and the new kernels require higher memory clocks, having the opposite net effect.
2012-08-28 17:19:38 +10:00