commands.sh

geth

all

The go-ethereum command-line interface.

More info →

Examples (4)

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

Connect to the Ropsten test network

geth --testnet

Create a new account

geth account new

Enable mining

geth --mine
made by @shridhargupta | data from tldr-pages