#: src\guides/testing.md:13 msgid "Signet" msgstr "Signet" #: src\guides/testing.md:13 msgid "`--signet` or `-s`" msgstr "`--signet` or `-s`" #: src\guides/testing.md:14 msgid "Regtest" msgstr "Regtest" #: src\guides/testing.md:14 msgid "`--regtest` or `-r`" msgstr "`--regtest` or `-r`" #: src\guides/testing.md:16 msgid "Regtest doesn't require downloading the blockchain or indexing ord." msgstr "" "Für den Regtest ist kein Herunterladen der Blockchain oder Indexierungs das " "ord erforderlich." #: src\guides/testing.md:18 src\guides/reindexing.md:15 msgid "Example" msgstr "Beispiel" #: src\guides/testing.md:21 msgid "Run bitcoind in regtest with:" msgstr "Führen Sie Bitcoind im Regtest aus mit:" #: src\guides/testing.md:22 msgid "" "```\n" "bitcoind -regtest -txindex\n" "```" msgstr "" "```\n" "bitcoind -regtest -txindex\n" "```" #: src\guides/testing.md:25 msgid "Create a wallet in regtest with:" msgstr "Erstellen Sie im Regtest ein Wallet mit:" #: src\guides/testing.md:26 msgid "" "```\n" "ord -r wallet create\n"