Skip to content

Instantly share code, notes, and snippets.

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 alanwilhelm/0df3cf05919df24b5ce42fe0983f6cb6 to your computer and use it in GitHub Desktop.
Save alanwilhelm/0df3cf05919df24b5ce42fe0983f6cb6 to your computer and use it in GitHub Desktop.
setup go-ethereum testnet
#!/bin/bash
# setup ethereum testnet for dev
geth --testnet --datadir ~/.ethereum-testnet account new
# start test miner and console
geth --testnet --datadir "~/.ethereum-testnet" --mine console 2>> ~/.ethereum-testnet.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment