ckpool/src
2014-05-18 10:24:41 +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 Accept an array of entries for bitcoinds and take initial values for proxying 2014-05-16 00:13:03 +10:00
connector.c Make process instances an array within the ckpool struct allowing us to enable only those we need when we add more modules to future code 2014-05-13 12:11:39 +10:00
connector.h Add connector process which will process all remote communications 2014-04-23 14:38:34 +10:00
generator.c Store the proxy base subscribe details in a struct protected by the workbase lock 2014-05-17 20:36: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 Make read_socket_line accept a timeout in seconds 2014-05-17 14:17:42 +10:00
libckpool.h Make read_socket_line accept a timeout in seconds 2014-05-17 14:17: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 Make each proxied client's enonce1 a function of the constant enonce1 and the extra bytes from the nonce2 which are unique for each client instance 2014-05-18 10:24:41 +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