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
291 stars 437 forks source link

Use Subdomains for Stratum Connections #252

Open panda2k opened 6 years ago

panda2k commented 6 years ago

I want to use sub domains for all of my coins in stratum connections. I have setup 5 coins (zcash, zen, zclassic, komodo and hush) and I want to use subdomains for stratum connections so instead of just honorpool.org:port I want to do us-zec.honorpool.org:port and so on for all my coins. Anyone know how to do this?

sennevb commented 6 years ago

Best to setup a seperate install per domain

panda2k commented 6 years ago

Anyway I can still have all the stats on one website instead of multiple websites? So honorpool.org would host the website with all the stats and people would only use us-zec.honorpool.org for stratum connections?

sennevb commented 6 years ago

If you setup 1 redis for all ..

panda2k commented 6 years ago

So I would keep the redis port the same for all the instances?