Con Kolivas
|
6db9dee722
|
Store share statistics fo the upstream proxied pools
|
10 years ago |
Con Kolivas
|
888ef2e2d8
|
Only give the insufficient subproxy message when looking for a global proxy
|
10 years ago |
Con Kolivas
|
1a723cf04d
|
Reconnect clients to global proxies when we receive an update from the current proxy
|
10 years ago |
Con Kolivas
|
fe93a914e1
|
Add API function to get worker stats
|
10 years ago |
Con Kolivas
|
b37ee220e9
|
Add psends to generator stats
|
10 years ago |
Con Kolivas
|
99878feb2d
|
Add basic generator stats
|
10 years ago |
Con Kolivas
|
9dd93afcd7
|
Merge branch 'master' into multiproxy
|
10 years ago |
Con Kolivas
|
2c0a982948
|
Push version to 0.8.7
|
10 years ago |
Con Kolivas
|
0b5e34f08b
|
Merge branch 'master' into multiproxy
Conflicts:
src/stratifier.c
|
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 |
Con Kolivas
|
19674013cf
|
Use only the one notify hashlist in the generator
|
10 years ago |
Con Kolivas
|
104ab03f2b
|
Use only one share hashlist in the generator
|
10 years ago |
Con Kolivas
|
6e1336b997
|
Minor documentation
|
10 years ago |
Con Kolivas
|
baef991186
|
Use correct test for recruiting more global proxies
|
10 years ago |
Con Kolivas
|
804a98e63c
|
Do all reconnects on stratum notify lazily only to prevent multiple subproxies flagging reconnects
|
10 years ago |
Con Kolivas
|
4f3e19325b
|
Minor notice change
|
10 years ago |
Con Kolivas
|
4e4c8aa79a
|
Add more reliable tests to know which clients should be redirected
|
10 years ago |
Con Kolivas
|
f31980b9d0
|
Only reconnect authorised clients
|
10 years ago |
Con Kolivas
|
508bb71e9b
|
Recruit from best not proxy
|
10 years ago |
Con Kolivas
|
bf79e0793d
|
Recruit extra user subproxies when there aren't enough
|
10 years ago |
Con Kolivas
|
046f8affb0
|
Reconnect clients not bound to a user proxy when a new notify creates more headroom
|
10 years ago |
Con Kolivas
|
c7852c34bb
|
Make the reconnect after auth a soft reconnect
|
10 years ago |
Con Kolivas
|
d897abff8f
|
Remove debugging
|
10 years ago |
Con Kolivas
|
a2052cdf37
|
Reconnect clients when they are bound to a global proxy and have userproxies with headroom
|
10 years ago |
Con Kolivas
|
0e1d4dd4f1
|
Don't reconnect clients bound to user proxies on global changes
|
10 years ago |
Con Kolivas
|
68bfb5bab4
|
Adjust the best global proxy only when there's a change in global proxies
|
10 years ago |
Con Kolivas
|
ac3726e56f
|
Try to find a suitable pool by userid on clients with a known userid
|
10 years ago |
Con Kolivas
|
4322c7d7c5
|
Inherit user id from old session id in proxy mode
|
10 years ago |
kanoi
|
2230bd6d65
|
ckdb - stat the share OoO messages and increase the warning limit to 2s
|
10 years ago |
Con Kolivas
|
b60bebe7b0
|
Rework code to always grab the sessionid but use it for reconnecting only in pool mode
|
10 years ago |
kanoi
|
b74ae0f24e
|
ckdb - console warning log out of order shares only if more than 1 second
|
10 years ago |
Con Kolivas
|
7961aa1a29
|
There is no need for user instance id to be an int64
|
10 years ago |
Con Kolivas
|
224d638adc
|
Merge branch 'master' into multiproxy
Conflicts:
src/stratifier.c
|
10 years ago |
Con Kolivas
|
505abca664
|
Revert sessionid code to merge master sessionid code
|
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 |
Con Kolivas
|
65df7bc722
|
Set cs.ckp on creating a new subproxy
|
10 years ago |
Con Kolivas
|
49fe273718
|
Look up users based on session id and find a proxy from their list if possible
|
10 years ago |
Con Kolivas
|
74ea210ad2
|
Match user from sessionid if possible in proxy mode
|
10 years ago |
Con Kolivas
|
6cb3078025
|
Add a list of sessionids created with their associated user once we generate the user
|
10 years ago |
Con Kolivas
|
eb3c78f52b
|
Give a unique sessionid in proxy mode
|
10 years ago |
Con Kolivas
|
33e903cb4f
|
Logic inversion
|
10 years ago |