Luke Dashjr
|
53db234760
Merge commit '74f2112' into bfgminer
|
13 years ago |
Con Kolivas
|
90824e1461
Initialise cnt in libztex.c
|
13 years ago |
Con Kolivas
|
d2e93ca636
Don't try to start devices that don't support scrypt when scrypt mining.
|
13 years ago |
Con Kolivas
|
7f11d28c13
Repeating on timeout in ztex could make the code never return.
|
13 years ago |
Con Kolivas
|
2b4def7c8e
Offset libusb reads/writes by length written as well in ztex.
|
13 years ago |
Con Kolivas
|
04f1c88734
Cope with timeouts and partial reads in ztex code.
|
13 years ago |
Con Kolivas
|
e5ee9f0f8e
If there are more devices than nDevs, don't iterate over them as they may overwrite devices mapped below that with the mapping option.
|
13 years ago |
Con Kolivas
|
826175c3a1
Fix README faq on bfl auto-detect.
|
13 years ago |
Con Kolivas
|
50bdf850a9
Set memory clock based on memdiff if present from with engine changes, allowing it to parallel manual changes from the menu as well.
|
13 years ago |
Con Kolivas
|
8fc2983614
Windows' timer resolution is limited to 15ms accuracy. This was breaking dynamic intensity since it tries to measure below this.
|
13 years ago |
Luke Dashjr
|
4c0ae57af1
Merge commit '70c57e7' into bfgminer
|
13 years ago |
Luke Dashjr
|
00b5e07b28
Merge commit '618ef0c' into bfgminer
|
13 years ago |
Con Kolivas
|
bb401c5528
Bump version to 2.7.0
|
13 years ago |
Con Kolivas
|
9e76aed66d
Initialise cnt in libztex.c
|
13 years ago |
Con Kolivas
|
439e685bfa
Update NEWS.
|
13 years ago |
Con Kolivas
|
f6d2853c9b
Summary layout difference.
|
13 years ago |
Con Kolivas
|
ed3eb5771a
Introduce a new statistic, Work Utility, which is the number of difficulty 1 shares solved per minute. This is useful for measuring a relative rate of work that is independent of reject rate and target difficulty.
|
13 years ago |
Con Kolivas
|
26ab7346e3
Implement a new pool strategy, BALANCE, which monitors work performed per pool as a rolling average every 10 minutes to try and distribute work evenly over all the pools.
|
13 years ago |
Con Kolivas
|
ff63f0b8c3
Merge branch 'master' of github.com:ckolivas/cgminer
|
13 years ago |
Con Kolivas
|
127b638263
Merge pull request #297 from kanoi/icarus
|
13 years ago |
Con Kolivas
|
d8c76bbd08
Getwork fail was not being detected. Remove a vast amount of unused variables and functions used in the old queue request mechanism and redefine the getfail testing.
|
13 years ago |
Con Kolivas
|
8fa708093b
Don't try to start devices that don't support scrypt when scrypt mining.
|
13 years ago |
Con Kolivas
|
80d57728fd
Merge branch 'stage'
|
13 years ago |
Con Kolivas
|
9065c63f40
Repeating on timeout in ztex could make the code never return.
|
13 years ago |
Con Kolivas
|
b814b42c7f
Consider us lagging only once our queue is almost full and no staged work.
|
13 years ago |
Con Kolivas
|
b688d911ea
0 is a valid return value for read so only break out if read returns -1.
|
13 years ago |
Con Kolivas
|
0954a22995
Offset libusb reads/writes by length written as well in ztex.
|
13 years ago |
Con Kolivas
|
e796284cbe
Cope with timeouts and partial reads in ztex code.
|
13 years ago |
Con Kolivas
|
c3e32274ee
Cull all the early queue requests since we request every time work is popped now.
|
13 years ago |
Con Kolivas
|
0fbd60ae37
Keep track of staged rollable work item counts to speed up clone_available.
|
13 years ago |