Kano
ad7aa2b382
FPGA - allow long or short device names in detect code + style police
12 years ago
Kano
796f3906c1
WorkTime - multiple nonce per work and identify the work source
12 years ago
Kano
bd3c98aaaf
Optional WorkTime details with each Accepted/Rejected work item
12 years ago
Kano
fe7a967d56
Icarus - ignore hardware errors in timing mode
12 years ago
Kano
7293a8a9ac
miner.php oops - mistype
12 years ago
Kano
db0269a238
miner.php by default don't display IP/Port numbers in error messages
12 years ago
Kano
ade940bcba
api.c all STATUS messages automatically escaped
12 years ago
Kano
fd2fa260c7
api.c add missing escape for comma in MSG_PGAUNW
12 years ago
Kano
99f0607fb2
API add display of and setting queue,scantime,expiry
12 years ago
Kano
e649aa3906
HW: dont submit bad shares
12 years ago
Kano
fced503ed6
save individual pool proxy settings to config
12 years ago
Kano
0ac350547e
--default-config - allow command line to define the default configuration file for loading and saving
12 years ago
Kano
6c2515752f
API-README update for pools proxy info
12 years ago
Kano
68046631d5
README URL proxy must use quote so show in the example
12 years ago
Kano
e043f5a5aa
bug: remove proxy: from the front of the proxy used
12 years ago
Kano
cef9731fbc
CURL support for individual proxy per pool and all proxy types
12 years ago
Kano
6b2deb0afa
README spelling/etc
12 years ago
Kano
9f9c688f72
README - FPGA device FAQ
12 years ago
Kano
307d8da034
HW: error counter auto for all devices - ztex code not fixed
12 years ago
Kano
9950cff5ae
API pgaidentify - unsupported message should be a warning
12 years ago
Kano
9487ba05cd
API/BFL identify a device - currently only BFL to flash the led
12 years ago
Kano
7a2407f15c
BFL add throttle count to internal stats + API
12 years ago
Kano
71e2f23f47
BFL: missing device id in log message
12 years ago
Kano
bd151ef36d
miner.php correct to new Diff1 Work field names
12 years ago
Kano
93555e271a
API add device diff1 work
12 years ago
Kano
fd2034ce77
Merge branch 'main'
12 years ago
Kano
e5347ed971
API-README update
12 years ago
Kano
381478e65c
api.c Correct diff1 field name
12 years ago
Kano
4023872b76
count device diff1 shares
12 years ago
Kano
2bf08bb4f8
API-README more debug parameter information
12 years ago
Kano
568b0fed89
API allow full debug settings control
12 years ago
Con Kolivas
ba0122535a
Bump version number to 2.7.5
12 years ago
Con Kolivas
ae8bacc54f
Update NEWS.
12 years ago
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.
12 years ago
Con Kolivas
b34f36b700
Merge branch 'master' of github.com:ckolivas/cgminer
12 years ago
Con Kolivas
f1c6ae22f7
Adjust opencl intensity when adjusting thread count to prevent it getting pegged at a value below the minimum threads possible.
12 years ago
Con Kolivas
26eb918100
Merge pull request #307 from kanoi/icarus
...
miner.h max_hashes -> int64_t
12 years ago
Kano
a178039a65
miner.h max_hashes -> int64_t
12 years ago
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.
12 years ago
Con Kolivas
d91af893c8
Use correct sdk version detection for SDK 2.7
12 years ago
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.
12 years ago
Con Kolivas
b768758818
Test for lagging once more in queue_request to enable work to leak to backup pools.
12 years ago
Con Kolivas
579c1299c6
There is no need to try to switch pools in select_pool since the current pool is actually not affected by the choice of pool to get work from.
12 years ago
Con Kolivas
4a210d4eff
Only clear the pool lagging flag if we're staging work faster than we're using it.
12 years ago
Con Kolivas
d1683f75c9
needed flag is currently always false in queue_request. Remove it for now.
12 years ago
Con Kolivas
1b7db5bc9c
thr is always NULL going into queue_request now.
12 years ago
Con Kolivas
7fe8142cbf
Bump version to 2.7.4.
12 years ago
Con Kolivas
cf6033cb0a
Update NEWS.
12 years ago
Con Kolivas
0e0093e602
Select pool regardless of whether we're lagging or not, and don't queue another request in switch pool to avoid infinite recursion.
12 years ago
Con Kolivas
5095ed29a1
Merge branch 'master' of github.com:ckolivas/cgminer
12 years ago