Con Kolivas
|
1b5e73e57b
|
Fix issues with freeing ram safely on dropping clients and converting them from disconnected to dead clients by removing their instance every time and freeing dead client ram safely when it will no longer be used by the loop.
|
10 years ago |
Con Kolivas
|
cfe29a1e92
|
Fix stratum resume support to work with any supported enonce1 sizes
|
10 years ago |
Con Kolivas
|
50f48aa5e3
|
Push version to 0.8.2
|
10 years ago |
Con Kolivas
|
2d688ddb07
|
Push version number to 0.8.1
|
10 years ago |
ckolivas
|
34853c598d
|
Back off and retry on failed realloc in read_socket_line instead of failing.
|
10 years ago |
ckolivas
|
36d814d484
|
Add clients to dead list when dropping all clients instead of losing all references to them
|
10 years ago |
ckolivas
|
17e5f996d8
|
Reinstate add idle, disconnected and dead counts to pool stats
|
10 years ago |
ckolivas
|
ef805811d2
|
Update copyright years on affected files
|
10 years ago |
ckolivas
|
71e6043719
|
Perform back off and retry on failed realloc in jansson strbuffer_append_bytes instead of failing
|
10 years ago |
ckolivas
|
ced22bd5ea
|
Only lock/unlock once in drop_client
|
10 years ago |
ckolivas
|
d1bbd779f4
|
Merge branch 'master' into safe
|
10 years ago |
Con Kolivas
|
b3d251638f
|
Only add authorised clients to disconnected list
Conflicts:
src/stratifier.c
|
10 years ago |
Con Kolivas
|
98bf62ab67
|
Fill enonce1 data properly for stratum reconnect support
|
10 years ago |
Con Kolivas
|
407f087c63
|
Give an outright fail response if failed msg is received from ckdb on auth
|
10 years ago |
Con Kolivas
|
451256f6cb
|
Only give unparseable auth message when failed message is not recognised
|
10 years ago |
Con Kolivas
|
c7600f281b
|
Differentiate generated authed users from unauthorised and don't do any stats on unauthed users
|
10 years ago |
Con Kolivas
|
8c6e786cef
|
Check for corrupt ckdb responses in send_recv_auth
|
10 years ago |
ckolivas
|
2231a38455
|
Read off best share stats if they exist per user and worker
|
10 years ago |
ckolivas
|
6b9c558abc
|
Add a json_get_double helper
|
10 years ago |
ckolivas
|
62117bb380
|
Reset all best share counters after a block solve
|
10 years ago |
ckolivas
|
5cff5ae477
|
Drop two potentally unhandled reference counts
|
10 years ago |
kanoi
|
6c6912b0cd
|
php - update the payout details to match the new shift code
|
10 years ago |
kanoi
|
bba8cc5a54
|
ckdb - workmarkers has 2 trees, fix so both are always updated
|
10 years ago |
kanoi
|
60a26a5cf0
|
ckdb - add debug to pplns
|
10 years ago |
kanoi
|
6a35a02c77
|
php - convert a failed blocks access to pblocks
|
10 years ago |
kanoi
|
69ec5e702c
|
ckdb - add a flush socket command to flush stdin, stdout and the logmsg log file
|
10 years ago |
kanoi
|
468a24c51e
|
ckdb - since they are as yet unused, don't store new auths in ram
|
10 years ago |
kanoi
|
19a9b244b3
|
ckdb - log steps in the storage dealloc during shutdown
|
10 years ago |
Con Kolivas
|
d64a0fa5de
|
Dead instances are a singly linked list only
Conflicts:
src/stratifier.c
|
10 years ago |
Con Kolivas
|
4d72f49061
|
Preauth workers for the first 10 minutes after a user first authorises
|
10 years ago |
kanoi
|
23c13f8647
|
ckdb - workmarkers processing: no sharesummaries is not an error
|
10 years ago |
kanoi
|
cc86234cd0
|
ckdb - allow setting workmarkers as processed via marks command
|
10 years ago |
kanoi
|
f1f0290074
|
ckdb - enable, optionally automatic but off by default, workmarkers processing
|
10 years ago |
Con Kolivas
|
8964743cd1
|
Disable resume support till dereference issue in disconnected_instances resolved
|
10 years ago |
Con Kolivas
|
9b56c0c546
|
Fill enonce1 data properly for stratum reconnect support
|
10 years ago |
Con Kolivas
|
b1f7cd833d
|
Give an outright fail response if failed msg is received from ckdb on auth
|
10 years ago |
kanoi
|
2e340ec38a
|
ckdb - add the workername to the workerstats user error message
|
10 years ago |
Con Kolivas
|
2980ff4032
|
Only give unparseable auth message when failed message is not recognised
|
10 years ago |
Con Kolivas
|
9edf91d17e
|
Differentiate generated authed users from unauthorised and don't do any stats on unauthed users
|
10 years ago |
Con Kolivas
|
84dc0146e5
|
Check for corrupt ckdb responses in send_recv_auth
|
10 years ago |
ckolivas
|
0c51e7e863
|
Read off best share stats if they exist per user and worker
|
10 years ago |
ckolivas
|
93822b28a2
|
Add a json_get_double helper
|
10 years ago |
ckolivas
|
85230c270e
|
Reset all best share counters after a block solve
|
10 years ago |
ckolivas
|
e1514cdc01
|
Drop two potentally unhandled reference counts
|
10 years ago |
ckolivas
|
24cb6e0c3e
|
Count the number of workernames and use that as the upper limit for the sanity check in statsupdate
|
10 years ago |
ckolivas
|
ff119f4c11
|
Merge branch 'master' of bitbucket.org:ckolivas/ckpool
|
10 years ago |
ckolivas
|
137203c01a
|
Count each idle client as an idle worker instead of per workername
|
10 years ago |
ckolivas
|
9c262b7fe8
|
Keep worker instances in the linked list since we don't know if we're removing the last one or not
|
10 years ago |
kanoi
|
3b4912e8e0
|
Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool
|
10 years ago |
kanoi
|
e397757ec8
|
php - update the payout details to match the new shift code
|
10 years ago |