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 |
Con Kolivas
|
b7e35effa5
|
Add backup btcd parsing in node mode
|
10 years ago |
Con Kolivas
|
69124695cc
|
Add options for supporting a passthrough node
|
10 years ago |
Con Kolivas
|
7b0611119f
|
Support testnet diffs
|
10 years ago |
Con Kolivas
|
39e1e07749
|
Add push 20 bytes to stack in address_to_scripttxn
|
10 years ago |
Con Kolivas
|
2aa93069cc
|
Implement rudimentary untested address to script transaction support in the generation code
|
10 years ago |
Con Kolivas
|
6cd2778477
|
Add a helper function for converting an M of N script address to a transaction
|
10 years ago |
Con Kolivas
|
b66f207a9f
|
Add a braindead check to avoid trying to generate to a script address
|
10 years ago |
Con Kolivas
|
1ba52b3daa
|
Round robin over the redirect URLs in redirector mode, keeping clients from the same IP on the same URL
|
10 years ago |
Con Kolivas
|
0dafbe12b4
|
Comments
|
10 years ago |
Con Kolivas
|
3ba8e1d6c1
|
Hold an extra reference for the redirect_client message in the redirector
|
10 years ago |
Con Kolivas
|
1b890257da
|
Preserve the name used in redirecturl config for the redirector
|
10 years ago |
Con Kolivas
|
65957df813
|
Issue reconnect to miner submitting valid share in redirector mode
|
10 years ago |
Con Kolivas
|
ec9e730b1f
|
Look for unique ID accepted shares in the connector in redirector mode
|
10 years ago |
Con Kolivas
|
61ade17174
|
Use int64 for client_id in the generator
|
10 years ago |
Con Kolivas
|
35b81bad17
|
Remove attempted share identification from generator in redirector mode as it hasn't enough information
|
10 years ago |
Con Kolivas
|
98a2197568
|
Repair functioning of passthrough and add basic functions for share management in redirector
|
10 years ago |
Con Kolivas
|
03edcc03cd
|
Check for valid shares in redirector and redirect for first url for now
|
10 years ago |
Con Kolivas
|
75501901ad
|
Add more info to parse_share return code
|
10 years ago |
Con Kolivas
|
a8e09a444d
|
Abstract out add_share in proxy to be used by redirector code
|
10 years ago |
Con Kolivas
|
31c205c138
|
Add basic configuration options for redirector mode
|
10 years ago |
Con Kolivas
|
f3a826d30f
|
User ID is an integer in workerinfo
|
10 years ago |
Con Kolivas
|
c627c12cab
|
User id is an integer
|
10 years ago |
kanoi
|
b1be1edd8b
|
ckdb/php - add diffinv to shift replies and show on the shift page
|
10 years ago |
kanoi
|
0cf3f121e2
|
ckdb - initialise the payout expiry counters
|
10 years ago |
kanoi
|
9f859f0f78
|
ckdb - enable payouts expiry and a block minerreward override
|
10 years ago |
kanoi
|
6832433eeb
|
ckdb - limit reload queue and fix reload lost ∞ loop
|
10 years ago |
kanoi
|
a128c70dbe
|
ckdb - sharesummaries can't be deleted since they are no longer in the DB
|
10 years ago |
kanoi
|
d6ebc8ad97
|
ckdb - add a record counter for the 2 largest DB table loads
|
10 years ago |
kanoi
|
acdd8203a0
|
ckdb - ensure (unlikely) summarisation can never affect payout generation
|
10 years ago |
kanoi
|
fcfe965ba3
|
ckdb - don't store sharesummaries in the DB and delay mark processing until sync has completed
|
10 years ago |
kanoi
|
e5db7d222e
|
ckdb - must remember to unlock locks ...
|
10 years ago |
kanoi
|
e1e4accda6
|
ckdb/php - Hall of Fame stats (no user access yet)
|
10 years ago |
kanoi
|
8345abc12a
|
ckdb - for luck :)
|
10 years ago |
ckolivas
|
9c4e63691a
|
Increase string storage space for enonce1/enonce1var to accommodate 8 byte nonce1length configuration
|
10 years ago |
kanoi
|
94c682bfa2
|
ckdb - remove unnecessary dup messages vs reload
|
10 years ago |
Con Kolivas
|
75f8a93d49
|
Check for zero ret in read_socket_line
|
10 years ago |
Con Kolivas
|
4bc776f99b
|
Use non-blocking reads in read_socket_line, waiting up to the full timeout
|
10 years ago |