masternodes / vps

A handy bash script to setup crypto masternodes in no time. Initially developed for $PIVX. Now many more ;-)
https://masternodes.github.io/vps/
GNU General Public License v3.0
250 stars 489 forks source link

Confused about IP addresses #66

Closed ghost closed 6 years ago

ghost commented 6 years ago

First of all thanks a million for this guide, it would have been impossible to set up the MNs without it.

I'm confused about how I can set up 2 MN on one Vultr instance with 1 IP each:

Thanks a lot for the help

knowself commented 6 years ago

just set that instance to be IPv6 enabled which is free on Vultr and then use the "-c" flag with argument 2 and you'll have two masternode instances with two IPv6 addresses in 5 minutes.

ghost commented 6 years ago

Thanks so much. So no need for a second ipv4 address, right? As this one is not free on Vultr

knowself commented 6 years ago

Correct. I regularly host 10 Masternodes using IPv6 addresses on a Vultr instance with a single IPv4 address.

ghost commented 6 years ago

Thanks. Very useful!