September 2019
Beginner to intermediate
540 pages
13h 3m
English
Geth generates a Keystore file. Now, we will take a look at the steps for viewing the file.
In Chapter 9, Creating an Ethereum Private Chain, under the Private blockchain with mining section, we already created the wallet using Geth. We have provided two ways of creating an account. You must be very familiar with how to create an account with Geth by now:
> personal.newAccount()
$ geth account new
The following code is used for creating a file with password:
$ geth account new --password ...
Read now
Unlock full access