msgstr "" #: src/guides/testing.md:13 msgid "`--signet` or `-s`" msgstr "" #: src/guides/testing.md:14 msgid "Regtest" msgstr "" #: src/guides/testing.md:14 msgid "`--regtest` or `-r`" msgstr "" #: src/guides/testing.md:16 msgid "Regtest doesn't require downloading the blockchain or indexing ord." msgstr "" "Regtestはブロックチェーンをダウンロードしたり、ordインデックスを作成したりす" "る必要はありません" #: src/guides/testing.md:21 msgid "Run bitcoind in regtest with:" msgstr "regtestの中でbitcoindを運行し、使います:" #: src/guides/testing.md:22 msgid "" "```\n" "bitcoind -regtest -txindex\n" "```" msgstr "" #: src/guides/testing.md:25 msgid "Create a wallet in regtest with:" msgstr "regtestの中でウォレットを作り上げます。" #: src/guides/testing.md:26 msgid "" "```\n" "ord -r wallet create\n" "```" msgstr "" #: src/guides/testing.md:29 msgid "Get a regtest receive address with:" msgstr "regtest受け取りアドレスを作成します" #: src/guides/testing.md:30 msgid "" "```\n" "ord -r wallet receive\n" "```" msgstr "" #: src/guides/testing.md:33 msgid "Mine 101 blocks (to unlock the coinbase) with:"