December 2018
Beginner to intermediate
564 pages
17h 34m
English
Geth provides account management, using the account command. Some of the most-used commands related to account management on Geth are as follows:
COMMANDS: list Print summary of existing accounts new Create a new account update Update an existing account import Import a private key into a new account
The following screenshot is the output that will be generated after executing the preceding code:

When we run the command to create a new account, Geth provides us with an address on our blockchain:
$ geth account newYour new account is locked with a password. Please give a password. Do not forget this password.Passphrase:Repeat ...
Read now
Unlock full access