Luke Dashjr
|
826755ab24
Merge commit 'fd7b21e' into bfgminer
|
13 years ago |
ckolivas
|
fd7b21ed56
Use a pthread conditional that is broadcast whenever work restarts are required. Create a generic wait function waiting a specified time on that conditional that returns if the condition is met or a specified time passed to it has elapsed. Use this to do smarter polling in bitforce to abort work, queue more work, and check for results to minimise time spent working needlessly.
|
13 years ago |
Luke Dashjr
|
d2a7357d0e
Merge commit '1e94214' into bfgminer
|
13 years ago |
Luke Dashjr
|
5aa70aa898
Merge commit '4c5d41a' into bfgminer
|
13 years ago |
ckolivas
|
1e9421475c
Timersub is supported on all build platforms so do away with custom timerval_subtract function.
|
13 years ago |
Con Kolivas
|
3267b534a8
Implement rudimentary X-Mining-Hashrate support.
|
13 years ago |
Kano
|
c21fc06560
define API option --api-groups
|
13 years ago |
Luke Dashjr
|
ad40d1d3fb
Merge commit 'd8de1bb' into bfgminer
|
13 years ago |
ckolivas
|
dffda2382f
Increase GPU timing resolution to microsecond and add sanity check to ensure times are positive.
|
13 years ago |
Con Kolivas
|
c027492fa4
Make the pools array a dynamically allocated array to allow unlimited pools to be added.
|
13 years ago |
Con Kolivas
|
5cf4b7c432
Make the devices array a dynamically allocated array of pointers to allow unlimited devices.
|
13 years ago |
Con Kolivas
|
eaf1505381
Dynamic intensity for GPUs should be calculated on a per device basis. Clean up the code to only calculate it if required as well.
|
13 years ago |
Luke Dashjr
|
8141adb3bc
Merge commit '411784a' into bfgminer
|
13 years ago |
Luke Dashjr
|
8d560e4572
Merge commit 'f70577b' into bfgminer
|
13 years ago |
Luke Dashjr
|
647e5e81e2
Merge commit '0c8eb16' into bfgminer
|
13 years ago |
Con Kolivas
|
f32ffb8718
Work out a rolling average getwork delay stored in pool_stats.
|
13 years ago |
ckolivas
|
6a45cbbdfb
Merge branch 'master' of https://github.com/ckolivas/cgminer
|
13 years ago |
ckolivas
|
c5a21fabf0
Extend nrolltime to support the expiry= parameter. Do this by turning the rolltime bool into an integer set to the expiry time. If the pool supports rolltime but not expiry= then set the expiry time to the standard scantime.
|
13 years ago |
Con Kolivas
|
f70577b097
Merge pull request #229 from luke-jr/modminer_primary
|
13 years ago |
Luke Dashjr
|
1215da39ee
modminer: Don't delay 2nd+ FPGAs during work restart
|
13 years ago |
Paul Sheppard
|
7ae22e21e3
Disable OpenCL code when not available.
|
13 years ago |
Luke Dashjr
|
7f3183a69c
Revert hacks in 84965f4d345ecbdb91d7a70e1ed47f902f44fd9d (partial)
|
13 years ago |
Luke Dashjr
|
84965f4d34
Merge commit '30bb3c6' into bfgminer (partially reverting!)
|
13 years ago |
Luke Dashjr
|
63bfbffb70
Merge commit 'b0de3ed' into bfgminer
|
13 years ago |
Luke Dashjr
|
12255b50e5
Merge commit '6761194' into bfgminer
|
13 years ago |
Con Kolivas
|
30bb3c62a6
Merge pull request #224 from kanoi/master
|
13 years ago |
Con Kolivas
|
dbe9056df4
Add mandatory and block fields to the work struct. Flag any shares that are detected as blocks as mandatory to submit, along with longpoll work from a previously rejecting pool.
|
13 years ago |
Luke Dashjr
|
4eb23c7ea3
Bugfix: slay a variety of warnings
|
13 years ago |
Kano
|
913221c373
API add ModMinerQuad support
|
13 years ago |
Luke Dashjr
|
a78d616bc5
modminer: Temperature sensor improvements
|
13 years ago |