安装Geth,即Go语言实现的以太坊客户端。
从PPA直接安装
1. 安装必要的工具包:
$ apt-get install software-properties-common
2. 添加以太坊的源:
$ add-apt-repository -y ppa:ethereum/ethereum
$ apt-get update
3. 安装go-ethereum:
$ apt-get install ethereum
4. 安装成功后,则可以开始使用命令行客户端Geth。
可用geth--help查看各命令和选项,
网友评论