Commit Graph

957 Commits

Author SHA1 Message Date
Con Kolivas
61281997cd Merge branch 'master' of bitbucket.org:ckolivas/ckpool 2014-09-10 20:20:20 +10:00
Con Kolivas
6aaf6e0668 Increase the initial timeout on waiting for a message on a unix socket to 30 seconds but remove the timeout for the remainder of the message 2014-09-10 20:18:59 +10:00
kanoi
a3ccc289ff sql - format the diffacc with commas 2014-09-10 17:41:39 +10:00
kanoi
f22357df94 sql - reverse incorrect logic from no starting block 2014-09-10 17:14:21 +10:00
kanoi
396d9d6a80 sql - script to show the diffacc of a block for verification 2014-09-10 17:09:35 +10:00
kanoi
e2d1dba22a ckdb - set all dbload to abort early on shutdown 2014-09-10 08:22:20 +10:00
kanoi
fae6ff96ec php - pplns correct total 2014-09-09 22:34:29 +10:00
kanoi
1a88cbd8d2 Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool 2014-09-09 22:13:05 +10:00
kanoi
5837652c58 php - add address and 1.5% to pplns 2014-09-09 22:11:05 +10:00
Con Kolivas
e7f9dab2d9 Merge branch 'master' of bitbucket.org:ckolivas/ckpool 2014-09-09 21:25:27 +10:00
Con Kolivas
35458c32b3 Don't attempt to set a user as a btcaddress based instance in proxy mode 2014-09-09 21:24:29 +10:00
kanoi
d6b306e01b ckdb - fix settings password problem 2014-09-09 21:20:12 +10:00
kanoi
d36412ab40 ckdb - don't (int)double - it crashes 2014-09-09 17:41:24 +10:00
kanoi
7858a71492 php - '*' mark blocks after orphans 2014-09-09 16:38:30 +10:00
kanoi
884174b7c9 ckdb - missing ',' in DB orphan update 2014-09-09 16:26:18 +10:00
kanoi
1155437aeb php - ... and the % also 2014-09-09 15:07:01 +10:00
kanoi
bc08ba3b02 php - Diff on orphan is included so don't strike it out 2014-09-09 15:05:02 +10:00
kanoi
13f50e3329 ckdb - fix block tree corruptions 2014-09-09 14:44:37 +10:00
kanoi
a323feb872 ckdb - incorrect transfer variable 2014-09-09 11:04:58 +10:00
kanoi
29b93c24ef php - label workers total 2014-09-09 08:19:19 +10:00
kanoi
f4d47c3cb3 php - reverse/correct the web page calculation on orphans 2014-09-09 08:02:49 +10:00
kanoi
5e59102ba2 ckdb - fix sharesummary locking 2014-09-09 00:33:50 +10:00
kanoi
9d5bde91fd ckdb - fix uninitialised var 2014-09-09 00:10:15 +10:00
kanoi
32889605e1 ckdb - add block stats confirmation and required sharesummary locking 2014-09-09 00:02:35 +10:00
kanoi
f170e893af php - add more totals for workers page 2014-09-08 05:57:08 +10:00
kanoi
49a85a6856 ckdb/php - add per worker and per block stats 2014-09-08 05:34:44 +10:00
kanoi
c904c722c1 php - payout now 1.5% 2014-09-07 13:17:52 +10:00
kanoi
738ee1e667 php - hide js missing message sooner 2014-09-07 01:06:09 +10:00
kanoi
f2107f221d ckdb - correct minor reload share count adjustment 2014-09-06 22:07:42 +10:00
kanoi
7ad68d9c2b ckdb - speed up reload - only one DB write per sharesummary 2014-09-06 21:37:39 +10:00
kanoi
9b433a20bd ckdb - define fields for per user pool stats and set total invalids as diffinv 2014-09-05 22:17:25 +10:00
kanoi
fae2f34d12 ckdb - static transfers must use the same 'name' 2014-09-05 14:37:04 +10:00
Con Kolivas
a723f0cd25 Rework subscribed bool, not dropping client while parsing method for risk of dereference 2014-09-05 14:16:03 +10:00
Con Kolivas
da319c6485 Revert "Drop and invalidate clients that fail to subscribe or authorise"
This reverts commit dbc64715f6.
2014-09-05 14:10:12 +10:00
Con Kolivas
55a14d4ea5 Revert "Mining subscribe does not return true as the result so use a subscribed boolean"
This reverts commit 27a7a36e38.
2014-09-05 14:09:57 +10:00
Con Kolivas
27a7a36e38 Mining subscribe does not return true as the result so use a subscribed boolean 2014-09-05 13:54:03 +10:00
kanoi
fca58f79c8 ckdb - correct stats arn 2014-09-05 11:56:42 +10:00
kanoi
486a658f44 Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool 2014-09-05 11:46:42 +10:00
kanoi
04280bc0bd ckdb/php - add more storage usage stats and cull workqueue 2014-09-05 11:46:10 +10:00
Con Kolivas
8b32ebf74c Merge branch 'master' of bitbucket.org:ckolivas/ckpool 2014-09-05 11:09:56 +10:00
Con Kolivas
dbc64715f6 Drop and invalidate clients that fail to subscribe or authorise 2014-09-05 11:09:38 +10:00
Con Kolivas
72b1206e4f There should always be a client instance by the time we are parsing a method message 2014-09-05 10:29:38 +10:00
kanoi
7d9c668d42 ckdb - abort reload immediately on shutdown 2014-09-05 00:11:16 +10:00
kanoi
59b8e40bdf php - realign the top page stats 2014-09-04 19:53:39 +10:00
kanoi
781e8941ad php - use 'Invalid' - generic term for shares not accepted 2014-09-04 19:13:31 +10:00
kanoi
8e4ac73bd8 php - display reject stat 2014-09-04 18:53:41 +10:00
kanoi
2b3c01e75a ckdb - don't count all shares as accepted ... 2014-09-04 18:34:58 +10:00
kanoi
2b3850dd29 ckdb/php - add array information for interpreters 2014-09-04 11:01:57 +10:00
kanoi
bc3046e226 html - make the image filesize smaller 2014-09-03 22:45:20 +10:00
kanoi
444109dc7b php - add a BTC image to the index - edited down 2014-09-03 22:42:10 +10:00