#: src\guides/inscriptions.md:56 msgid "To configure your Bitcoin Core node to maintain a transaction index, add the following to your `bitcoin.conf`:" msgstr "لتهيئة نود Bitcoin Core الخاص بك للحفاظ على فهرس المعاملات، أضف ما يلي إلى ملف 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 "" #: 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 ""