Post
Topic
Board Announcements (Altcoins)
Re: |ANN| VivoInnovaOnexGobyte COIN - Neoscrypt, Asic Resistans, MASTERNODES!!!
by
andreas911
on 01/12/2017, 02:46:03 UTC
apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get install software-properties-common nano libboost-all-dev libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev
add-apt-repository ppa:bitcoin/bitcoin
apt-get update
apt-get install libdb4.8-dev libdb4.8++-dev
mkdir viog
cd viog
wget https://github.com/gwestwood/vivoinnovaonexgobyte/releases/download/0.12.1.1/viog-linux-0_12_1_1.zip
unzip viog-linux-0_12_1_1.zip

Make sure they are executible:

Code:
chmod +x vivoinnovaonexgobyte*

And run the daemon:

Code:
./vivoinnovaonexgobyted -daemon

Once it has finished building the chain (check with "./vivoinnovaonexgobyte-cli getinfo") then stop the daemon ("./vivoinnovaonexgobyte-cli stop") and edit "~/../vivoinnovaonexgobyte./.vivoinnovaonexgobyte.conf" as per the instructions provided by others (probably best to use Nano unless you are familiar with VI).

.