• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

2 Masternodes on same server

DrkMiner

Active member
Hello,

I have a masternode running on a server with no issues. Since I have enough ram and cpu on my VPS I'm considering adding a second masternode.

1) I added a second IP (ubuntu)

2) To where do I have to upload the new masternode files and how to I bind the new IP to that new masternode.

Any information would be appreciated.

Thanks!
 
just start the daemon using the datadir parameter:
./dash-0.11.2.23-linux/bin/64/dashd -datadir="/.....folder-containing-dash.conf"

In the dash.conf file just use the "bind" statement, like:
bind=<IP Address>
 
just start the daemon using the datadir parameter:
./dash-0.11.2.23-linux/bin/64/dashd -datadir="/.....folder-containing-dash.conf"

In the dash.conf file just use the "bind" statement, like:
bind=<IP Address>

Thanks for answering!

How do you start MN # 1, MN # 2?

MN 1 : ./dashd (if script on root)

MN 2: /MN_2_folder/ ./dashd in dash.conf "bind=<IP Address>" (script is in MN_2_folder)

Why do you use the datadir parameter?
 
Back
Top