Last active
January 20, 2018 04:29
-
-
Save tzhenghao/37eb2a4d23b028e513dea39666134bbd to your computer and use it in GitHub Desktop.
Create an account via Geth
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create a new account on main Ethereum network. | |
geth account new | |
# Create a new account on the Ropsten network: pre-configured proof-of-work test network | |
geth --testnet account new |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment