1769 Commits (c754f1b06ddf831c6eb87563941f1ba87e981a28)
 

Author SHA1 Message Date
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
ckolivas e91ea6c235 Add sanity breakout of worker instance looping in statsupdate 10 years ago
ckolivas 1465002ecc Only lock and release the write instance lock once in drop_client 10 years ago
ckolivas b172162f27 kill_instance always follows del_disconnected 10 years ago
ckolivas 11fc2fb67d Revert "Only iterate over workers in workerstats if some are left in the worker_instances list" 10 years ago
kanoi deb63501b9 ckdb - workmarkers has 2 trees, fix so both are always updated 10 years ago
kanoi 70c64dd0b3 Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool 10 years ago
kanoi 003408e441 ckdb - add debug to pplns 10 years ago
ckolivas 1ade97b566 Merge branch 'master' of bitbucket.org:ckolivas/ckpool 10 years ago
ckolivas 450f2040b2 Only iterate over workers in workerstats if some are left in the worker_instances list 10 years ago
kanoi 112c5d01f4 php - convert a failed blocks access to pblocks 10 years ago
kanoi 468e9ee8d7 ckdb - add a flush socket command to flush stdin, stdout and the logmsg log file 10 years ago
kanoi cc91d846ff Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool 10 years ago
kanoi 84cb20ccaa ckdb - since they are as yet unused, don't store new auths in ram 10 years ago
Con Kolivas a02cfb068e Merge branch 'master' of bitbucket.org:ckolivas/ckpool 10 years ago
Con Kolivas 8eee70a4a5 Do not delete the worker instance linked list on removing the worker from the list 10 years ago
kanoi 7abd292357 ckdb - log steps in the storage dealloc during shutdown 10 years ago
Con Kolivas 33c2465eef Remove worker instances and their data on killing their client instances 10 years ago
Con Kolivas 4662873d70 Only add authorised clients to disconnected list 10 years ago
Con Kolivas 0f56ed8c38 Add idle, disconnected and dead counts to pool stats 10 years ago
Con Kolivas 9df5a9cf2e Get rid of cute locking in disconnected session check for simplicity 10 years ago
Con Kolivas 8f10347775 Dead instances are a singly linked list only 10 years ago
Con Kolivas a90b1fd024 Preauth workers for the first 10 minutes after a user first authorises 10 years ago
kanoi 4d6709ca6d Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool 10 years ago
kanoi 91aa3d0e36 ckdb - workmarkers processing: no sharesummaries is not an error 10 years ago
kanoi 3ae5e9d2b7 ckdb - allow setting workmarkers as processed via marks command 10 years ago
kanoi 297ae72e06 ckdb - enable, optionally automatic but off by default, workmarkers processing 10 years ago
Con Kolivas 546768bfb7 Push version number to 0.8.1 10 years ago
Con Kolivas 2545b08128 Use invalidate in the connector when dropping a client to ensure the stratifier drops it as well 10 years ago
Con Kolivas 4103a3bae8 Tell the stratifier to drop a client if the connector is told to drop it and cannot find it any more 10 years ago
Con Kolivas 43dc33a54c Age and discard old disconnected instance data after it's been used or no longer relevant 10 years ago
Con Kolivas de0f3438e9 Don't use JSON_EOL for logged text 10 years ago