源码安装ethereum
//克隆github仓库
$ sudo git clone https://codechina.csdn.net/mirrors/ethereum/go-ethereum.git
//从源码构建Geth
$ cd go-ethereum
$ make geth
make geth时出错
go env -w goproxy=https://goproxy.cn
apt-get命令安装
apt-get命令安装
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository -y ppa:ethereum/ethereum
$ sudo apt-get update
$ sudo apt-get install ethereum