"लेन-देन सूचकांक सक्रिय करने के लिए, कमांड-लाइन पर `-txindex` पास करें:"
#: src/guides/sat-hunting.md:23
msgid ""
"```sh\n"
"bitcoind -txindex\n"
"```"
msgstr ""
#: src/guides/sat-hunting.md:27
msgid ""
"Or put the following in your [Bitcoin configuration file](https://github.com/"
"bitcoin/bitcoin/blob/master/doc/bitcoin-conf.md#configuration-file-path):"
msgstr ""
"या अपनी [बिटकॉइन कॉन्फ़िगरेशन फ़ाइल](https://github.com/"
"bitcoin/bitcoin/blob/master/doc/bitcoin-conf.md#configuration-file-path) "
"में निम्नलिखित दर्ज करें:"
#: src/guides/sat-hunting.md:34
msgid ""
"Launch it and wait for it to catch up to the chain tip, at which point the "
"following command should print out the current block height:"
msgstr ""
"इसे लॉन्च करें और इसके चेन टिप तक पहुंचने की प्रतीक्षा करें, जिस बिंदु पर निम्नलिखित कमांड को "
"वर्तमान ब्लॉक की ऊंचाई को प्रिंट करना चाहिए:"
#: src/guides/sat-hunting.md:37
msgid ""
"```sh\n"
"bitcoin-cli getblockcount\n"
"```"
msgstr ""
#: src/guides/sat-hunting.md:41
msgid "Second, you'll need a synced `ord` index."