msgid "" "First get the multi-path descriptor from your wallet. It will look something " "like this:" msgstr "" "먼저 지갑에서 다중 경로 기술자를 가져온다. 다음과 같은 형태가 될 것이다:" #: /workspaces/ord_ko/docs/src/guides/sat-hunting.md:150 msgid "Create a descriptor for the receive address path:" msgstr "수신 주소 경로에 대한 기술자를 만든다:" #: /workspaces/ord_ko/docs/src/guides/sat-hunting.md:156 msgid "And the change address path:" msgstr "그리고 주소 변경 경로에 대한 기술자를 만든다:" #: /workspaces/ord_ko/docs/src/guides/sat-hunting.md:162 msgid "" "Get and note the checksum for the receive address descriptor, in this case " "`tpnxnxax`:" msgstr "수신 주소 기술자의 체크섬(이 경우 `tpnxnxax`)을 가져와 기록한다:" #: /workspaces/ord_ko/docs/src/guides/sat-hunting.md:170 msgid "" "```json\n" "{\n" " \"descriptor\": " "\"wpkh([bf1dd55e/84'/0'/0']xpub6CcJtWcvFQaMo39ANFi1MyXkEXM8T8ZhnxMtSjQAdPmVSTHYnc8Hwoc11VpuP8cb8JUTboZB5A7YYGDonYySij4XTawL6iNZvmZwdnSEEep/0/" "*)#csvefu29\",\n" " \"checksum\": \"tpnxnxax\",\n" " \"isrange\": true,\n" " \"issolvable\": true,\n" " \"hasprivatekeys\": false\n"