从头到尾使用Geth的说明-1-安装

Geth

1.安装
https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Mac

1.首先先安装Homebrew

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



2.然后就可以使用brew来下载geth了

brew tap ethereum/ethereum
brew install ethereum

然后就可以通过geth version来查看是否成功下载了:

userdeMacBook-Pro:~ user$ geth version
Geth
Version: 1.8.3-stable

 



posted @ 2018-08-27 16:20  慢行厚积  阅读(497)  评论(0编辑  收藏  举报