k1ng440
7/22/2017 - 8:11 PM

Install geth, gubiq, go-dubaicoin on ubuntu

Install geth, gubiq, go-dubaicoin on ubuntu

install build tool and go lang

sudo apt-get update
sudo apt-get install build-essential
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt-get update
sudo apt-get install -y golang-go

Go Ethereum

sudo apt-get install software-properties-common sudo add-apt-repository -y ppa:ethereum/ethereum sudo apt-get update sudo apt-get install -y ethereum

Go Ubiq

cd /tmp
git clone https://github.com/ubiq/go-ubiq.git gubiq
cd gubiq && make

Go Dubaicoin

cd /tmp
git clone https://github.com/dbix-project/go-dubaicoin.git dbix
cd dbix && make