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