以太坊部署

非常可乐 · · 1023 次点击 · · 开始浏览    
这是一个创建于 的文章,其中的信息可能已经有所发展或是发生改变。

第一种以太坊编译安装

下载开源代码

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


有疑问加站长微信联系(非本文作者)

本文来自:Segmentfault

感谢作者:非常可乐

查看原文:以太坊部署

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

1023 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传