node-stratum-pool/lib
Brice Carpentier eb8907e1a9 fixed #12 JobManager's newBlock event never gets emitted
The `init` function does not auto-execute anymore. It is instead added as a public member for `DaemonInterface` and called by `Pool.SetupDaemonInterface`.
2014-02-27 10:27:43 +01:00
..
blockTemplate.js Added block/network difficulty to pool on share emitter 2014-02-27 01:26:43 -07:00
daemon.js fixed #12 JobManager's newBlock event never gets emitted 2014-02-27 10:27:43 +01:00
index.js fixed variable name mismatch 2014-02-09 16:40:33 +01:00
jobManager.js Added block/network difficulty to pool on share emitter 2014-02-27 01:26:43 -07:00
merkleTree.js Added lots of comments, cleaned up a some code 2014-01-15 17:37:43 -07:00
peer.js Cleaner message stream reading 2014-02-22 21:13:14 -07:00
pool.js fixed #12 JobManager's newBlock event never gets emitted 2014-02-27 10:27:43 +01:00
stratum.js Fixed bug where block was not being reported as found when it actually was 2014-02-26 22:56:47 -07:00
transactions.js Fixed duplicate shares on vardiff difficulty update. Added more comments. 2014-02-19 13:46:17 -07:00
util.js Began work on creating a peer node module for more efficient block notifications 2014-02-21 17:49:59 -07:00
varDiff.js Added support for multiple daemons/rpc for redundancy when they occasionally die or drop out-of-sync 2014-02-26 18:16:18 -07:00