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 490 forks source link

MonacoCoin Doesn't work #17

Closed srikanth-v closed 6 years ago

srikanth-v commented 6 years ago

Looks like it monacocoin masternode doesn't like the IPV6 format and the port number should be 24157 instead of 24156.

marsmensch commented 6 years ago

The new version of the script supports a new flag "-n 4". When this flag is used, ip addresses are pre-filled with placeholders and a link to the relevant docs how to manually add an ipv6 address is output.

Check the new documentation update here: https://masternodes.github.io/vps/

P2P port is definitely 24156: https://bitcointalk.org/index.php?topic=2083054.0

You can also adapt the configuration yourself, just edit the relevant config (eg "config/mona/mona.env") locally before running "install.sh" now.