Installing Geth on Windows

The first step in creating a private Ethereum network is to download and install Geth (go-ethereum) tool.

In this section, the steps to download and install Geth on Windows are as follows:

  1. Geth can be downloaded from the https://ethereum.github.io/go-ethereum/downloads/ page. It is available for both 32 and 64 bit machines. Windows Server 2016 on Azure is used for all purposes in this book.
  2. After downloading, start the installation process by executing the executable and follow the steps, accepting the defaults. Install development tools as a recommended practice on development environments.
  3. Once Geth is installed, it should be available from Command Prompt or PowerShell.
  4. Open Command Prompt and type geth -help ...

Get Solidity Programming Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.