Con Kolivas
|
618999026f
|
As we average gpu time over 5 work intervals for dynamic GPU intensity, there is no need to maintain a rolling average and it avoids the potential long term corruption of a single overflow value.
|
12 years ago |
Con Kolivas
|
55b8f2e06e
|
Test for the now-automatically exported variable AMDAPPSDKROOT when looking for the presence of the OpenCL headers.
|
12 years ago |
Kano
|
17973c59c4
|
API don't change 'Diff1 Shares' - backward compatability FTW
|
12 years ago |
Kano
|
22a8eee0b8
|
miner.php highlighting correctly handling difficulty
|
12 years ago |
Kano
|
a6bf276f6b
|
API - Add last share difficulty for devices and pool
|
12 years ago |
Kano
|
89b6989fb3
|
Store and report Accepted,Rejected,Stale difficulty in the summary and API
|
12 years ago |
Kano
|
7ede5a59bd
|
WorkTime - display prevblock for scrypt
|
12 years ago |
Kano
|
a2cc588c51
|
api.c remove compile warnings
|
12 years ago |
Kano
|
923b9e0d86
|
Calculate work difficulty for each getwork and display with WorkTime debug
|
12 years ago |
Kano
|
8f4ccebf0d
|
remove MMQ unused variable warning
|
12 years ago |
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 |