Installing Go
Building Geth (command line client)
Clone the repository to a directory of your choosing:
Building geth
requires the Go compiler:
Finally, build the geth
program using the following command.
If you see any errors related to header files of Mac OS system library, install XCode Command Line Tools and try again.
You can now run build/bin/geth
to start your node.
Last updated