z-classic / z-nomp

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

No Zcash Network Stats #145

Closed RecoStar closed 7 years ago

RecoStar commented 7 years ago

Hey everyone, this is most likely not an issue and more likely me being a noob lol.

I have set up my z-nomp mining pool and everything is working great (thanks for creating this!), but on the "Graph Stats" no "Zcash Network Stats" are being displayed. Any ideas to this? I've search around and cant seem to find a solution to this.

My miners are mining Zcash, but the .json being used is zclassic.json, is that correct? This is however pointing to "coin": "zcash.json",

I dont have p2p enabled as not sure on how to set it up. Enabled it before then edited the zclassic.json to have "peerMagic": "fbc0b6db", but just got a lot of errors when trying to run npm.

Also is their a command to check what block your pool / miners are currently working on?

Thanks in advance,

Stu

RecoStar commented 7 years ago

Anyone have any ideas?

WaveringAna commented 7 years ago

On your pool_config, set coin to zcash.json

RecoStar commented 7 years ago

Thanks :)

Any ideas on how to get peerMagic working?