add new chinese translations
This commit is contained in:
20
pages.zh/common/geth.md
Normal file
20
pages.zh/common/geth.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# geth
|
||||
|
||||
> Go-ethereum 命令行界面。
|
||||
> 更多信息:<https://geth.ethereum.org>。
|
||||
|
||||
- 连接到主以太坊网络并自动下载完整节点:
|
||||
|
||||
`geth`
|
||||
|
||||
- 连接到 Ropsten 测试网络:
|
||||
|
||||
`geth --testnet`
|
||||
|
||||
- 创建一个新账户:
|
||||
|
||||
`geth account new`
|
||||
|
||||
- 启用挖矿:
|
||||
|
||||
`geth --mine`
|
Reference in New Issue
Block a user