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.
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=.....