第一、先安装geth的CLI环境sudo apt-get install geth,这个很重要
@H_403_6@
@H_403_6@
git clone https://github.com/ethereum/go-ethereum第三、依赖环境
注:(重要)先通过此链接配置GO语言的开发环境:https://github.com/ethereum/go-ethereum/wiki/Installing-Go#ubuntu-1404
@H_403_6@
Ethereum Go是使用Go语言开发的,需要Go和C的编译器
sudo apt-get install -y build-essential golang
@H_403_6@
@H_403_6@
@H_403_6@
cd go-ethereum
make geth
@H_403_6@
最后输入:
@H_403_6@
build/bin/geth
启动客户端
@H_403_6@
@H_403_6@
@H_403_6@