美文网首页
Mac 安装以太坊

Mac 安装以太坊

作者: 代码侯 | 来源:发表于2018-07-30 19:54 被阅读0次

安装Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

然后通过Homebrew安装以太坊包,命令如下

brew tap ethereum/ethereum
brew install ethereum

当新版本的geth发布后,可直接通过哦brew完成geth的版本升级

brew update
brew upgrade ethereum

以太坊源码编译安装

git clone https://github.com/ethereum/go-ethereum.git
cd go-ethereum
make geth

相关文章

网友评论

      本文标题:Mac 安装以太坊

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