首页 > 技术文章 > 从头到尾使用Geth的说明-1-安装

wanghui-garcia 2018-08-27 16:20 原文

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

 



推荐阅读