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

Adding a new coin. Determine NETWORK_BASE_TAG. #121

Open darkdark87 opened 6 years ago

darkdark87 commented 6 years ago

Hi!

First of all, thanks for this great script! Second. When adding a new coin how do I determine NETWORK_BASE_TAG for the env config? It seems many coins has "2012", but then again some has "2022".

I've done some googling, but came out empty handed.

depboy commented 6 years ago

I'd like to know this too. I tried adding a Rapture (RAP) conf. Script compiled the wallet fine and put everything where it should, but the controller wallet didn't like the ipv6 address when I tried to start the MN.

Is this related to NETWORK_BASE_TAG, or do ipv6 addresses just not work with some coins?