Ethereum Tutorials - Herong's Tutorial Examples - v1.06, by Herong Yang
Ethereum Public Key and Private Key Example
This section describes examples of public key and private key of an Ethereum account.
If you want get some examples of public keys and private keys of Ethereum accounts, you can use MetaMask extension on Chrome to generate them.
1. Start MetaMask extension and click "Create Account" from the account menu. A new Ethereum account is created.
2. Select "Copy address to clipboard" from the "..." menu. We get the public key of the account:
63FaC9201494f0bd17B9892B9fae4d52fe3BD377
3. Select "Export private key" from the "..." menu. We get the private key of the account:
8da4ef21b864d2cc526dbdb2a120bd2874c36c9d0a1fb7f8c63d7f7a8b41de8f
Please do not send any Ether to this public key, since the private key is published, anyone can use it to spend the Ether fund associated to this public key.
Table of Contents
Deprecated: Testnet - Ropsten Network
64-Bit "geth" for Private Ethereum Network
Private Network with Custom Genesis Block
Transferring Funds between Ether Accounts
MetaMask - Browser Based Ethereum Wallet
Getting Free Ether on Test Networks
Generate New Ethereum Accounts
►Ethereum Public Key and Private Key Example
Ethereum Account Keystore File
"geth" Commands for Ethereum Accounts