Post
Topic
Board Announcements (Altcoins)
Re: [ANN] VIVO - Masternodes, ASIC-Resistant, Secure, High MN Rewards, Decentralized
by
Ziljtv
on 11/01/2018, 14:46:53 UTC
Anyone else having issues with masternode setup?

Getting to this point;

sudo git clone https://github.com/vivocoin/vivo
cd vivo
sudo ./autogen.sh

When running above command, says command not found, if I do ls -a to list files, I can see this file in the directory..

I've ran all of the following to prepare the VPS; (Yes I am not only setting this up for VIVO)

sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install software-properties-common python-software-properties
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
sudo apt-get dist-upgrade -y
sudo apt-get install -y pkg-config
sudo apt-get install nano htop git -y
sudo apt-get install build-essential
sudo apt-get install libtool autotools-dev automake libssl-dev bsdmainutils -y
sudo apt-get install libzmq3-dev libminiupnpc-dev -y
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libboost-all-dev -y
sudo apt-get install libdb4.8-dev -y
sudo apt-get install libdb4.8++-dev -y
sudo apt-get install libevent-dev -y