Installation Instructions for Ubuntu
Building Geth (command line client)
Clone the repository to a directory of your choosing:
Install the latest version of Go if you haven't already.
Building geth
requires Go and C compilers to be installed:
Finally, build the geth
program using the following command.
You can now run build/bin/geth
to start your node.
Last updated