How much do you pay for vps with ipv6 and where? I have 4 sub1x MN and it would be nice to install all on one vps. Are there any instructions for multiple MN on one vps?
mostly vps provide ipv6
you can check by typing:
ifconfig
you will see under your ipv4:
inet6 addr: 2a00:6d40:72:4444::1/64 Scope:Global
inet6 addr: 2a00:6d40:72:4444::2/64 Scope:Global
inet6 addr: 2a00:6d40:72:4444::3/64 Scope:Global
its 3 ipv6 activated, you can have more, just depends vps provider
so
2a00:6d40:72:4444::1
2a00:6d40:72:4444::2
2a00:6d40:72:4444::3
are 3 more ip, you need copy/paste your subx directory and create one for each MN
ex:
cp -r -p /root/.zsub1x /root/.zsub1x2
cp -r -p /root/.zsub1x /root/.zsub1x3
etc....
after that
you have to erase wallet and peers.dat of the copies, not of the originalyou need edit zsub1x2 and zsub1x3 conf file
for edited:
-your private key
-the ipv6 with [] [2a00:6d40:72:4444::1], same in masternode.conf on win qt
-the rpcport have to be different (if your 1rst MN is 57211 then u put 57212, the next 57213 etc.....
-put listen=0
and for start:
.zsub1xd --datadir=/root/.zsub1x2
.zsub1x-cli --datadir=/root/.zsub1x2 getinfo
.zsub1x-cli --datadir=/root/.zsub1x2 masternode status
dont sync all wallet in same time
if it stuck:
.zsub1x-cli --datadir=/root/.zsub1x2 stop
.zsub1xd -reindex --datadir=/root/.zsub1x2