el*, em*, en*: add Korean translation (#14205)

This commit is contained in:
HoJeong Im
2024-10-16 16:11:21 +09:00
committed by GitHub
parent b729830f50
commit a4c8a7e42e
18 changed files with 450 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# electrum
> 인체공학적 Bitcoin 지갑 및 개인 키 관리.
> 더 많은 정보: <https://electrum.org>.
- 새로운 지갑 생성:
`electrum -w {{new_wallet.dat}} create`
- 오프라인 시드에서 기존 지갑 복원:
`electrum -w {{recovery_wallet.dat}} restore -o`
- 오프라인으로 서명된 거래 생성:
`electrum mktx {{recipient}} {{amount}} -f 0.0000001 -F {{from}} -o`
- 모든 지갑 수신 주소 표시:
`electrum listaddresses -a`
- 메시지에 설명:
`electrum signmessage {{주소}} {{메시지}}`
- 메시지 확인:
`electrum verifymessage {{주소}} {{서명}} {{메시지}}`
- 특정 일렉트럼 서버 인스턴스에만 연결:
`electrum -p socks5:{{127.0.0.1}}:9050 -s {{56ckl5obj37gypcu.onion}}:50001:t -1`