"compare." msgstr "" #: src/guides/sat-hunting.md:12 msgid "" "Ordinals are numbers for satoshis. Every satoshi has an ordinal number and " "every ordinal number has a satoshi." msgstr "" #: src/guides/sat-hunting.md:15 msgid "Preparation" msgstr "" #: src/guides/sat-hunting.md:18 msgid "There are a few things you'll need before you start." msgstr "" #: src/guides/sat-hunting.md:20 msgid "" "First, you'll need a synced Bitcoin Core node with a transaction index. To " "turn on transaction indexing, pass `-txindex` on the command-line:" msgstr "" #: 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 "" #: 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:"