"команду `-txindex`:" #: src/guides/sat-hunting.md:23 msgid "" "```sh\n" "bitcoind -txindex\n" "```" msgstr "" "```sh\n" "bitcoind -txindex\n" "```" #: 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 "Или поместите в [файл конфигурации Bitcoin](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 "" "```sh\n" "bitcoin-cli getblockcount\n" "```" #: src/guides/sat-hunting.md:41 msgid "Second, you'll need a synced `ord` index."