Con Kolivas
|
88ff55e70e
Use a time constant 0.63 for when large changes in hashrate are detected to damp change in case the large change is an aliasing artefact instead of a real change.
|
14 years ago |
Con Kolivas
|
a1879c8057
Only increment stale counter if the detected stales are discarded.
|
14 years ago |
ckolivas
|
35de9d1e07
Use slightly more damping on the decay time function in the never-ending quest to smooth off the hashmeter.
|
14 years ago |
Con Kolivas
|
eb4233d500
Merge pull request #156 from luke-jr/ignore_redundant
|
14 years ago |
Con Kolivas
|
7458927f02
Merge pull request #155 from luke-jr/no_curses
|
14 years ago |
Con Kolivas
|
2beb3500d4
Merge pull request #153 from kanoi/master
|
14 years ago |
Con Kolivas
|
ef1eafa40a
Provide locking around updates of cgpu hashrates as well to prevent multiple threads accessing data fields on the same device.
|
14 years ago |
Con Kolivas
|
fa5e0675d6
Display the beginning of the new block in verbose mode in the logs.
|
14 years ago |
Kano
|
eeec98098f
code changes for supporting a simple device history
|
14 years ago |
Luke Dashjr
|
b6ae200dad
Ignore reduntant-with-build options --disable-gpu, --no-adl, and --no-restart
|
14 years ago |
Luke Dashjr
|
ed8382c88d
Make curses TUI support optional at compile-time.
|
14 years ago |
Luke Dashjr
|
3a003b9ab8
Bugfix: Allow enabling CPU even without OpenCL support
|
14 years ago |
Con Kolivas
|
daf1eff13c
Change failed-to-mine number of requested shares messge to avoid segfault on recursive calling of quit().
|
14 years ago |
Con Kolivas
|
0412ac7c21
Only send out extra longpoll requests if we want longpolls.
|
14 years ago |
Con Kolivas
|
dbb04a6922
Increase the speed of hashrate adaptation.
|
14 years ago |
Con Kolivas
|
50a33aa6a3
Consider extra longpoll work items as staged_extra so as to make sure we queue more work if queueing regular work items as longpolls.
|
14 years ago |
Con Kolivas
|
553d53fcee
Reset all hash counters at the same time as resetting start times to get accurate hashrates on exiting which is mandatory for benchmarking.
|
14 years ago |
Con Kolivas
|
88a9d83e19
Report thread in during getting of work in benchmark mode.
|
14 years ago |
Con Kolivas
|
49ba39627c
Report thread out before it starts to avoid being flagged as sick when waiting for the first work item.
|
14 years ago |
Con Kolivas
|
f4df8c82a7
Merge pull request #135 from kanoi/master
|
14 years ago |
Kano
|
60c5ac6844
API new commands enablepool and disablepool (version already incremented)
|
14 years ago |
Kano
|
4458f3d5c7
Modify cgminer.c pool control to allow API to call it
|
14 years ago |
Con Kolivas
|
4dd6b649d5
Merge pull request #131 from kanoi/master
|
14 years ago |
Kano
|
ca2b2d9b9a
Don't save 'include' when saving the configuration
|
14 years ago |
Kano
|
915c72d8e7
Allow configuration file to include another recursively
|
14 years ago |
Con Kolivas
|
527e611b74
Fix !HAVE_OPENCL build.
|
14 years ago |
ckolivas
|
0db998c5d0
Add a --benchmark feature which works on a fake item indefinitely to compare device performance without any server or networking influence.
|
14 years ago |
ckolivas
|
d3ad87f5d2
Allow writing of multiple worksizes to the configuration file.
|
14 years ago |
ckolivas
|
1b1fa5cd89
Allow writing of multiple vector sizes to the configuration file.
|
14 years ago |
ckolivas
|
994cd77501
Allow writing of multiple kernels to the configuration file.
|
14 years ago |