#: src/guides/inscriptions.md:125
msgid ""
"```json\n"
"{\n"
" \"txindex\": {\n"
" \"synced\": true,\n"
" \"best_block_height\": 776546\n"
" }\n"
"}\n"
"```"
msgstr ""
#: src/guides/inscriptions.md:133
msgid ""
"If it only returns `{}`, `txindex` is not set. If it returns `\"synced\": "
"false`, `bitcoind` is still creating the `txindex`. Wait until `\"synced\": "
"true` before using `ord`."
msgstr ""
"假如仅仅返回 `{}`, `txindex` 没有被设置。如果返回 `\"synced\": "
"false`, `bitcoind` 仍然在创建 `txindex`。那就需要等到`\"synced\": "
"true` ,`ord`命令方可以使用."
#: src/guides/inscriptions.md:137
msgid ""
"If you have `maxuploadtarget` set it can interfere with fetching blocks for "
"`ord` index. Either remove it or set `whitebind=127.0.0.1:8333`."
msgstr ""
"如果你设置了`maxuploadtarget` ,他将干扰 `ord` 的索引获取区块, "
"你可以选择移除或者设置`whitebind=127.0.0.1:8333`."
#: src/guides/inscriptions.md:140
msgid "Installing `ord`"
msgstr "安装 `ord`"
#: src/guides/inscriptions.md:143
msgid ""
"The `ord` utility is written in Rust and can be built from [source](https://"