Skip to content

Instantly share code, notes, and snippets.

@k1ng440
Created July 22, 2017 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save k1ng440/3d7a2ef4f742b35dfd61891c2aa4ce0b to your computer and use it in GitHub Desktop.
Save k1ng440/3d7a2ef4f742b35dfd61891c2aa4ce0b 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