ckpool/src
2014-05-19 17:12:43 +10:00
..
bitcoin.c Clean up block solve notification and messages, sending a work restart immediately 2014-04-27 21:11:10 +10:00
bitcoin.h Add submission of blocksolves 2014-04-27 20:51:09 +10:00
ckpool.c Change config format to take url auth and pass for both btcd and proxy and choose which to use in the generator based on proxy bool 2014-05-16 10:06:27 +10:00
ckpool.h Store structures for all possible upstream servers to allow us to choose an alive one for now with a view to enable switching 2014-05-19 15:36:14 +10:00
connector.c Fix missing close socket in connector 2014-05-18 21:24:30 +10:00
connector.h Add connector process which will process all remote communications 2014-04-23 14:38:34 +10:00
generator.c Create a hashtable of shares we submit in proxy mode to compare responses for future logging 2014-05-19 17:12:43 +10:00
generator.h Rename processes and change generator function to suit pi model 2014-04-19 19:36:50 +10:00
libckpool.c Provide a way to extract a serialised integer 2014-05-18 22:54:42 +10:00
libckpool.h Provide a way to extract a serialised integer 2014-05-18 22:54:42 +10:00
Makefile.am 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 2014-04-25 13:18:59 +10:00
sha2.c Cosmetic changes 2014-04-13 22:16:08 +10:00
sha2.h Cosmetic changes 2014-04-13 22:16:08 +10:00
stratifier.c Create a hashtable of shares we submit in proxy mode to compare responses for future logging 2014-05-19 17:12:43 +10:00
stratifier.h Create a send processing queue in the proxy generator and receive shares that meet the parent pool target 2014-05-18 19:31:58 +10:00
uthash.h Create a client instance hash table and use it to determine which fds need to be polled 2014-04-24 13:48:17 +10:00
utlist.h 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 2014-04-25 13:18:59 +10:00