msgstr ""
"लेन-देन सूचकांक के अनुरक्षण के लिए अपने बिटकॉइन कोर नोड को कॉन्फ़िगर करने के लिए, निम्नलिखित को "
"अपने `bitcoin.conf` में जोड़ें:"
#: src/guides/inscriptions.md:59 src/guides/sat-hunting.md:30
msgid ""
"```\n"
"txindex=1\n"
"```"
msgstr ""
#: src/guides/inscriptions.md:63
msgid "Or, run `bitcoind` with `-txindex`:"
msgstr "या, `bitcoind` के साथ `-txindex` बिटकॉइन संचालित करें:"
#: src/guides/inscriptions.md:65 src/guides/inscriptions.md:74
msgid ""
"```\n"
"bitcoind -txindex\n"
"```"
msgstr ""
#: src/guides/inscriptions.md:69
msgid "Syncing the Bitcoin Blockchain"
msgstr "बिटकॉइन ब्लॉकचेन सिंक करना"
#: src/guides/inscriptions.md:72
msgid "To sync the chain, run:"
msgstr "चेन सिंक करने के लिए, निम्नलिखित संचालित करें:"
#: src/guides/inscriptions.md:78
msgid "…and leave it running until `getblockcount`:"
msgstr "…और `getblockcount` तक इसे चालू रहने दें:"
#: src/guides/inscriptions.md:80
msgid ""
"```\n"
"bitcoin-cli getblockcount\n"
"```"
msgstr ""
#: src/guides/inscriptions.md:84
msgid ""