63 Commits (b5caeedf737ee45b93a7988b75c9e5d71b3c32b8)

Author SHA1 Message Date
Con Kolivas 080eef5f31 Send and receive stratum messages via their own threads that add and remove client ids to the json using linked lists and pthread conditionals to wake them 11 years ago
Con Kolivas e946665023 Create stratum receive/send threads that will use their own hashtables and conditionals to do work 11 years ago
Con Kolivas 1b745f0db3 Pass recognised json messages sent to connector to stratifier with the added client_id field 11 years ago
Con Kolivas 5a0d3f8d24 Create a hashtable of workbases as they're created, removing them if they're older than 10 minutes old 11 years ago
Con Kolivas 2b1f9510cf Add a block update thread that polls bitcoind regularly for the latest hash and handle failed json requests as closed sockets 11 years ago
Con Kolivas 8f0958bbfb Add some default parameters to make polling intervals configurable 11 years ago
Con Kolivas 2bcdc4bcce Cache the header binary that will be used for work reconstruction 11 years ago
Con Kolivas 86159a60ec Generate coinbase templates, fixing missing fields from gbt parser 11 years ago
Con Kolivas 4766e90df2 Left out nbit from parsing 11 years ago
Con Kolivas b65c555d87 Decode the generator response and store the variables in the stratifier 11 years ago
Con Kolivas bbd4e59069 Use the send recv proc helper in the stratifier process 11 years ago
Con Kolivas a723e70f51 Remove signal handlers and use a watchdog thread to watch for dead child processes and restart them 11 years ago
Con Kolivas 6f1838536c Create a stratifier thread that updates the data from the gbt template regularly and receives other requests 11 years ago