Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode
by
one16
on 10/12/2017, 00:41:29 UTC
i am about to set up MN for PNX, and i read the step-by-step help for setting up MN in linux VPS.
However, is there any further detail regarding multiple MNs under one single IP address with different port?
Sorry, i am quite newbie to Linux. I had to follow word by word to get that working.

And any reason why we need to add up the node list in conf file?

Thanks in advance.  Smiley

just create a new MN as you created the first one, generate config and send coins, only diff will be to use a diff port, ie if u used port 9000 use 9001 for second and so on.

update the phantomx.conf entries to look like this

rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
staking=0
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=yourIP:port
masternodeprivkey=.....
masternodeaddr=yourIP:nextport
masternodeprivkey=.....
masternodeaddr=yourIP:nextport
masternodeprivkey=.....
masternodeaddr=yourIP:nextport
masternodeprivkey=.....

Thank you for the info. it helps.
I will try what you've advised as above.  Grin