Ubuntu安装以太坊客户端
- 安装go ,必须是1.8以上.可以参考我的这篇文章go安装链接
sudo apt-get install -y build-essential
git clone https://github.com/ethereum/go-ethereum
cd go-ethereum
make geth
到这一步,已经安装完成输入下面这行代码
build/bin/geth version
如果出现如下输出
Geth
Version: 1.8.0-unstable
Git Commit: 722bac84fa503199b9c485c1a3e2bfba03bc487d
Architecture: amd64
Protocol Versions: [63 62]
Network Id: 1
Go Version: go1.8.1
Operating System: linux
GOPATH=/home/gopath
GOROOT=/usr/local/go
则安装成功
声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。
- 上一篇: 利用Node.js中的Session做简单的登录
- 下一篇: JS获取Session中的值(C#)