gc*, gd*, ge*, gfortran: add Korean translation (#14294)

This commit is contained in:
HoJeong Im
2024-10-20 23:21:22 +09:00
committed by GitHub
parent 1893788d27
commit 730185e6cf
25 changed files with 494 additions and 0 deletions

20
pages.ko/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`