msgid "Searching for Rare Ordinals in a Non-Bitcoin Core Wallet" msgstr "Поиск Rare Ordinals в кошельке, не относящемся к Bitcoin Core Wallet" #: src/guides/sat-hunting.md:75 msgid "" "The `ord wallet` command is just a wrapper around Bitcoin Core's RPC API, so to search for rare ordinals in a non-Bitcoin Core wallet, you'll need to import " "your wallet's descriptors into Bitcoin Core." msgstr "" "Команда `ord wallet` является лишь оберткой для RPC API Bitcoin Core, поэтому для поиска rare ordinals в кошельке, не принадлежащем Bitcoin Core wallet, " "необходимо импортировать дескрипторы кошелька в Bitcoin Core." #: src/guides/sat-hunting.md:79 msgid "[Descriptors](https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md) describe the ways that wallets generate private keys and public keys." msgstr "[Дескрипторы](https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md) описывают способы генерации кошельками закрытых и открытых ключей." #: src/guides/sat-hunting.md:82 msgid "You should only import descriptors into Bitcoin Core for your wallet's public keys, not its private keys."