node-stratum-pool icon indicating copy to clipboard operation
node-stratum-pool copied to clipboard

High performance Stratum poolserver in Node.js

Results 77 node-stratum-pool issues
Sort by recently updated
recently updated
newest added

Reverts zone117x/node-stratum-pool#161

Hi, Current node-stratum-pool support this version? Thank you 20dec

Hy, my little help integration Pascal Coin (Microcoin.hu) How to Integrate Pascal Algo?

Hi I see my patch for neoscrypt was merged in. I tested with Feathercoin and got accepted shares ``` 2018-09-09 14:02:38 [Pool] [feathercoin] (Thread 1) Share accepted at diff 8/9.37170479...

After a chain split I just recognised that we are keeping on using our cached height for block generation. Not so smart as we are going to attempt to continue...

Specifically so that this stratum can mine EMC2 which requires a donation to an address for a new block to be accepted. Config would require an address and donation percentage....

enhancement
bounty

Error generated in blockTemplate caused by use of UInt32 for a Int32 value. buffer.js:784 throw TypeError('value is out of bounds'); ^ TypeError: value is out of bounds at TypeError ()...

Please consider prominently documenting that the coinbase identifier should be customised from 'nodeStratum' - or better yet force people to set something here and don't start until it is set....

[I found this block of code and was very surprised when it works correctly.](https://github.com/zone117x/node-stratum-pool/blob/master/lib/jobManager.js#L85-L115) Can somebody explain me why this works? `default` case in switch-case block is unreachable code because...

Good is that shares are accepted. Bad: - Block wasn't found during testing - Hashrate not showing in the stats http://multi.coinpool.ru/workers Need additional tesintg and fixing.