msgstr "挖取101个区块(解锁coinbase)使用:"
#: src/guides/testing.md:34
msgid ""
"```\n"
"bitcoin-cli -regtest generatetoaddress 101 <receive address>\n"
"```"
msgstr ""
#: src/guides/testing.md:37
msgid "Inscribe in regtest with:"
msgstr "在regtest上铭刻"
#: src/guides/testing.md:38
msgid ""
"```\n"
"ord -r wallet inscribe --fee-rate 1 --file <file>\n"
"```"
msgstr ""
#: src/guides/testing.md:41
msgid "Mine the inscription with:"
msgstr "挖取铭文"
#: src/guides/testing.md:42
msgid ""
"```\n"
"bitcoin-cli -regtest generatetoaddress 1 <receive address>\n"
"```"
msgstr ""
#: src/guides/testing.md:45
msgid "View the inscription in the regtest explorer:"
msgstr "在regtest浏览器里查看铭文"
#: src/guides/testing.md:46
msgid ""
"```\n"
"ord -r server\n"
"```"
msgstr ""
#: src/guides/testing.md:50
msgid "Testing Recursion"
msgstr "测试递归"
#: src/guides/testing.md:53
#, fuzzy
msgid ""
"When testing out [recursion](../inscriptions/recursion.md), inscribe the "
"dependencies first (example with [p5.js](https://p5js.org)):"
msgstr ""
"测试 [recursion](../inscriptions/recursion.md) 时,首先记下依赖项(以 [p5.js]"