Total noob question.... I just finished my Setup for the Litecoind using NOMP. Waiting for chain to update. When going through the Config.json, i come across this:
"website": {
"enabled": true,
"host": "VPSIP",
"siteTitle": "YOUR POOL",
"port": 80,
"stratumHost": "pool.unomp.org",
"stats": {
For "stratumHost" What do i put in replace of "pool.unomp.org"? Im running on a VPS with Ubuntu. I can see my stratum page and see what coins and what not are there to mine. Im not sure if i need to change the StratumHost or not? if so, how do i get one, where do i find one or what do i need to change it to? Thanks in Advanced!
HI
ok
in "host": "VPSIP",
make that
"host": "IP-address or domain name ",
like
"host": "99.44.22.44",
or
"host": "
www.mypooo.com",
The "port": 80, part
this is the port the your pool wist will be on
best to leave it on 80
"stratumHost": "pool.unomp.org",
this is where the pool is and if you look in getting_started page
it will display this as part of the connection info
so again it can be hte IP address or the domain name
hope that helps you out
thanks
Paul
Well, this link is quite old, but it might help people like me still trying to figure this whole out.
I am following these steps with the config.json file to connect to my VPS IP and getting every time this error: '[ERROR] [default] - Master Website Website process died, spawning replacement...', which means the uNOMP pool didn't get set up on my VPS.. but it works fine on my localhost. Can it be the redis server? Perhaps it should be also hosted on the VPS IP?
Thank you if you can help me out on this one.