Skip to content

Instantly share code, notes, and snippets.

@tzhenghao
Last active January 20, 2018 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tzhenghao/37eb2a4d23b028e513dea39666134bbd to your computer and use it in GitHub Desktop.
Save tzhenghao/37eb2a4d23b028e513dea39666134bbd to your computer and use it in GitHub Desktop.
Create an account via Geth
# 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