msgstr "Bitcoin Core konfigurieren"
#: src\guides/inscriptions.md:54
msgid "`ord` requires Bitcoin Core's transaction index."
msgstr "`ord` erfordert den Transaktionsindex von Bitcoin Core."
#: src\guides/inscriptions.md:56
msgid ""
"To configure your Bitcoin Core node to maintain a transaction index, add the "
"following to your `bitcoin.conf`:"
msgstr ""
"Um Ihren Bitcoin Core-Node so zu konfigurieren, dass er einen "
"Transaktionsindex pflegt, fügen Sie das folgende zu Ihrer `bitcoin.conf` "
"hinzu:"
#: src\guides/inscriptions.md:59 src\guides/sat-hunting.md:30
msgid ""
"```\n"
"txindex=1\n"
"```"
msgstr ""
"```\n"
"txindex=1\n"
"```"
#: src\guides/inscriptions.md:63
msgid "Or, run `bitcoind` with `-txindex`:"
msgstr "Oder führen Sie `bitcoind` mit `-txindex`:"
#: src\guides/inscriptions.md:65 src\guides/inscriptions.md:74
msgid ""
"```\n"
"bitcoind -txindex\n"
"```"
msgstr ""
"```\n"
"bitcoind -txindex\n"
"```"
#: src\guides/inscriptions.md:69
msgid "Syncing the Bitcoin Blockchain"
msgstr "Synchronisierung der Bitcoin-Blockchain"