Bitcoin address: bc1qehjscelszvpye6dtv7pj22unmmlepu9jknzx3g

SHOWING: First 60

transfer100.pizza#71,359,398brc-20Inscription #66019667#66,019,667pngInscription #65554816#65,554,816svgdmt-mint.grok42#65,352,118tapInscription #45274000#45,274,000pngchecksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", "serde", "unicode-normalization", ] [[package]] name = "bitcoin" version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e99ff7289b20a7385f66a0feda78af2fc119d28fb56aea8886a9cd0a4abdd75" dependencies = [ "bech32", "bitcoin-private", "bitcoin_hashes 0.12.0", "hex_lit", "secp256k1", "serde", ] [[package]] name = "bitcoin-private" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73290177011694f38ec25e165d0387ab7ea749a4b81cd4c80dae5988229f7a57" [[package]] name = "bitcoin_hashes" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" [[package]] name = "bitcoin_hashes" version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d7066118b13d4b20b23645932dfb3a81ce7e29f95726c2036fa33cd7b092501" #45,159,582text fn lost_sat_ranges_are_tracked_correctly() { let context = Context::builder() .args(["--index-sats", "--first-inscription-height", "10"]) .build(); let null_ranges = || match context.index.list(OutPoint::null()).unwrap().unwrap() { List::Unspent(ranges) => ranges, _ => panic!(), }; assert!(null_ranges().is_empty()); context.mine_blocks(1); assert!(null_ranges().is_empty()); context.mine_blocks_with_subsidy(1, 0); assert_eq!(null_ranges(), [(100 * COIN_VALUE, 150 * COIN_VALUE)]); context.mine_blocks_with_subsidy(1, 0); assert_eq!( null_ranges(), [ (100 * COIN_VALUE, 150 * COIN_VALUE), (150 * COIN_VALUE, 200 * COIN_VALUE) ] ); context.mine_blocks(1); assert_eq!( null_ranges(), [ (100 * COIN_VALUE, 150 * COIN_VALUE), (150 * COIN_VALUE, 200 * COIN_VALUE) ] ); context.mine_blocks_with_subsidy(1, 0); assert_eq!( null_ranges(), [ (100 * COIN_VALUE, 150 * COIN_VALUE), #45,021,827text #: src\contributing.md:21 msgid "Mash the keyboard randomly until the tests pass, and refactor until the code is ready to submit." msgstr "اضغط على لوحة المفاتيح بشكل عشوائي حتى تنجح الاختبارات، وقم بإعادة التنظيم حتى يكون الكود جاهزًا للإرسال." #: src\contributing.md:23 msgid "Mark the PR as ready to review." msgstr "علم PR كجاهز للمراجعة." #: src\contributing.md:24 msgid "Revise the PR as needed." msgstr "قم بمراجعة ال PR حسب الحاجة." #: src\contributing.md:25 msgid "And finally, mergies!" msgstr "وأخيراً، دمج ال PRs!" #: src\contributing.md:27 msgid "Start small" msgstr "ابدأ بشكل صغير" #: src\contributing.md:30 msgid "Small changes will allow you to make an impact quickly, and if you take the wrong tack, you won't have wasted much time." msgstr "التغييرات الصغيرة ستسمح لك بإحداث تأثير بسرعة، وإذا اتخذت الطريقة الخاطئة، فلن تكون قد أضعت الكثير من الوقت." #: src\contributing.md:33 msgid "Ideas for small issues:" msgstr "أفكار لمشكلات صغيرة:" #: src\contributing.md:34 msgid "Add a new test or test case that increases test coverage" #45,021,748textchecksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" dependencies = [ "libc", "windows-sys 0.48.0", ] [[package]] name = "spin" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "spin" version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "strsim" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "strum" version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" dependencies = [ "strum_macros", ] [[package]] name = "strum_macros" version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index"#45,017,573textmsgid "" "_Percentile notation_: [`99.99971949060254%`](https://ordinals.com/" "sat/99.99971949060254%25) . The satoshi's position in Bitcoin's supply, " "expressed as a percentage." msgstr "" "_Percentile notation_: [`99.99971949060254%`](https://ordinals.com/" "sat/99.99971949060254%25) . The satoshi's position in Bitcoin's supply, " "expressed as a percentage." #: src\overview.md:39 msgid "" "_Name_: [`satoshi`](https://ordinals.com/sat/satoshi). An encoding of the " "ordinal number using the characters `a` through `z`." msgstr "" "_Nom_: [`satoshi`](https://ordinals.com/sat/satoshi). Un encodage du nombre " "ordinal utilisant les caractères de `a` à `z`." #: src\overview.md:42 msgid "" "Arbitrary assets, such as NFTs, security tokens, accounts, or stablecoins " "can be attached to satoshis using ordinal numbers as stable identifiers." msgstr "" "Des actifs arbitraires, tels que des NFTs, des tokens de sécurité, des " "comptes ou des stablecoins peuvent être attachés à des satoshis en utilisant " "des nombres ordinaux comme identifiants stables." #44,992,513text"[bc1q8kt9pyd6r27k2840l8g5d7zshz3cg9v6rfda0m248lva3ve5072q3sxelt](https://" "mempool.space/address/" "bc1q8kt9pyd6r27k2840l8g5d7zshz3cg9v6rfda0m248lva3ve5072q3sxelt). The " "donation address for inscriptions is " "[bc1qn3map8m9hmk5jyqdkkwlwvt335g94zvxwd9aql7q3vdkdw9r5eyqvlvec0](https://" "mempool.space/address/" "bc1qn3map8m9hmk5jyqdkkwlwvt335g94zvxwd9aql7q3vdkdw9r5eyqvlvec0)." msgstr "" "L’adresse de donation pour Bitcoin est " "[bc1q8kt9pyd6r27k2840l8g5d7zshz3cg9v6rfda0m248lva3ve5072q3sxelt](https://" "mempool.space/address/" "bc1q8kt9pyd6r27k2840l8g5d7zshz3cg9v6rfda0m248lva3ve5072q3sxelt). L’adresse " "de donation pour les inscriptions est " "[bc1qn3map8m9hmk5jyqdkkwlwvt335g94zvxwd9aql7q3vdkdw9r5eyqvlvec0](https://" "mempool.space/address/" "bc1qn3map8m9hmk5jyqdkkwlwvt335g94zvxwd9aql7q3vdkdw9r5eyqvlvec0)." #: src\donate.md:11 msgid "" "Both addresses are in a 2 of 4 multisig wallet with keys held by [raphjaph]" "(https://twitter.com/raphjaph), [erin](https://twitter.com/realizingerin), " "[rodarmor](https://twitter.com/rodarmor), and [ordinally](https://twitter." #44,992,256text #: src/inscriptions/recursion.md:11 msgid "Remixing the content of existing inscriptions." msgstr "Paggamit sa mga existing na inskripsyon." #: src/inscriptions/recursion.md:13 msgid "" "Publishing snippets of code, images, audio, or stylesheets as shared public " "resources." msgstr "" "Pag-publish ng mga snippet ng code, mga larawan, audio, o mga stylesheet " "bilang pampublikong resources." #: src/inscriptions/recursion.md:16 msgid "" "Generative art collections where an algorithm is inscribed as JavaScript, " "and instantiated from multiple inscriptions with unique seeds." msgstr "" "Mga generative na koleksyon kung saan ang isang algorithm ay nakalagay " "bilang JavaScript, na nag awtomatiko sa pag-create ng maraming inskripsyon " "na may kanya-kanyang katangian." #: src/inscriptions/recursion.md:19 msgid "" "Generative profile picture collections where accessories and attributes are " "inscribed as individual images, or in a shared texture atlas, and then " "combined, collage-style, in unique combinations in multiple inscriptions." #44,991,948textconsidered to have an implicit input equal in size to the subsidy, followed by an input for every fee-paying transaction in the block, in the order that those transactions appear in the block. The implicit subsidy input carries the block's newly created sats. The implicit fee inputs carry the sats that were paid as fees in the block's transactions. Underpaying the subsidy does not change the ordinal numbers of sats mined in subsequent blocks. Ordinals depend only on how many sats could have been mined, not how many actually were. === Specification === Sats are numbered and transferred with the following algorithm: <pre> # subsidy of block at given height def subsidy(height): return 50 * 100_000_000 >> height // 210_000 # first ordinal of subsidy of block at given height def first_ordinal(height): start = 0 for height in range(height): start += subsidy(height) return start # assign ordinals in given block def assign_ordinals(block): first = first_ordinal(block.height) last = first + subsidy(block.height)#44,990,718text"which guarantees that no more items in the collection can be issued." msgstr "" "Maaaring i-close ang isang koleksyon sa pamamagitan ng pag-burn sa parent " "isncription ng koleksyon, na ginagarantiyahan na wala nang mga item sa " "koleksyon ang maaaring maibigay." #: src/inscriptions/recursion.md:4 msgid "" "An important exception to [sandboxing](../inscriptions.md#sandboxing) is " "recursion: access to `ord`'s `/content` endpoint is permitted, allowing " "inscriptions to access the content of other inscriptions by requesting `/" "content/<INSCRIPTION_ID>`." msgstr "" "Ang isang eksepsyon sa [sandboxing](../inscriptions.md#sandboxing) ay ang " "recursion: pinahihintulutan ang pag-access sa endpoint ng `ord’s` `/" "content`, na nagdudulot sa mga inskripsiyon na ma-access ang nilalaman ng " "iba pang mga inskripsiyon sa pamamagitan ng paggamit ng `/content/" "<INSCRIPTION_ID>`." #: src/inscriptions/recursion.md:9 msgid "This has a number of interesting use-cases:" msgstr "Ito ay nagdudulot ng magagandang use-cases:" #44,990,206text"root. Or it might be due to a connection to a historical event, such as satoshis from block 477,120, the block in which SegWit activated, or 2099999997689999°, " "the last satoshi that will ever be mined." msgstr "" "Сатоши могут цениться не только по причине их названия или редкости. Это может быть связано с качеством самого числа, например, с наличием целого квадратного " "или кубического корня. Или это может быть связано с историческим событием, например, сатоши из блока 477 120 - блока, в котором активировался SegWit, или " "2099999997689999° - последнего сатоши, который когда-либо будет добыт." #: src/overview.md:217 msgid "" "Such satoshis are termed \"exotic\". Which satoshis are exotic and what makes them so is subjective. Ordinal theorists are encouraged to seek out exotics based " "on criteria of their own devising." msgstr "" "Такие сатоши называются \"экзотическими\". Какие сатоши являются экзотическими и что их делает таковыми - вопрос субъективный. Теоретикам ordinal предлагается " "искать экзотику по собственным критериям." #44,989,414textsource = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2d684d1b59e0dc07b37e2203ef576987473288f530082512aff850585c61b1f" dependencies = [ "mime", "unicase", ] [[package]] name = "nix" version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" dependencies = [ "bitflags 2.4.1", "cfg-if 1.0.0", "libc", ] [[package]] name = "nom" version = "7.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" dependencies = [ "memchr", "minimal-lexical", ] [[package]] name = "ntapi" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" dependencies = [ "winapi", ] [[package]] name = "num-bigint" version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" #44,986,873text"```yaml\n" "hidden:\n" "- 0000000000000000000000000000000000000000000000000000000000000000i0\n" "```" msgstr "" #: src\guides/moderation.md:25 msgid "The suggested name for `ord` config files is `ord.yaml`, but any filename can be used." msgstr "الاسم المقترح لملفات تكوين `ord` هو `ord.yaml`، ولكن يمكن استخدام أي اسم ملف." #: src\guides/moderation.md:28 msgid "Then pass the file to `--config` when starting the server:" msgstr "ثم قم بتمرير الملف باستخدام `config--` عند بدء تشغيل الخادم:" #: src\guides/moderation.md:30 msgid "`ord --config ord.yaml server`" msgstr "" #: src\guides/moderation.md:32 msgid "Note that the `--config` option comes after `ord` but before the `server` subcommand." msgstr "يرجى ملاحظة أن الخيار `config--` يأتي بعد `ord` ولكن قبل `server`." #: src\guides/moderation.md:35 msgid "`ord` must be restarted in to load changes to the config file." msgstr "يجب إعادة تشغيل `ord` لتحميل التغييرات." #: src\guides/moderation.md:37 msgid "`ordinals.com`" msgstr "" #: src\guides/moderation.md:40 #44,986,868textmsgid "Bitcoin's UTXO model" msgstr "نموذج UTXO في البيتكوين" #: src\guides/collecting/sparrow-wallet.md:109 msgid "" "Before sending any transaction it's important that you have a good mental model for bitcoin's Unspent Transaction Output (UTXO) system. The way Bitcoin works is fundamentally different to many other blockchains such as Ethereum. In Ethereum generally you have a single " "address in which you store ETH, and you cannot differentiate between any of the ETH - it is just all a single value of the total amount in that address. Bitcoin works very differently in that we generate a new address in the wallet for each receive, and every time you " "receive sats to an address in your wallet you are creating a new UTXO. Each UTXO can be seen and managed individually. You can select specific UTXO's which you want to spend, and you can choose not to spend certain UTXO's." msgstr "" "قبل إجراء أي عملية إرسال، من المهم أن يكون لديك نموذج عقلي جيد لنظام ناتج الصفقات غير المنفقة (UTXO) في البيتكوين. الطريقة التي يعمل بها البيتكوين مختلفة بشكل جوهري عن العديد من البلوكشين الأخرى مثل إيثيريوم. عمومًا في إيثيريوم، لديك عنوان واحد عادةً تقوم بتخزين ETH فيه، " #44,986,865textmsgstr "أضف اختبارًا جديدًا أو اختبر حاله زياده نطاك الاختبار" #: src\contributing.md:35 msgid "Add or improve documentation" msgstr "أضف أو قم بتحسين الوثائق" #: src\contributing.md:36 msgid "Find an issue that needs more research, and do that research and summarize it in a comment" msgstr "ابحث عن مشكلة تحتاج إلى مزيد من البحث، وقم بذلك البحث وخصصه بإضافة تعليق" #: src\contributing.md:38 msgid "Find an out-of-date issue and comment that it can be closed" msgstr "ابحث عن مشكلة قديمة وأضف تعليق على أنه يمكن إغلاقها" #: src\contributing.md:39 msgid "Find an issue that shouldn't be done, and provide constructive feedback detailing why you think that is the case" msgstr "ابحث عن مشكلة يجب ألا تتم، وقدم ملاحظات مرتبه بناءً على اعتقادك" #: src\contributing.md:42 msgid "Merge early and often" msgstr "قم بالدمج بشكل مبكر ومتكرر" #: src\contributing.md:45 msgid "" "Break up large tasks into multiple smaller steps that individually make progress. If there's a bug, you can open a PR that adds a failing ignored test. This can be merged, and the next step can be to fix the bug and unignore the test. Do research or testing, and report " #44,986,805text "cfg-if 1.0.0", "concurrent-queue", "futures-lite 1.13.0", "log", "parking", "polling", "rustix 0.37.27", "slab", "socket2 0.4.10", "waker-fn", ] [[package]] name = "async-lock" version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" dependencies = [ "event-listener 2.5.3", ] [[package]] name = "async-lock" version = "3.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dea8b3453dd7cc96711834b75400d671b73e3656975fa68d9f277163b7f7e316" dependencies = [ "event-listener 4.0.0", "event-listener-strategy", "pin-project-lite", ] [[package]] name = "async-net" version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f" dependencies = [ "async-io", "blocking", "futures-lite 1.13.0", ] [[package]] name = "async-task" version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" #44,985,576textdmt-mint.nat#42,588,568tapdmt-mint.nat#42,588,561tapdmt-mint.nat#42,588,558tapdmt-mint.nat#42,588,535tapdmt-mint.nat#42,588,496tapdmt-mint.nat#42,588,480tapdmt-mint.nat#42,588,463tapdmt-mint.nat#42,588,462tapdmt-mint.nat#42,588,453tapdmt-mint.nat#42,588,422tapdmt-mint.nat#42,588,400tapdmt-mint.nat#42,588,370tapdmt-mint.nat#42,588,331tapdmt-mint.nat#42,588,278tapdmt-mint.nat#42,588,277tapdmt-mint.nat#42,514,358tapdmt-mint.nat#42,514,357tapdmt-mint.nat#42,514,356tapdmt-mint.nat#42,514,355tapdmt-mint.nat#42,514,354tapdmt-mint.nat#42,514,353tapdmt-mint.nat#42,514,352tapdmt-mint.nat#42,514,351tapdmt-mint.nat#42,505,718tapdmt-mint.nat#42,505,712tapmint1,000.dumb#21,420,487brc-20mint1,000.dumb#21,420,482brc-20mint1,000.dumb#21,420,478brc-20mint1,000.dumb#21,420,474brc-20mint1,000.dumb#21,420,464brc-20mint1,000.dumb#21,420,461brc-20mint1,000.dumb#21,420,453brc-20mint1,000.dumb#21,420,446brc-20mint1,000.dumb#21,420,442brc-20mint1,000.dumb#21,420,441brc-20mint1,000.dumb#21,420,439brc-20mint1,000.dumb#21,420,435brc-20mint1,000.dumb#21,420,420brc-20mint1,000.dumb#21,420,414brc-20mint1,000.dumb#21,420,404brc-20