Luke Dashjr
|
2bbc31b58e
Merge commit 'ea28140' into bfgminer
|
13 years ago |
Luke Dashjr
|
ea28140ac4
Bugfix: Stratum: When destroying cURL easy handle, be sure to clear pool stratum_curl pointer
|
13 years ago |
Con Kolivas
|
e501db143d
Allow pools to be resuscitated on first startup by the watchpool thread.
|
13 years ago |
Con Kolivas
|
5221662557
Check all pools simultaneously at startup switching to the first alive one to speed up startup.
|
13 years ago |
Con Kolivas
|
c9b4f5c757
Revert "Cope with out of order messages coming in upon attempting to auth_stratum."
|
13 years ago |
Con Kolivas
|
ed903ddf31
Clear just the socket buffer when we don't care what is left in a stratum socket.
|
13 years ago |
Con Kolivas
|
fbb25c4ba5
Clear the stratum socket whenever we are closing it since the buffer is going to be reused.
|
13 years ago |
Con Kolivas
|
12553004c5
Do not continue work from a stratum pool where the connection has been interrupted.
|
13 years ago |
Con Kolivas
|
0810212c9a
Reset stratum_notify flag on suspend_stratum as well.
|
13 years ago |
Con Kolivas
|
07ae6172cc
Close any sockets opened if we fail to initiate stratum but have opened the socket.
|
13 years ago |
Con Kolivas
|
6875dc46b6
Close any existing stratum socket if we are attempting to restart stratum so the pool knows the connection has gone.
|
13 years ago |
Con Kolivas
|
bba99bd88c
Show mechanism of stratum interruption if select times out.
|
13 years ago |
Con Kolivas
|
011ea64096
Make stratum connection interrupted message higher priority to be visible at normal logging levels.
|
13 years ago |
Con Kolivas
|
237f67c617
Cope with out of order messages coming in upon attempting to auth_stratum.
|
13 years ago |
Con Kolivas
|
96ae17a466
Merge pull request #398 from kanoi/bflsc
|
13 years ago |
Kano
|
f8b4b470db
API-README update for ASIC changes
|
13 years ago |
Con Kolivas
|
e3151799b6
Implement client.show_message support for stratum.
|
13 years ago |
Kano
|
0eafc8b9fe
API add 'Network Difficulty' to 'coin'
|
13 years ago |
Luke Dashjr
|
3ec5b94d85
Merge commit 'f3c3b53' into bfgminer
|
13 years ago |
Luke Dashjr
|
f3c3b53bbd
Bugfix: Initialize mutex_request to invalid so devices that don't use it (bitforce) don't try to
|
13 years ago |
Kano
|
540f3e89bc
Setup BFLSC support
|
13 years ago |
Luke Dashjr
|
fd483c3f62
RPC: pools: Add "Message" to show last client.show_message received over stratum
|
13 years ago |
Luke Dashjr
|
2394c39a34
Stratum: Support client.show_message method
|
13 years ago |
Luke Dashjr
|
aa2278e2d3
Merge commit '64bd6e9' into bfgminer
|
13 years ago |
Luke Dashjr
|
64bd6e9fe4
Bugfix: bitforce: Fix warning
|
13 years ago |
Con Kolivas
|
0c80aa9120
Don't retry without resume support, if the first attempt just timed out
|
13 years ago |
Luke Dashjr
|
fb65a1bb0e
Merge commit '3fa8bdd' into bfgminer
|
13 years ago |
Luke Dashjr
|
3fa8bdd9b8
Bugfix: Stratum: Properly handle non-integer "id" for client.get_version requests
|
13 years ago |
Luke Dashjr
|
538190b958
json_dumps_ANY utility function to portably implement json_dumps(..., ... | JSON_ENCODE_ANY)
|
13 years ago |
Kano
|
419083a7d2
API use control_lock when switching pools
|
13 years ago |