snippetbashTip
geth — The go-ethereum command-line interface. More information: <https://geth.ethereum.org/docs/fundamenta
Viewed 0 times
thegethcommandinterfacecliethereumline
Problem
How to use the
geth command: The go-ethereum command-line interface. More information: <https://geth.ethereum.org/docs/fundamentals/command-line-options>.Solution
geth — The go-ethereum command-line interface. More information: <https://geth.ethereum.org/docs/fundamentals/command-line-options>.Connect to the main Ethereum network and automatically download the full node:
gethConnect to the Ropsten test network:
geth --testnetCreate a new account:
geth account newEnable mining:
geth --mineCode Snippets
Connect to the main Ethereum network and automatically download the full node
gethConnect to the Ropsten test network
geth --testnetCreate a new account
geth account newEnable mining
geth --mineContext
tldr-pages: common/geth
Revisions (0)
No revisions yet.