msgstr "Regtest не требует загрузки блокчейна или индексации ord."
#: src/guides/testing.md:21
msgid "Run bitcoind in regtest with:"
msgstr "Запустите bitcoind в regtest с:"
#: 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 "Создать кошелек в regtest с:"
#: src/guides/testing.md:26
msgid ""
"```\n"
"ord -r wallet create\n"
"```"
msgstr ""
"```\n"
"ord -r wallet create\n"
"```"
#: 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 ""
"```\n"
"ord -r wallet receive\n"
"```"
#: src/guides/testing.md:33
msgid "Mine 101 blocks (to unlock the coinbase) with:"
msgstr "Добыть 101 блок (для разблокировки coinbase) с помощью:"
#: src/guides/testing.md:34
msgid ""
"```\n"
"bitcoin-cli generatetoaddress 101 <receive address>\n"