2968 Commits (68e46be39da2115797a3566757b663ea97c450f4)

Author SHA1 Message Date
kanoi 07d4e9512a ckdb/php - separate logging of ckpool msgs vs other, add a web timestamp 9 years ago
kanoi ea1a2c6edf ckdb - shifts created after a payout they are in, need rewarded set 9 years ago
kanoi 8b8eb5dc62 ckdb - shift wasn't flagging workers used if not in the last shift 9 years ago
kanoi 885be5d715 ckdb/php - add PPS calculations for shifts 9 years ago
kanoi c3cbef6eca ckdb - make a separate object for a ktree vs the tree nodes 9 years ago
Con Kolivas 1932659baa Send a reconnect message on failure to passthrough send, assuming a connection has failed. 9 years ago
kanoi 8aa6841f61 ckdb/php - keep 2fa success messages seperate from errors 9 years ago
kanoi 3c6b81fd67 ckdb/php - allow cancelling 2fa setup and removing 2fa directly 9 years ago
kanoi 6adbec8550 cdb/php - add a red line under the last payout on the shifts page 9 years ago
kanoi 4c243f24cc ckdb/php - store, and use, the block and prevous valid block createtime in BLOCKS 9 years ago
kanoi 20d53cad15 ckdb - demote shift_rewards payouts lock to read - no payout data is changed 9 years ago
kanoi 369274b521 ckdb - calc 'rewards' for a new shift in case the payout has already been done 9 years ago
kanoi 87b8a187f9 ckdb/php - add a block timestamp to the rewards page 9 years ago
kanoi df5c372557 ckdb/ckp - add reward count to shifts table 9 years ago
kanoi fc51ae2964 ckdb - fix block stat generation error handler typo bug 9 years ago
kanoi e9a61d761b ckdb - remove stupid gcc warning 9 years ago
kanoi e7c5d1ec82 ckdb/php - add age to block stats table 9 years ago
kanoi 3977ee14da ckdb - set default issuer to not match my pool 9 years ago
kanoi 30376deb94 ckdb - demote successful missing workerstatus/worker messages to notice 9 years ago
kanoi 285c1d309b ckdb - missing a space in a message 9 years ago
kanoi 543c5e7082 ckdb - add optioncontrol override for blocklist rows 9 years ago
kanoi 53ba32c297 ckdb/php - allow matching a group of workers with the shift graph 9 years ago
kanoi bab658e03e ckdb - allow changing the btc server via the socket 9 years ago
kanoi b249e220e2 ckdb - update reload comment - we reload everything 9 years ago
Con Kolivas 137136648c Allow timeout to reach zero in read_socket_line for one non-blocking read 9 years ago
Con Kolivas ead0f1cae4 Allow timeout to reach zero in read_socket_line for one non-blocking read 9 years ago
Con Kolivas effcf78586 Pass variable to read_socket_line instead of constant 9 years ago
kanoi 30233fb4a1 ckdb - incorrect param size list in blocks_add 9 years ago
kanoi c126c0500c ckdb - param size to small for new data 9 years ago
kanoi eafdddb8ef ckdb/php - dbv1.0.2, handle rejected, non-orphan blocks, update 2fa with qrcode, email, web details 9 years ago
Con Kolivas 83575ba311 Allow FE overflow for safe usage of strtod in corrupt json 9 years ago
kanoi f1966ae648 ckdb - macro to simplify pointer reallocation 9 years ago
kanoi f4d00f83e5 ckp - make blob ram alloc/free/accounting more consistent 9 years ago
Con Kolivas bce4cab176 Roll back code for relay node. 9 years ago
kanoi f6abd5333d ckdb/php - 2FA 9 years ago
kanoi 74436234ba ckdb - db v1.0.1 new users and workers fields - basic support 9 years ago
kanoi 3f24108955 ckdb/php - add a share based hash rate to the workers page 9 years ago
kanoi 0608a79f14 libckpool - report errno with _recv_unix_msg errors 10 years ago
kanoi e7aa081d43 libckpool - report errno with _write_length failure 10 years ago
kanoi da285f8ab4 ckpool - display the rpc request warn messages from the method 10 years ago
kanoi 733664cc80 ckpool - report details of rpc request on failure or when slow 10 years ago
kanoi f0bb50667d ckdb - update version number for logmsg change 10 years ago
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 10 years ago
Con Kolivas e94115d6e2 Allow _send_recv_proc to take custom timeouts 10 years ago
kanoi f9a17d04c3 Update log messages to millisecond accuracy 10 years ago
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 10 years ago
Con Kolivas f791495889 Move failure warnings into write_length, importing source details and adding info about type of failure 10 years ago
Con Kolivas c9245673af Make read_socket_line use a timeout pointer allowing the value to be used for reentrant calls 10 years ago
Con Kolivas e96f1d60e2 Send and parse node request with passthrough message 10 years ago
Con Kolivas fc38e4d672 Use server_alive to determine if node backup btcd is alive 10 years ago