mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
20 lines
353 B
Markdown
20 lines
353 B
Markdown
# geth
|
|
|
|
> go-ethereum 명령줄 인터페이스.
|
|
> 더 많은 정보: <https://geth.ethereum.org>.
|
|
|
|
- 메인 이더리움 네트워크에 연결하고 자동으로 전체 노드를 다운로드:
|
|
|
|
`geth`
|
|
|
|
- Ropsten 테스트 네트워크에 연결:
|
|
|
|
`geth --testnet`
|
|
|
|
- 새로운 계정 생성:
|
|
|
|
`geth account new`
|
|
|
|
- 마이닝 활성화:
|
|
|
|
`geth --mine`
|