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

Chaincoin installation issue #77

Closed ballyc27 closed 6 years ago

ballyc27 commented 6 years ago

Hi,

I have a $5 vultr vps running on Ubuntu 16.04 (with IPv6 enabled). The chaincoin installation seems to be working but after 16 minutes is fails (see attached picture). I was trying to install 3 nodes. After putty root login, these are the commands I ran:

git clone https://github.com/masternodes/vps.git && cd vps ./install.sh -p chain -c 3

Can you help please?

Many thanks, Richie.

p.s. I used your script to successfully install synx recently...so I know its good for that coin. p.s. wicked script by the way...class!

capture2

marsmensch commented 6 years ago

it seems the chaincoin devs think moving their github repos around is a good idea 👎

Fixed the repo url and config to

CODENAME=chain
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/chaincoind}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-11994}
GIT_URL=https://github.com/chaincoin-legacy/chaincoin.git
SCVERSION="tags/v0.9.3.3"
NETWORK_BASE_TAG="2022"

New installations working again now. Sorry for the inconvenience!

ballyc27 commented 6 years ago

Nice, many thanks...all working perfectly now. Massive script!