LinuxCommandLibrary

geth

geth

TLDR

Connect to the main Ethereum network and automatically download the full node

$ geth
copy


Connect to the Ropsten test network
$ geth --testnet
copy


Create a new account
$ geth account new
copy


Enable mining
$ geth --mine
copy

Copied to clipboard