add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/geth.md Normal file
View File

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