美文网首页
To obtain the go-ethereum

To obtain the go-ethereum

作者: 陈兴强 | 来源:发表于2019-05-18 19:38 被阅读0次

I think, therefore I am.

1 Get the go-ethereum code

git clone https://github.com/ethereum/go-ethereum

2 Build the Geth program

make geth

3 If you see some errors related to header files of Mac OS system library, install XCode Command Line Tools, and try again.

xcode-select --install

4 You can now run build/bin/geth to start your node.

golang <3

相关文章

网友评论

      本文标题:To obtain the go-ethereum

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