Hi guys, would you mind a question about multiple masternode launch?
I have read several times the tutorial here
https://www.dash.org/forum/threads/taos-masternode-setup-guide-for-dummies-updated.2680/
but still can not understand one thing. English is not my native language, so, probably that`s why.
So,I have 4000 dash and I would like to start 4 masternodes on a remote Linux VPS. I have been using a masternode hosting, so I have my local masternode.conf configured, it looks like this
MN1 ip1:9999 7rxSr3fXpX3dZcU7CoiFuFWqeHYw83r28btCFfIHqf6zkMp1PZ4 06e38868bb8f9958e34d5155437d009b72dff33fc28874c87fd42e51c0f74fdb 0
MN1 ip2:9999 7rxSr3fXpX3dZcU7CoiFuFWqeHYw83r28btCFfIHqf6zkMp1PZ4 06e38868bb8f9958e34d5155437d009b72dff33fc28874c87fd42e51c0f74fdb 0
MN1 ip3:9999 7rxSr3fXpX3dZcU7CoiFuFWqeHYw83r28btCFfIHqf6zkMp1PZ4 06e38868bb8f9958e34d5155437d009b72dff33fc28874c87fd42e51c0f74fdb 0
MN1 ip4:9999 7rxSr3fXpX3dZcU7CoiFuFWqeHYw83r28btCFfIHqf6zkMp1PZ4 06e38868bb8f9958e34d5155437d009b72dff33fc28874c87fd42e51c0f74fdb 0
this is just an example of course. All private keys, etc. are individual for each masternode.
I am ok with my local settings and i will change IP addresses for a new VPS. But i can not catch, how to set up the remote server.
Do I understand right than I need 4 different IP-addresses, but still will be able to use all of the 4 masternodes within one VPS? If so, I thought first, that i need to change the dash/dash.conf on the remote VPA and add extra sections like
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=2
masternodeprivkey=key2
addnode=ip address 2
this is for the second masternode, etc.
However i found here
https://github.com/dashpay/dash/blob/v0.12.1.x/doc/guide-startmany.md this info:
If you are using a masternode.conf file you no longer need the dash.conf file. The exception is if you need custom settings (thanks oblox). In that case you must remove masternode=1 from local dash.conf file. This option should be used only to start local Hot masternode now.
I am lost now, shall i still specify all the info on remote VPS in dash.conf or...? Please advise for a dummy how settings for 4 masternodes shall look like and what file they shall be saved in...
Thank you in advance.