ckpool/src
2014-05-12 22:09:06 +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 Abort trying to relaunch processes if we're relaunching them too fast 2014-05-12 22:09:06 +10:00
ckpool.h Make logging directory configurable, and store share logs by height/workid and totals for the pool as well 2014-05-03 22:04:42 +10:00
connector.c Failure to accept in connector should be a fatal error 2014-05-12 22:03:09 +10:00
connector.h Add connector process which will process all remote communications 2014-04-23 14:38:34 +10:00
generator.c Consider other modes of generator failure terminal and shut down 2014-05-12 21:56:59 +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 helpers for writing/selecting on a socket 2014-05-05 14:01:17 +10:00
libckpool.h Provide helpers for writing/selecting on a socket 2014-05-05 14:01:17 +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 Don't try to send a message to clients that will be invalidated 2014-05-05 09:17:53 +10:00
stratifier.h Create a stratifier thread that updates the data from the gbt template regularly and receives other requests 2014-04-21 15:58:07 +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