Ubuntu在线安装以太坊客户端Geth
昨天倒腾了几个小时在CentOS上装,结果还是失败了,干脆直接Ubuntu好了,装起来还方便
sudo add-apt-repository -y ppa:ethereum/ethereum //添加源文件
sudo apt-get update //更新源
sudo apt-get install ethereum //安装源
可以使用一下两条语句看是否安装成功:
geth version
geth --help
微信扫一扫
昨天倒腾了几个小时在CentOS上装,结果还是失败了,干脆直接Ubuntu好了,装起来还方便
sudo add-apt-repository -y ppa:ethereum/ethereum //添加源文件
sudo apt-get update //更新源
sudo apt-get install ethereum //安装源
可以使用一下两条语句看是否安装成功:
geth version
geth --help
相关推荐