20 lines
294 B
Markdown
20 lines
294 B
Markdown
# geth
|
|
|
|
> Go-ethereum 命令行界面。
|
|
> 更多信息:<https://geth.ethereum.org>。
|
|
|
|
- 连接到主以太坊网络并自动下载完整节点:
|
|
|
|
`geth`
|
|
|
|
- 连接到 Ropsten 测试网络:
|
|
|
|
`geth --testnet`
|
|
|
|
- 创建一个新账户:
|
|
|
|
`geth account new`
|
|
|
|
- 启用挖矿:
|
|
|
|
`geth --mine` |