ckpool/src
2014-05-26 18:54:56 +10:00
..
bitcoin.c Don't show block hash in logs when accepted 2014-05-21 07:21:35 +10:00
bitcoin.h Add submission of blocksolves 2014-04-27 20:51:09 +10:00
ckpool.c Log all output to a logfile, display all warnings, and use locking to prevent overlapped messages 2014-05-23 12:56:24 +10:00
ckpool.h Iterate over the configured btcds, finding the first working one; failover to be added later 2014-05-26 16:57:36 +10:00
connector.c Use the retry on EINTR only on unix sockets 2014-05-26 18:42:55 +10:00
connector.h Add connector process which will process all remote communications 2014-04-23 14:38:34 +10:00
generator.c Avoid realloc being required in send_json_msg 2014-05-26 18:54:56 +10:00
generator.h Rename processes and change generator function to suit pi model 2014-04-19 19:36:50 +10:00
libckpool.c Use the retry on EINTR only on unix sockets 2014-05-26 18:42:55 +10:00
libckpool.h Get the network difficulty from the block header and use that to determine possible block solves in proxy mode 2014-05-21 22:28:03 +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 Add total shares from each user to pool accounted diff shares 2014-05-24 21:30:35 +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