You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Con Kolivas 01d5b71bef Broadcast to miners a message when the pool has solved a block 11 years ago
..
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 11 years ago
bitcoin.c Don't show block hash in logs when accepted 11 years ago
bitcoin.h Add submission of blocksolves 11 years ago
ckpool.c Log all output to a logfile, display all warnings, and use locking to prevent overlapped messages 11 years ago
ckpool.h Log all output to a logfile, display all warnings, and use locking to prevent overlapped messages 11 years ago
connector.c Detach child processes from the tty leaving only the main process to talk to it and exit all processes in a consistent way with more information on termination 11 years ago
connector.h Add connector process which will process all remote communications 11 years ago
generator.c Detach child processes from the tty leaving only the main process to talk to it and exit all processes in a consistent way with more information on termination 11 years ago
generator.h Rename processes and change generator function to suit pi model 11 years ago
libckpool.c Get the network difficulty from the block header and use that to determine possible block solves in proxy mode 11 years ago
libckpool.h Get the network difficulty from the block header and use that to determine possible block solves in proxy mode 11 years ago
sha2.c Cosmetic changes 11 years ago
sha2.h Cosmetic changes 11 years ago
stratifier.c Broadcast to miners a message when the pool has solved a block 11 years ago
stratifier.h Create a send processing queue in the proxy generator and receive shares that meet the parent pool target 11 years ago
uthash.h Create a client instance hash table and use it to determine which fds need to be polled 11 years ago
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 11 years ago