msgstr "制作铭文需要Bitcoin Core 24 或者更新版本。"
#: src/guides/inscriptions.md:48
#, fuzzy
msgid ""
"This guide does not cover installing Bitcoin Core in detail. Once Bitcoin "
"Core is installed, you should be able to run `bitcoind -version` "
"successfully from the command line. Do _NOT_ use `bitcoin-qt`."
msgstr ""
"本指南不包括如何详细安装 Bitcoin Core;当你成功安装Bitcoin Core以后,你应该可"
"以在命令行使用 `bitcoind -version`命令。"
#: src/guides/inscriptions.md:52
msgid "Configuring Bitcoin Core"
msgstr "配置 Bitcoin Core"
#: src/guides/inscriptions.md:55
#, fuzzy
msgid "`ord` requires Bitcoin Core's transaction index and rest interface."
msgstr "`ord` 需要Bitcoin Core 的交易索引"
#: src/guides/inscriptions.md:57
msgid ""
"To configure your Bitcoin Core node to maintain a transaction index, add the "
"following to your `bitcoin.conf`:"
msgstr ""
"配置你的Bitcoin Core阶段去维护一个交易索引,需要在`bitcoin.conf`里面添加:"
#: src/guides/inscriptions.md:60 src/guides/sat-hunting.md:30
msgid ""
"```\n"
"txindex=1\n"
"```"
msgstr ""
#: src/guides/inscriptions.md:64
msgid "Or, run `bitcoind` with `-txindex`:"