node-stratum-pool
node-stratum-pool copied to clipboard
High performance Stratum poolserver in Node.js
Does nomp stratum support json rpc 2.0?
Would be awesome if NOMP could support LBRY. Regards,
Add support for europecoin: algorithm "1GB AES Pattern Search POW" (20.00 usd) to Add support for europecoin: algorithm "1GB AES Pattern Search POW" (20.00 usd)
I have tried the skein algo on the futurecoin and I saw several flaws : - there must be an issue with the difficulty as I have to set it...
coins/tekcoin.json { "name": "Tekcoin", "symbol": "TEK", "algorithm": "sha256", "reward": "POS", "txMessages": "true", "peerMagic": "e4e8e9e5" } People can get shares but when it tries to submit the block this error comes...
How hard would it be to implement merged mining into this? Ahmed_bodi said that the current python implementation of stratum needs an overhaul for this to work. ## There is...
TypeError: Cannot call method 'hasOwnProperty' of undefined at /home/ronald/nomp/libs/profitSwitch.js:452:36 at Array.forEach (native) at /home/ronald/nomp/libs/profitSwitch.js:450:51 at /home/ronald/nomp/node_modules/async/lib/async.js:610:21 at /home/ronald/nomp/node_modules/async/lib/async.js:249:17 at iterate (/home/ronald/nomp/node_modules/async/lib/async.js:149:13) at /home/ronald/nomp/node_modules/async/lib/async.js:160:25 at /home/ronald/nomp/node_modules/async/lib/async.js:251:21 at /home/ronald/nomp/node_modules/async/lib/async.js:615:34 at /home/ronald/nomp/libs/profitSwitch.js:407:25 2014-08-15...
Hello, I wanted to know how could I get the hash rate of the pool and the hash rate of one miner ? Or how can I compute it ?...
[`util.packInt64`](https://github.com/zone117x/node-stratum-pool/blob/3586ec0d7374b2acc5a72d5ef597da26f0e39d54/lib/util.js#L207) does not support negative numbers and is is named incorrectly. This doesn't constitute a major bug, however, as it's only used in the context of numbers that we can...
Vardiff seems to adjust in multiples - 8,16,32,64,128 and so on. Is there a way this can be brought down to as low as single step increments or even decimals...