Skip to content

Instantly share code, notes, and snippets.

@Brainiarc7
Forked from k1ng440/install.md
Last active September 23, 2017 09:03
Show Gist options
  • Select an option

  • Save Brainiarc7/0dd70f45555a7407b25f622bf2b750c6 to your computer and use it in GitHub Desktop.

Select an option

Save Brainiarc7/0dd70f45555a7407b25f622bf2b750c6 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment