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

 



相关文章:

  • 2021-09-18
  • 2021-06-28
  • 2021-10-17
  • 2021-10-28
  • 2021-06-04
  • 2021-06-23
  • 2021-09-25
  • 2022-12-23
猜你喜欢
  • 2021-05-04
  • 2022-12-23
  • 2022-02-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案