直接GITHUB下载
我是 CD 到HOME 或者mkdir 一个文件夹
cd home
git clone https://github.com/ethereum/go-ethereum
由于内网网络问题应该 git clone 一直中断 后续没有操作
后续代码没有测试
下载成功后安装为
make geth
或者,构建全套实用程序:
make all
最后输入:
build/bin/geth --datadir "~/ethdev" --dev
启动客户端
然后另起终端输入
geth --dev console 2>> file_to_log_output
输出
Welcome to the Geth JavaScript console!
instance: Geth/v1.5.7-stable-da2a22c3/linux/go1.7.3
modules: admin:1.0 debug:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 rpc:1.0 shh:1.0 txpool:1.0 web3:1.0
命令参照
https://github.com/ethereum/go-ethereum/