Commit Graph

2034 Commits

Author SHA1 Message Date
kanoi
7dade42efc php - add an explaination of the 30s on the 2fa page 2015-08-12 12:11:02 +10:00
kanoi
ed20fe02b4 php - add a small user+pass login to the top of the login page 2015-08-12 10:58:21 +10:00
kanoi
30233fb4a1 ckdb - incorrect param size list in blocks_add 2015-08-10 23:16:51 +10:00
kanoi
c126c0500c ckdb - param size to small for new data 2015-08-09 22:18:07 +10:00
kanoi
c9e556fcd5 php - add a note about the 2fa device clock needs to be accurate 2015-08-09 17:12:53 +10:00
kanoi
5d62884c5b php - update payments description 2015-08-09 11:12:33 +10:00
kanoi
deefac2569 php - change the payments address lookup to blocktrail since blockchain incorrectly reports mining orphans as double spends 2015-08-09 11:04:31 +10:00
kanoi
a8316769b0 php - add another payout address 2015-08-09 09:58:01 +10:00
kanoi
e287a9de89 Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool 2015-08-09 00:40:46 +10:00
kanoi
eafdddb8ef ckdb/php - dbv1.0.2, handle rejected, non-orphan blocks, update 2fa with qrcode, email, web details 2015-08-09 00:40:06 +10:00
Con Kolivas
d23dc06629 Merge branch 'master' of bitbucket.org:ckolivas/ckpool 2015-08-06 22:13:01 +10:00
Con Kolivas
83575ba311 Allow FE overflow for safe usage of strtod in corrupt json 2015-08-06 22:12:54 +10:00
kanoi
68e4596b40 php - add colour to CDF[Erl] 2015-08-06 13:40:32 +10:00
kanoi
f1966ae648 ckdb - macro to simplify pointer reallocation 2015-08-05 21:52:18 +10:00
kanoi
f4d00f83e5 ckp - make blob ram alloc/free/accounting more consistent 2015-08-05 11:51:49 +10:00
kanoi
871587bd92 php - disallow hotmail due to service failure problems 2015-08-04 11:29:14 +10:00
kanoi
5efb849f6d php - make block diff% 3 decimal places 2015-08-02 20:23:33 +10:00
kanoi
f3099aff66 php - add missing 2fa to payout address change 2015-07-31 21:58:14 +10:00
kanoi
1b1dc9702d sql - update version to match update script 2015-07-31 21:11:42 +10:00
kanoi
a901a403b4 php - increase app verbosity 2015-07-31 17:35:24 +10:00
kanoi
f6abd5333d ckdb/php - 2FA 2015-07-31 17:11:10 +10:00
kanoi
af58c917df php - reorder password comments 2015-07-29 23:25:37 +10:00
kanoi
4af09a4851 php - add 2fa to settings 2015-07-29 21:17:27 +10:00
kanoi
44f7141fe8 php - 2fa password input (but not yet available) 2015-07-29 20:16:52 +10:00
kanoi
73cab3e577 php - add to reg: username can't be a BTC address 2015-07-29 15:24:49 +10:00
kanoi
74436234ba ckdb - db v1.0.1 new users and workers fields - basic support 2015-07-27 00:22:51 +10:00
kanoi
017da5965d php - update details for: what's a shift? 2015-07-23 09:15:17 +10:00
kanoi
3f24108955 ckdb/php - add a share based hash rate to the workers page 2015-07-22 11:49:12 +10:00
kanoi
405da3cb34 php - set header invalids to show for both shares and diff 2015-07-20 11:19:53 +10:00
kanoi
9f76f6256c php - add workers sort on invalid 2015-07-20 08:11:48 +10:00
kanoi
60cfbac4d5 php - blocks: make the ~ colour match the Diff% colour 2015-07-17 09:03:10 +10:00
kanoi
8eac065f1f php - more update payout 2015-07-17 08:48:16 +10:00
kanoi
73e767925c php - typo 2015-07-16 10:26:08 +10:00
kanoi
c469ad83c0 php - update payout explanation 2015-07-16 10:16:46 +10:00
kanoi
0608a79f14 libckpool - report errno with _recv_unix_msg errors 2015-07-12 22:37:27 +10:00
kanoi
e7aa081d43 libckpool - report errno with _write_length failure 2015-07-12 22:29:30 +10:00
kanoi
da285f8ab4 ckpool - display the rpc request warn messages from the method 2015-07-12 17:07:52 +10:00
kanoi
733664cc80 ckpool - report details of rpc request on failure or when slow 2015-07-12 16:27:42 +10:00
kanoi
f0bb50667d ckdb - update version number for logmsg change 2015-07-12 16:04:38 +10:00
Con Kolivas
1e22c8a99f Merge branch 'master' of bitbucket.org:ckolivas/ckpool 2015-07-12 15:04:54 +10:00
Con Kolivas
53656e1284 Json RPC calls can take a while to return so use a custom timeout when talking to the generator from the stratifier 2015-07-12 15:04:41 +10:00
Con Kolivas
e94115d6e2 Allow _send_recv_proc to take custom timeouts 2015-07-12 14:56:12 +10:00
kanoi
f9a17d04c3 Update log messages to millisecond accuracy 2015-07-12 14:33:21 +10:00
Con Kolivas
aa8460c0ba Set default unix read timeout back to 5 seconds except for ckpmsg and ckdb which need the 30s defaults, and double the write timeout 2015-07-12 12:40:23 +10:00
Con Kolivas
f791495889 Move failure warnings into write_length, importing source details and adding info about type of failure 2015-07-12 12:31:28 +10:00
Con Kolivas
e45d8dbb49 Merge branch 'master' of bitbucket.org:ckolivas/ckpool 2015-07-12 12:03:34 +10:00
Con Kolivas
c9245673af Make read_socket_line use a timeout pointer allowing the value to be used for reentrant calls 2015-07-12 11:23:15 +10:00
kanoi
8c9164e950 php - hard rate sort was prefix based - fix to be absolute 2015-07-08 18:03:07 +10:00
kanoi
a86b3f7aaa php - store worker sort choice in a cookie 2015-07-06 23:50:13 +10:00
kanoi
0e2f020705 php - add sort radios to the workers page 2015-07-06 20:15:07 +10:00