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


Ubuntu在线安装以太坊客户端Geth
阅读 47
2022-09-13
昨天倒腾了几个小时在CentOS上装,结果还是失败了,干脆直接Ubuntu好了,装起来还方便
sudo add-apt-repository -y ppa:ethereum/ethereum //添加源文件
sudo apt-get update //更新源
sudo apt-get install ethereum //安装源



可以使用一下两条语句看是否安装成功:
geth version
geth --help


相关推荐
精彩评论(0)