Geth is a Go implementation of the Ethereum protocol and is currently one of the most popular programs in Ethereum DApp development. You can obtain an Ethereum address though Geth by following the steps below.
- Download Go-Ethereum
- Unzip files in any folder
- Run command prompt
Win + R -> cmd -> OK
-
Change directory in command prompt to directory with unzipped files
cd /path/to/geth_directory
-
Create account
geth account new
-
Enter a password
IMPORTANT: Write your password down as here's no forgot my password option here.