Con Kolivas
|
1a3674526d
|
Add comment regarding use of read_socket_line in generator and !cs.
|
8 years ago |
Con Kolivas
|
d0da28c326
|
Handle invalidated connsock being sent to read_socket_line.
|
8 years ago |
Con Kolivas
|
e8fc982cdf
|
Discretely pack proxy send subscribe entries to aid debugging.
|
8 years ago |
Con Kolivas
|
9c38101951
|
Don't allow non-ascii characters in proxy configs, exiting if a global config proxy has them.
|
8 years ago |
Con Kolivas
|
e0d0a42595
|
Don't disable proxies with scrambled json.
|
8 years ago |
Con Kolivas
|
1c5bfd9206
|
Do not disable userproxies that fail to maintain communication during authorisation without having attempted to auth.
|
8 years ago |
Con Kolivas
|
a54067f18a
|
Show baseurl in proxy stats for when it differs after reconnect
|
8 years ago |
ckolivas
|
5d02bdfb9a
|
Fix leak in parse_worker_diffs.
|
8 years ago |
Con Kolivas
|
caf1b97d52
|
Don't update time in stratum loop.
|
8 years ago |
Con Kolivas
|
ad63088be8
|
Check for current workbase as well.
|
8 years ago |
Con Kolivas
|
e96111476a
|
Skip updates if we're getting stacked low priority updates.
|
8 years ago |
Con Kolivas
|
94c98dc0f1
|
Fix missing username generation in read_userstats for workerstats.
|
8 years ago |
Con Kolivas
|
8e1adda1da
|
Disable ckdb by default.
|
8 years ago |
Con Kolivas
|
5143122b82
|
Remove hard coded ckdb limits.
|
8 years ago |
Con Kolivas
|
a67444a0dc
|
Disable ckdbq thread creation in standalone mode.
|
8 years ago |
Con Kolivas
|
e8fae8a0ef
|
Add transaction and remote workbase data to stratifier stats.
|
8 years ago |
Con Kolivas
|
42258bb78e
|
Decrease refcount remote to 20.
|
8 years ago |
Con Kolivas
|
4a1435636a
|
Fix tiny leak.
|
8 years ago |
Con Kolivas
|
e0d3a7df60
|
Remove unnecessary use of gbt as private data in socket instance.
|
8 years ago |
Con Kolivas
|
a1ad3dc57f
|
Free data in rare found situation.
|
8 years ago |
Con Kolivas
|
78023e16e3
|
Silence warnings.
|
8 years ago |
Con Kolivas
|
962351034d
|
Update time after processing transactions which can be delayed.
|
8 years ago |
Con Kolivas
|
96e145df67
|
Fix memleak in gen_gbtbase.
|
8 years ago |
Con Kolivas
|
dd512e674a
|
Check and submit transactions only remote transactions.
|
8 years ago |
Con Kolivas
|
11cf360d9b
|
Remove now unnecessary intermediate steps converting gbtbase to workbase by making them one.
|
8 years ago |
Con Kolivas
|
700d3accac
|
Update transactions after sending out stratum updates.
|
8 years ago |
Con Kolivas
|
4049860ca8
|
Fix uprio not being sent to updateq
|
8 years ago |
Con Kolivas
|
8a66c4811b
|
Call precious block on all submitted blocks.
|
8 years ago |
Con Kolivas
|
6ce8b5eef7
|
Use only 3 significant digits for sps display.
|
8 years ago |
Con Kolivas
|
ed5468b44b
|
Clean up jansson 2.6-2.10 update.
|
8 years ago |
Con Kolivas
|
d8558c19b4
|
Ckpool changes to jansson 2.10
|
8 years ago |
Con Kolivas
|
96a1bb3615
|
Add jansson 2.10 to source.
|
8 years ago |
Con Kolivas
|
1777d00d30
|
Load all existing worker stats on startup.
|
8 years ago |
Con Kolivas
|
44a0c12f4c
|
Load all userstats at startup.
|
8 years ago |
Con Kolivas
|
33b26291b0
|
Only log user and workers that are authorised.
|
8 years ago |
Con Kolivas
|
f7fc0ce859
|
Readd removed workbases to the remote workbase list outside of the HASH_ITER loop we originally removed them from in check_incomplete_wbs.
|
8 years ago |
Con Kolivas
|
03bd1bf50d
|
Fix minor leak in get_txn.
|
8 years ago |
Con Kolivas
|
b809d94a71
|
Duplicate remote message val for use by ckdb, avoiding double free.
|
8 years ago |
Con Kolivas
|
e9bf9e5a80
|
Add sanity checking for values sent to srecv_process.
|
8 years ago |
Con Kolivas
|
03a4233120
|
Don't remove workinfoid for other remotes.
|
8 years ago |
Con Kolivas
|
7bbd1250e0
|
Set workinfoid to mapped id for ckdb.
|
8 years ago |
Con Kolivas
|
6700c0fae0
|
Make userproxy_recv take same precautions with hangups while reading as proxy_recv.
|
8 years ago |
Con Kolivas
|
12a134c66b
|
Check for !ret set before checking errno as it may not be set and cached from a previous error.
|
8 years ago |
Con Kolivas
|
d6a190b014
|
Set message to false after parsing.
|
8 years ago |
Con Kolivas
|
eb9c7ffd5a
|
Merge branch 'master' of bitbucket.org:ckolivas/ckpool
|
8 years ago |
Con Kolivas
|
6587ac2817
|
Process all hangups after all messages in proxy_recv.
|
8 years ago |
ckolivas
|
482a8c7d67
|
Check for existing transactions from the local bitcoind when adding them to our hashlist and submit them only if they're not known about.
|
8 years ago |
ckolivas
|
a772d388f4
|
Unset wbincomplete sooner to minimise duplicate passes through check_incomplete_wbs
|
8 years ago |
Con Kolivas
|
3d2c9efcd7
|
No messages should be postponed any more to increase chance of local block submission and smooth out packet sizes.
|
8 years ago |
Con Kolivas
|
be33c087b9
|
Propagate workinfo and blocks to all connected nodes as well allowing complex mixed remote server and node infrastructures.
|
8 years ago |