Con Kolivas
|
6b24581263
|
Add debugging and sanity checks to send_json_msg.
|
7 years ago |
Con Kolivas
|
23102d1417
|
Implement basics of vmask support for ckproxy.
|
7 years ago |
Con Kolivas
|
2650ac756e
|
Request mining.configure information from upstream pools and store the value per proxy.
|
7 years ago |
Con Kolivas
|
b806916201
|
Choose the generation transaction type and return the transaction length within libckpool.
|
7 years ago |
Con Kolivas
|
773c9fae1d
|
Use the RPC output from bitcoind to determine if an address is a script or a segwit bech32 address, currently refusing to mine to a bech32 address.
|
7 years ago |
Con Kolivas
|
f563d7298b
|
Choose the generation transaction type and return the transaction length within libckpool.
|
7 years ago |
Con Kolivas
|
9610e94e59
|
Use the RPC output from bitcoind to determine if an address is a script or a segwit bech32 address, currently refusing to mine to a bech32 address.
|
7 years ago |
Con Kolivas
|
ec851fc7c4
|
Support mining.configure mechanism for setting vmask.
|
7 years ago |
Con Kolivas
|
f642c515df
|
Support virtual mask changing of the version bits by clients according to a hex config parameter version_mask.
|
7 years ago |
Con Kolivas
|
e0d3a7df60
|
Remove unnecessary use of gbt as private data in socket instance.
|
8 years ago |
Con Kolivas
|
7d8417774f
|
Properly drop subclients when the parent dies by testing whether the parent exists instead of the masked subclient id.
|
8 years ago |
Con Kolivas
|
062cb52cbe
|
Abstract out get_timestamp.
|
8 years ago |
Con Kolivas
|
750abcddb6
|
Properly request transactions we don't find in the local bitcoind and demote the message for failed get_txn to notice only.
|
8 years ago |
Con Kolivas
|
7f19552ee6
|
When we cannot find a transaction to rebuild_txns, try to get the data from our bitcoind and if it's not available make a transaction request of the upstream or remote pool for it - response yet to be implemented.
|
8 years ago |
Con Kolivas
|
fe94172f2e
|
Strip remote field that won't be used or are recrated upstream.
|
8 years ago |
Con Kolivas
|
1ad50bb1d8
|
Make console logging use ckmsgq for logging to be a non-blocking function.
|
8 years ago |
Con Kolivas
|
3dfe179605
|
Deprecate send_proc by adding messages to other proc instances directly to their message queues for now.
|
8 years ago |
Con Kolivas
|
e9f7074483
|
Upstream workerstats from remote trusted servers.
|
8 years ago |
Con Kolivas
|
aa121dbce2
|
Upstream, parse and send to ckdb trusted remote server share errors.
|
8 years ago |
Con Kolivas
|
3dfe7b95e3
|
Fix potential memleak when stratum_add_send is unable to send to a queue.
|
8 years ago |
Con Kolivas
|
71ae516d1e
|
Make submittxn message responses log as notice level only.
|
8 years ago |
Con Kolivas
|
ddd58fa778
|
Make nodes submit upstream transactions to the local btcd to speed up blocksolve processing
|
9 years ago |
Con Kolivas
|
14c8a3a125
|
Add quiet mode option which suppresses throbber
|
9 years ago |
Con Kolivas
|
719016f529
|
Reopen log file every minute allowing us to move/rename it, creating a new logfile
|
9 years ago |
Con Kolivas
|
3dac4d4fc8
|
Determine when messages are being sent to ckmsgqs not set up yet
|
9 years ago |
Con Kolivas
|
31434bc0b9
|
Create unix receivers during child setup
|
9 years ago |
Con Kolivas
|
38dab2309b
|
Cope with ckmsgqs not set up during start up
|
9 years ago |
Con Kolivas
|
3c965946e7
|
Replace unnecessary multiprocess model with simpler thread based model for each component for future removal of duplication of work when communicating between threads
|
9 years ago |
Con Kolivas
|
6c8f6bb93d
|
Move private data to different names
|
9 years ago |
Con Kolivas
|
7615369d4a
|
Send transactions to nodes
|
9 years ago |
Con Kolivas
|
fbbed17d7a
|
Roll back to M22
|
9 years ago |
Con Kolivas
|
debaa03d9d
|
Simply encode/decode binary keys correctly in messages for now
|
9 years ago |
Con Kolivas
|
a743d307cf
|
Add a function for sending binary data to another process
|
9 years ago |
Con Kolivas
|
7ad63b09e2
|
Pass unix message length with unix_recv
|
9 years ago |
Con Kolivas
|
901fd3b1cf
|
Use ping/pongs to determine if upstream pool is still alive
|
9 years ago |
Con Kolivas
|
9f23616dfc
|
Generically set send/recv buffers larger on passthroughs
|
9 years ago |
Con Kolivas
|
a6cc0bd90c
|
Provide helper functions for setting buffer sizes on any socket fds
|
9 years ago |
Con Kolivas
|
1a003db4be
|
Increase receive buffer size whenever possible to beyond largest message size
|
9 years ago |
Con Kolivas
|
f78fe91cef
|
Only ever increase buffer size in add_buflen
|
9 years ago |
Con Kolivas
|
7b887e9ac6
|
Add mechanism for parsing received block messages from the main pool at remote nodes to submit them locally
|
9 years ago |
Con Kolivas
|
84ecde2ea8
|
Update header copyright dates
|
9 years ago |
Con Kolivas
|
75a9e3ec3c
|
Add connection mechanism and message workqueues for trusted remotes
|
9 years ago |
Con Kolivas
|
bd7ca390ff
|
Add variable parsing for trusted remote nodes
|
9 years ago |
Con Kolivas
|
7c042070cc
|
Add missing node method for mining.suggest_difficulty
|
9 years ago |
Con Kolivas
|
6398a4cac6
|
Add a nodeserver option for dedicated serverurls that will accept incoming requests to act as a mining node
|
9 years ago |
Con Kolivas
|
cb2c0577cb
|
Placeholders for api files
|
9 years ago |
Con Kolivas
|
5b816982e5
|
Compression of any sort is slower than ordinary network transfers so remove it
|
9 years ago |
ckolivas
|
3a9f5a491e
|
Add an option to selectively enable/disable compression in passthrough modes
|
9 years ago |
Con Kolivas
|
11d14620e6
|
Convert to gzip
|
9 years ago |
Con Kolivas
|
950b855b2d
|
Implement backwardly compatible lz4 compression support to be used by passthroughs and nodes
|
9 years ago |