msgstr ""
"Starten Sie es und warten Sie, bis es zum aktuellen Blockspitze "
"aufgeschlossen hat. An diesem Punkt sollte der folgende Befehl die aktuelle "
"Blockhöhe ausgeben:"

#: src\guides/sat-hunting.md:37
msgid ""
"```sh\n"
"bitcoin-cli getblockcount\n"
"```"
msgstr ""
"```sh\n"
"bitcoin-cli getblockcount\n"
"```"

#: src\guides/sat-hunting.md:41
msgid "Second, you'll need a synced `ord` index."
msgstr "Zweitens benötigen Sie einen synchronisierten `ord` Index."

#: src\guides/sat-hunting.md:43
msgid "Get a copy of `ord` from [the repo](https://github.com/ordinals/ord/)."
msgstr ""
"Holen Sie sich eine Kopie von `ord` von [the repo](https://github.com/"
"ordinals/ord/)."

#: 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 ""
"Führen Sie `RUST_LOG=info ord index` aus. Es sollte eine Verbindung zu Ihrem "
"Bitcoin-Core-Knoten herstellen und mit der Indexierung beginnen."

#: src\guides/sat-hunting.md:48
msgid "Wait for it to finish indexing."