kanoi
|
ebc886064b
|
php - make the graph handle smaller screens better
|
10 years ago |
kanoi
|
0b81e03650
|
php - display the 'recent worker' stats on the workers page
|
10 years ago |
kanoi
|
c42de09e5c
|
ckdb/php - show only recent workers with an option to disable it
|
10 years ago |
kanoi
|
7b4e3dd86d
|
ckdb - reloading aged shares is ok - the full ageing message is reported later anyway
|
10 years ago |
kanoi
|
7072135a72
|
ckdb - fix old worker lastshare in workerstatus
|
10 years ago |
kanoi
|
a3e3363eda
|
Revert "Add atomically increasing sequence number to all ckdb messages"
This reverts commit 970c4056cf .
|
10 years ago |
kanoi
|
53906c75de
|
Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool
|
10 years ago |
kanoi
|
a9e0df04d2
|
php - add the next payout address link to the payments page
|
10 years ago |
kanoi
|
d8f5ceb0d2
|
ckdb - retain shares with an unknown workinfoid and recheck for up to 60s
|
10 years ago |
Con Kolivas
|
970c4056cf
|
Add atomically increasing sequence number to all ckdb messages
|
10 years ago |
Con Kolivas
|
2c0a982948
|
Push version to 0.8.7
|
10 years ago |
Con Kolivas
|
825f7de50a
|
Merge branch 'master' of bitbucket.org:ckolivas/ckpool
|
10 years ago |
Con Kolivas
|
eefbeef44b
|
Only check user_instance under instance lock
|
10 years ago |
kanoi
|
2230bd6d65
|
ckdb - stat the share OoO messages and increase the warning limit to 2s
|
10 years ago |
kanoi
|
b74ae0f24e
|
ckdb - console warning log out of order shares only if more than 1 second
|
10 years ago |
Con Kolivas
|
3ea6fa5dfe
|
Don't bother storing the session of clients without a user set up or not authorised
|
10 years ago |
Con Kolivas
|
28678ecc20
|
Merge branch 'sessionid'
|
10 years ago |
Con Kolivas
|
a8b7916829
|
Fix memory leak
|
10 years ago |
Con Kolivas
|
cecf6406e2
|
Fix memory leak
|
10 years ago |
Con Kolivas
|
6e41ff823f
|
Demote debug
|
10 years ago |
Con Kolivas
|
08622a4b61
|
Hand old sessionid to new client
|
10 years ago |
ckolivas
|
c7dbb0114d
|
Rework sessionid matching to not store client structure
|
10 years ago |
kanoi
|
5da07e5f98
|
php - usperf remove duplicate code line
|
10 years ago |
kanoi
|
89935e876c
|
php - store graph settings in a cookie
|
10 years ago |
kanoi
|
c4dda1d521
|
php - javascript bugs
|
10 years ago |
kanoi
|
1ce6a34a82
|
Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool
|
10 years ago |
kanoi
|
1f4cd709d1
|
php - allow selecting local vs utc time on the shift graph
|
10 years ago |
Con Kolivas
|
7c0db6925e
|
Merge branch 'master' of bitbucket.org:ckolivas/ckpool
|
10 years ago |
Con Kolivas
|
655f82f09d
|
Remove clients from the epoll list when invalidating them to avoid a receiver event and check they still exist in their original form on getting a receiver event
|
10 years ago |
Con Kolivas
|
24d9155f62
|
Recycle client instances in the connector
|
10 years ago |
kanoi
|
b32080e9a5
|
ckdb - setup the first mandatory mark on a new pool
|
10 years ago |
ckolivas
|
bf1c2ef09b
|
Cope with variable length ckdb responses on the heartbeat as well
|
10 years ago |
kanoi
|
f3766b48ff
|
php - optionally draw time key below shift key
|
10 years ago |
kanoi
|
9093a92d51
|
php - graph time display options
|
10 years ago |
kanoi
|
63918ef410
|
php - add display options to the graph
|
10 years ago |
kanoi
|
5905be44a1
|
php - graph enhancements
|
10 years ago |
kanoi
|
92675ab165
|
php - correct graph base
|
10 years ago |
kanoi
|
e355d93bed
|
php - add a simple shift perfomance graph
|
10 years ago |
kanoi
|
1e68c2d602
|
ckdb/php - pass statsconfirmed to php to flag estimate stats
|
10 years ago |
Con Kolivas
|
b780dc0061
|
Demote message verbosity for no auth response when we know ckdb is offline
|
10 years ago |
Con Kolivas
|
4be7c15484
|
Merge branch 'master' of bitbucket.org:ckolivas/ckpool
|
10 years ago |
Con Kolivas
|
8091b77c7c
|
Allow arbitrary length responses from ckdb in send_recv_auth to allow for hundreds of workers
|
10 years ago |
kanoi
|
f2d80c7e95
|
php - more constructive ckdb restart message
|
10 years ago |
kanoi
|
4f327ee6ed
|
ckdb - switch_state to allow code upgrades while running
|
10 years ago |
kanoi
|
966b9b7326
|
ckdb - pass all worker diffs back to auth requests
|
10 years ago |
Con Kolivas
|
f6abc404d5
|
Change parsing of ckdb response, expecting an array of workers
|
10 years ago |
Con Kolivas
|
dda8187e49
|
Create workers if they don't already exist when set_worker_mindiff is called
|
10 years ago |
Con Kolivas
|
03149c1354
|
Create the user if it doesn't already exist in set_worker_mindiff
|
10 years ago |
Con Kolivas
|
0900b5d5c5
|
Check for no user in __drop_client
|
10 years ago |
Con Kolivas
|
8916a8e1d5
|
Pick up the client address as soon as we generate the stratum instance to avoid passing it round repeatedly with messages
|
10 years ago |