You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation request:
no where is it obvious how to run multiple masternodes on a single VPS
the only solution I have found is to run
sudo ./install.sh -p xios -c 3 -n 4
and then manually edit the /etc/masternodes/xios_n1..3.conf file for each node and run each on a different port and add these ports to the firewall rules
then bootstrap each folder /var/lib/masternodes/xios1..3
is running each masternode on a different port the 'right' way to do it?
why not make this part of the script when you use the -c # option
cheers
jellicoe
The text was updated successfully, but these errors were encountered:
Documentation request:
no where is it obvious how to run multiple masternodes on a single VPS
the only solution I have found is to run
sudo ./install.sh -p xios -c 3 -n 4
and then manually edit the /etc/masternodes/xios_n1..3.conf file for each node and run each on a different port and add these ports to the firewall rules
then bootstrap each folder /var/lib/masternodes/xios1..3
is running each masternode on a different port the 'right' way to do it?
why not make this part of the script when you use the -c # option
cheers
jellicoe
The text was updated successfully, but these errors were encountered: