ckpool/src
2014-04-23 13:12:36 +10:00
..
bitcoin.c Generate coinbase templates, fixing missing fields from gbt parser 2014-04-22 15:12:49 +10:00
bitcoin.h Generate coinbase templates, fixing missing fields from gbt parser 2014-04-22 15:12:49 +10:00
ckpool.c Handle failed generator startup as a fatal startup, sending listener a shutdown message and adding shutdown parsing 2014-04-23 13:07:04 +10:00
ckpool.h Install signal handlers and store the originals in the ckpool_t 2014-04-19 20:05:20 +10:00
generator.c Handle failed generator startup as a fatal startup, sending listener a shutdown message and adding shutdown parsing 2014-04-23 13:07:04 +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 a longer timeout for reading a socket line, along with a select timeout on each loop through the read function to increase reliability over network connections 2014-04-23 13:12:36 +10:00
libckpool.h Add a block update thread that polls bitcoind regularly for the latest hash and handle failed json requests as closed sockets 2014-04-23 09:51:56 +10:00
Makefile.am 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
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 a block update thread that polls bitcoind regularly for the latest hash and handle failed json requests as closed sockets 2014-04-23 09:51:56 +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