Kano
|
2bf08bb4f8
API-README more debug parameter information
|
13 years ago |
Kano
|
568b0fed89
API allow full debug settings control
|
13 years ago |
Con Kolivas
|
ba0122535a
Bump version number to 2.7.5
|
13 years ago |
Con Kolivas
|
ae8bacc54f
Update NEWS.
|
13 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.
|
13 years ago |
Con Kolivas
|
b34f36b700
Merge branch 'master' of github.com:ckolivas/cgminer
|
13 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.
|
13 years ago |
Con Kolivas
|
26eb918100
Merge pull request #307 from kanoi/icarus
|
13 years ago |
Kano
|
a178039a65
miner.h max_hashes -> int64_t
|
13 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.
|
13 years ago |
Con Kolivas
|
d91af893c8
Use correct sdk version detection for SDK 2.7
|
13 years ago |
Con Kolivas
|
69983b778b
Revert "Pick worksize 256 with Cypress if none is specified."
|
13 years ago |
Con Kolivas
|
b768758818
Test for lagging once more in queue_request to enable work to leak to backup pools.
|
13 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.
|
13 years ago |
Con Kolivas
|
4a210d4eff
Only clear the pool lagging flag if we're staging work faster than we're using it.
|
13 years ago |
Con Kolivas
|
d1683f75c9
needed flag is currently always false in queue_request. Remove it for now.
|
13 years ago |
Con Kolivas
|
1b7db5bc9c
thr is always NULL going into queue_request now.
|
13 years ago |
Con Kolivas
|
7fe8142cbf
Bump version to 2.7.4.
|
13 years ago |
Con Kolivas
|
cf6033cb0a
Update NEWS.
|
13 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.
|
13 years ago |
Con Kolivas
|
5095ed29a1
Merge branch 'master' of github.com:ckolivas/cgminer
|
13 years ago |
Con Kolivas
|
9bec1e158e
Simplify macros in output kernels avoiding apparent loops and local variables.
|
13 years ago |
Con Kolivas
|
3acc064be3
Merge pull request #306 from kanoi/api
|
13 years ago |
Con Kolivas
|
7992e5f3c8
Carry the needed bool over the work command queue.
|
13 years ago |
Con Kolivas
|
37fa7d36d4
Move the decision to queue further work upstream before threads are spawned based on fine grained per-pool stats and increment the queued count immediately.
|
13 years ago |
Con Kolivas
|
618b3e8b11
Track queued and staged per pool once again for future use.
|
13 years ago |
Con Kolivas
|
4fbe5bed15
OpenCL 1.0 does not have native atomic_add and extremely slow support with atom_add so detect opencl1.0 and use a non-atomic workaround.
|
13 years ago |
Kano
|
d5f485c517
Pools: add RollTime info to API 'stats' and 'Stats' button in miner.php
|
13 years ago |
Kano
|
fee870b5d1
Merge remote-tracking branch 'conman/master'
|
13 years ago |
Con Kolivas
|
ec522bdfdb
Bump to v2.7.3 hotfix.
|
13 years ago |