msgstr "" #: src/guides/sat-hunting.md:37 msgid "" "```sh\n" "bitcoin-cli getblockcount\n" "```" msgstr "" #: src/guides/sat-hunting.md:41 msgid "Second, you'll need a synced `ord` index." msgstr "" #: src/guides/sat-hunting.md:43 msgid "Get a copy of `ord` from [the repo](https://github.com/ordinals/ord/)." msgstr "" #: src/guides/sat-hunting.md:45 msgid "" "Run `RUST_LOG=info ord index`. It should connect to your bitcoin core node " "and start indexing." msgstr "" #: src/guides/sat-hunting.md:48 msgid "Wait for it to finish indexing." msgstr "" #: src/guides/sat-hunting.md:50 msgid "Third, you'll need a wallet with UTXOs that you want to search." msgstr "" #: src/guides/sat-hunting.md:52 msgid "Searching for Rare Ordinals" msgstr "" #: src/guides/sat-hunting.md:55 msgid "Searching for Rare Ordinals in a Bitcoin Core Wallet" msgstr "" #: src/guides/sat-hunting.md:57 msgid "" "The `ord wallet` command is just a wrapper around Bitcoin Core's RPC API, so " "searching for rare ordinals in a Bitcoin Core wallet is Easy. Assuming your "