poolgold / z-nomp-bitcoin-gold

z-nomp is mining pool software for Zcash and Zclassic so you can create internet money in your home!
MIT License
24 stars 26 forks source link

TypeError: Cannot read property 'getStratumServer' of undefined #24

Open ankitkaran99 opened 6 years ago

ankitkaran99 commented 6 years ago

I am getting follwing error when connecting nheqminer to my pool -

/home/ubuntu/z-nomp-bitcoin-gold/libs/poolWorker.js:274 pools[initalPool].getStratumServer().handleNewClient(socket); ^

TypeError: Cannot read property 'getStratumServer' of undefined at Server. (/home/ubuntu/z-nomp-bitcoin-gold/libs/poolWorker.js:274:47) at Server.emit (events.js:160:13) at Object.onconnection (net.js:1582:8) at onconnection (internal/cluster/child.js:168:12) at Worker.onmessage (internal/cluster/child.js:43:7) at process.onInternalMessage (internal/cluster/utils.js:42:8) at process.emit (events.js:165:20) at emit (internal/child_process.js:790:12) at process._tickCallback (internal/process/next_tick.js:152:19) 2018-02-13 05:27:03 [Master] [PoolSpawner] Fork 5 died, spawning replacement worker...

nheqminer show following error - [10:57:22][0x00001270] stratum | Starting miner [10:57:22][0x00001270] stratum | Connecting to stratum server 13.59.122.197:3333 [10:57:23][0x00001270] stratum | Connected! [10:57:23][0x00001270] stratum | read_until: End of file [10:57:23][0x00001270] stratum | Reconnecting in 3 seconds...

btg.txt config.txt pool.txt

nicebbs commented 4 years ago

Have you solved the problem yet?