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

Hello @zone117x , Is coinbasetxn, coinbase/append and workid working? We at GlobalToken will have a Hardfork soon, which supports coinbasetxn. It is needed because we added 'Blockchain self-funding' (Treasury) like...

use master branch. [email protected] [email protected] The mining award did not automatically enter the miner's account. In addition, I found three blocks and received a reward, but there is no Blocks...

how setup digibyte myriad groestl algorithm for POOL? .digibyte/digibyte.config ``` rpcuser=digibyteuser rpcpassword=digibytepassword algo=groestl rpcport=20102 port=21102 ``` coins/digibyte.groestl.conf ``` { "name": "digibyte-groestl", "symbol": "DGB", "algorithm": "groestlmyriad" } ``` changed things: 1.adds...

hi, i am new to pool and nomp configuration and stuff. i somehow managed to configure and run it for ltc. I wonder how can i add support for coins...

This PR adds Argon2 as the supported algorithm. --- deps: https://github.com/zone117x/node-multi-hashing/pull/56

wificoin is forked from bitcoin, its opensource address is : https://github.com/wificoin-project

Hi Guys, need your help regarding an issue with x11 new coin pool. 100% efficient according to stats, submiting a shares , mining power about 75% of whole network, but...

Hey guys, Having an issue where rejection rate is very high due to miners keep submitting shares below the difficulty for static ports - eg. if the diff is set...

I have manage to tweak the code in order to find valid share and valid block. Unfortunaletly NOMP is unable to detect them. It tells me : ``` We thought...

Any chances to support zcash? Thanks zone117x