以太坊部署

第一种以太坊编译安装

下载开源代码

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

    原文作者:刘洋
    原文地址: https://segmentfault.com/a/1190000015732040
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞