美文网首页
安装客户端 Geth

安装客户端 Geth

作者: 酷酷de熊 | 来源:发表于2018-03-31 00:28 被阅读0次

    安装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查看各命令和选项,

    相关文章

      网友评论

          本文标题:安装客户端 Geth

          本文链接:https://www.haomeiwen.com/subject/zobwcftx.html