msgid ""
"Run `RUST_LOG=info ord index`. It should connect to your bitcoin core node "
"and start indexing."
msgstr ""
"Ejecuta `RUST_LOG=info ord index`. Debería conectarse a tu nodo bitcoin core e iniciar el proceso de indexación."

#: src/guides/sat-hunting.md:48
msgid "Wait for it to finish indexing."
msgstr "Espera hasta que termine de indexar."

#: src/guides/sat-hunting.md:50
msgid "Third, you'll need a wallet with UTXOs that you want to search."
msgstr "En tercer lugar, necesitarás un monedero con los UTXOs que quieras analizar."

#: src/guides/sat-hunting.md:52
msgid "Searching for Rare Ordinals"
msgstr "Buscando Ordinals Raros"

#: src/guides/sat-hunting.md:55
msgid "Searching for Rare Ordinals in a Bitcoin Core Wallet"
msgstr "Buscando Ordinals Raros en un Monedero de Bitcoin Core"

#: 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 "
"wallet is named `foo`:"