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

npm update does not work and failed on dependencies bignum: 0.12 update package bignum to "0.13.1"

Dears, Could you approve PR request? krisklosterman has been update and changed many things. Regards, John Ahn

I use node ver 0.10.48 I try fix [https://github.com/zone117x/node-stratum-pool/pull/177/files] case commands.version.toString(): SendMessage(commands.verack, Buffer.alloc(0)); break; but I get error: has no method 'alloc'

Add CPUpower algorithm for [CPUchain](https://coinmarketcap.com/currencies/cpuchain) coin, PR depends on https://github.com/zone117x/node-multi-hashing/pull/76

ThreadRPCServer method=submitblock ERROR: CheckBlock() : hashMerkleRoot mismatch ERROR: ProcessBlock() : CheckBlock FAILED Has anyone anyone every experienced this error. I found it in the daemon debug.log Trying to set up...

So P2SH (and bech32) support isn't there. That wouldn't be a problem if someone sometimes would do some work on it, but the really BAD thing is that this part:...

I set "address" to my, but always found blocks in testnet (several times) with this coinbase "mqGucXZkq2Fp216qhUViqPXx5LVPJNEKf9". I cant understand where bitcoind/stratum get it?

Some coins changes difficulty over time in current block, and this makes block polling for CURRENT block difficulty in node-stratum-pool work for this change. JobRebraodcastTimeout makes stratum server check for...

```function StartStratumServer(finishedCallback){ _this.stratumServer = new stratum.Server(options, authorizeFn); _this.stratumServer.on('started', function(){ options.initStats.stratumPorts = Object.keys(options.ports); _this.stratumServer.broadcastMiningJobs(_this.jobManager.currentJob.getJobParams()); finishedCallback(); }).on('broadcastTimeout', function(){ emitLog('No new blocks for ' + options.jobRebroadcastTimeout + ' seconds - updating transactions &...

Tested similar patch as a part of unomp https://github.com/UNOMP/node-merged-pool/pull/17, so I _think_ this one should work fine too. At least there should be no difference between the two when comparing...