第一种以太坊编译安装
下载开源代码
git clone https://github.com/ethereum/g...
坑
git下载慢
解决办法
添加hosts
192.30.253.112 github.com
151.101.185.194 github.global.ssl.fastly.net
192.30.253.120 codeload.github.com
刷新DNS windows:cmd执行 ipconfig /flushdns
Linux:sudo dscacheutil -flushcache sudo /etc/init.d/networking restart
编译
cd go-ethereum
make geth
坑
安装go 但是编译提示 go 未安装
检查go命令位置 是否在 go: /usr/bin/go
可以尝试建立软连接也可以按照错误提示信息 安装go1.9版本
最新go版本地址 (2017-7-19)
https://www.golangtc.com/stat...
编译成功运行 geth 即可
build/bin/geth
第二种 apt-get install
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
有疑问加站长微信联系(非本文作者)