Con Kolivas
|
501e35a0e6
work->longpoll is reset across test_work_current so we need to recheck what pool it belongs to.
|
14 years ago |
Con Kolivas
|
03abb70467
Use longpolls from backup pools with failover-only enabled just to check for block changes, but don't use them as work.
|
14 years ago |
Con Kolivas
|
1ab318d0f3
Start longpoll only after we have tried to extract the longpoll URL.
|
14 years ago |
Con Kolivas
|
b1c273e71b
Check for submitold flag on resubmit of shares, and give different message for stale shares on retry.
|
14 years ago |
Con Kolivas
|
5ece966f07
Check for submitold before submitstale.
|
14 years ago |
Con Kolivas
|
ed718b2b50
Don't force fresh curl connections on anything but longpoll threads.
|
14 years ago |
Con Kolivas
|
eda382990a
Create one longpoll thread per pool, using backup pools for those pools that don't have longpoll.
|
14 years ago |
Con Kolivas
|
e502fde52b
Remove the ability to disable longpoll. It is not a useful feature and will conflict with planned changes to longpoll code.
|
14 years ago |
Con Kolivas
|
8e84abfc22
Merge pull request #184 from luke-jr/bugfix_const_warning
|
14 years ago |
Con Kolivas
|
8d8f4ff856
Merge pull request #182 from kanoi/master
|
14 years ago |
Luke Dashjr
|
90c5ef1fa7
Bugfix: Make initial_args a const char** to satisfy exec argument type warning (on Windows only)
|
14 years ago |
Con Kolivas
|
4cd973264f
Create discrete persistent submit and get work threads per pool, thus allowing all submitworks belonging to the same pool to reuse the same curl handle, and all getworks to reuse their own handle.
|
14 years ago |
Kano
|
b3ac249e71
cgminer.c sharelog code consistency and compile warning fix
|
14 years ago |
Luke Dashjr
|
4648330c9d
Support for share logging
|
14 years ago |
Con Kolivas
|
f5f089f5b4
Add a --gpu-map option which will allow arbitrarily mapping ADL devices to OpenCL devices for instances where association by enumeration alone fails.
|
14 years ago |
Con Kolivas
|
99331991ba
Increase upper limit on number of extra items to queue as some FPGA code can't yet reliably keep many devices busy.
|
14 years ago |
Con Kolivas
|
d6edd07c4a
Display configuration file information when -c option is passed and only when file exists on loading default config file.
|
14 years ago |
Con Kolivas
|
6ffdbc3aeb
Display configuration file loaded, if any, and debug output if configuration file parsing failed.
|
14 years ago |
Con Kolivas
|
cfe3eb0b8a
Merge branch 'master' into ztex
|
14 years ago |
Luke Dashjr
|
0d92069760
Merge branch 'master' into align_temps
|
14 years ago |
Luke Dashjr
|
657716e563
Merge branch 'master' into ztex
|
14 years ago |
Con Kolivas
|
7b947882fe
Merge pull request #157 from luke-jr/unify_drivers
|
14 years ago |
Con Kolivas
|
86671f80a8
Make the status window and log window as large as can fit on startup, rechecking to see if it can be enlarged after the fact. This allows any number of devices to be displayed provided the window is made long enough without corrupting the output.
|
14 years ago |
Luke Dashjr
|
b8778839e9
Merge branch 'master' into unify_drivers
|
14 years ago |
Con Kolivas
|
c7cc2e4226
Merge branch 'master' into ztex
|
14 years ago |
Con Kolivas
|
e08936c3fb
Merge pull request #166 from kanoi/master
|
14 years ago |
Kano
|
2e1d2017de
API add removepool like the screen interface
|
14 years ago |
Con Kolivas
|
46faefbe82
Merge branch 'ztex-master' of https://github.com/nelisky/cgminer into ztex
|
14 years ago |
ckolivas
|
b80d22b9d2
Increase maximum number of displayed devices to 14, beyond which the screen becomes corrupted.
|
14 years ago |
nelisky
|
7fe7d18dba
removing unused libusb_context pointer
|
14 years ago |