node-stratum-pool/lib
2014-04-01 16:58:20 -06:00
..
algoProperties.js Use truncated diff1 (max difficulty) for algos by default. Report difficulty of low-diff shares. 2014-04-01 16:31:34 -06:00
blockTemplate.js Fixed difficulty not being correct for anything not scrypt. Fixed maxDiff for x11 hash. 2014-03-25 15:52:45 -06:00
daemon.js 1) Updated x11 to more accurate diff. 2) Low diff shares report percent off now - to detect if diff is too hard or you just have abusing miners. 3) Only 1 thread does the rpc calls to generate blockchain sync status 2014-03-30 17:03:23 -06:00
index.js Put all the different hashing algo info in the same place. Attempted to add keccak - it may or may not work. 2014-03-27 18:10:38 -06:00
jobManager.js Added check to see if a submitted share matched a miner's previous difficulty from before vardiff retarget. 2014-04-01 16:58:20 -06:00
merkleTree.js Added jobRebroadcastTimeout configuration 2014-04-01 10:10:50 -06:00
peer.js Added jobRebroadcastTimeout configuration 2014-04-01 10:10:50 -06:00
pool.js Added check to see if a submitted share matched a miner's previous difficulty from before vardiff retarget. 2014-04-01 16:58:20 -06:00
stratum.js Added check to see if a submitted share matched a miner's previous difficulty from before vardiff retarget. 2014-04-01 16:58:20 -06:00
transactions.js Fixed duplicate shares on vardiff difficulty update. Added more comments. 2014-02-19 13:46:17 -07:00
util.js Refactored pukkeyToScript for clarity 2014-04-01 11:18:31 -06:00
varDiff.js Another fix where vardiff was breaking things 2014-03-20 12:20:08 -06:00