#: 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 "أولا, ستحتاج الى بيتكوين نود مزامن بالكامل. لبدأ تحميل المعاملات اعطي الأمر `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):"