Bitcoin address: 3FsnCQKoqVESiKaXbtE3cgxrtCfGcq5aq8

SHOWING: First 60

#70,574,943text#70,574,610textInscription #65469204#65,469,204htmlInscription #56910531#56,910,531pngtransfer2,000,000.wowl#48,553,369brc-20transfer320,000,000.mouz#48,469,276brc-20transfer2.oshi#46,446,181brc-20 #: src/overview.md:176 msgid "`common`: 2.1 quadrillion" msgstr "`सामान्य`: 2.1 क्वाड्रिलियन (पद्म)" #: src/overview.md:177 msgid "`uncommon`: 6,929,999" msgstr "`असामान्य`: 6,929,999" #: src/overview.md:178 msgid "`rare`: 3437" msgstr "`दुर्लभ`: 3437" #: src/overview.md:179 msgid "`epic`: 32" msgstr "`भव्‍य`: 32" #: src/overview.md:180 msgid "`legendary`: 5" msgstr "`प्रसिद्ध`: 5" #: src/overview.md:181 src/overview.md:190 msgid "`mythic`: 1" msgstr "`काल्‍पनिक`: 1" #: src/overview.md:183 msgid "Current Supply" msgstr "वर्तमान आपूर्ति" #: src/overview.md:185 msgid "`common`: 1.9 quadrillion" msgstr "`सामान्य`: 1.9 क्वाड्रिलियन (पद्म)" #: src/overview.md:186 msgid "`uncommon`: 745,855" msgstr "`असामान्य`: 745,855" #: src/overview.md:187 msgid "`rare`: 369" msgstr "`दुर्लभ`: 369" #: src/overview.md:188 msgid "`epic`: 3" msgstr "`भव्‍य`: 3" #: src/overview.md:189 msgid "`legendary`: 0" msgstr "`प्रसिद्ध`: 0" #: src/overview.md:192 msgid "" "At the moment, even uncommon satoshis are quite rare. As of this writing, " #45,021,918text }], None, 11, ); case( vec![Edict { amount: 0, id: CLAIM_BIT, output: 0, }], None, 12, ); case( vec![Edict { amount: u128::max_value(), id: RuneId { height: 1_000_000, index: u16::max_value(), } .into(), output: 0, }], None, 29, ); case( vec![ Edict { amount: u128::max_value(), id: RuneId { height: 1_000_000, index: u16::max_value(), } .into(), output: 0, }, Edict { amount: u128::max_value(), id: RuneId { height: 1_000_000, index: u16::max_value(), } .into(), output: 0, }, ], None, 50, ); case( vec![ Edict { amount: u128::max_value(), id: RuneId { height: 1_000_000, index: u16::max_value(), #45,002,675text"follows:" msgstr "" "文字列「Hello,world!」を含むのテキスト銘文を以下のようにシリアル化されていま" "す:" #: src/inscriptions.md:42 msgid "" "```\n" "OP_FALSE\n" "OP_IF\n" " OP_PUSH \"ord\"\n" " OP_PUSH 1\n" " OP_PUSH \"text/plain;charset=utf-8\"\n" " OP_PUSH 0\n" " OP_PUSH \"Hello, world!\"\n" "OP_ENDIF\n" "```" msgstr "" #: src/inscriptions.md:53 msgid "" "First the string `ord` is pushed, to disambiguate inscriptions from other " "uses of envelopes." msgstr "" "まず文字列'ord'がプッシュされ、銘文と封筒の他の用途との曖昧さを解消します。" #: src/inscriptions.md:56 msgid "" "`OP_PUSH 1` indicates that the next push contains the content type, and " "`OP_PUSH 0`indicates that subsequent data pushes contain the content itself. " "Multiple data pushes must be used for large inscriptions, as one of " "taproot's few restrictions is that individual data pushes may not be larger " "than 520 bytes." msgstr "" "`OP_PUSH 1'は、次のプッシュにコンテンツタイプが含まれていることを示しま" "す。'OP_PUSH 0'は、後続のデータプッシュがコンテンツ自体を含むことを示す。の大" "規模な銘文は複数回のデータプッシュを使用しなければならない。taprootの少数の制" "限の一つは、単一のデータプッシュが520バイトを超えないことであります。" #44,992,890text"drive you want to store blocks on, use the configuration option " "`blocksdir=<external_drive_path>`. This is much simpler than using the " "`datadir` option because the cookie file will still be in the default " "location for `bitcoin-cli` and `ord` to find." msgstr "" "Ang blockchain ay humigit-kumulang 600GB disk space. Kung mayroon kang external " "drive na gamitin para mag-store ng blocks, gamitin ang configuration option " "`blocksdir=<external_drive_path>`. Ito ay mas simple kaysa sa paggamit ng " "`datadir` na opsyon dahil ang cookie file ay nasa default pa ring " "lokasyon para mahanap ang `bitcoin-cli` at `ord`." #: src/guides/inscriptions.md:97 src/guides/collecting/sparrow-wallet.md:173 msgid "Troubleshooting" msgstr "Pag-Troubleshoot" #: src/guides/inscriptions.md:100 msgid "" "Make sure you can access `bitcoind` with `bitcoin-cli -getinfo` and that it " "is fully synced." msgstr "" "Tiyaking maa-access mo ang `bitcoind` gamit ang `bitcoin-cli -getinfo` at ito ay " "ay ganap na naka-sync." #: src/guides/inscriptions.md:103 #44,992,348text"naka-disable at hindi mo magagamit ang `ord`." #: src/guides/inscriptions.md:122 msgid "" "Make sure `txindex=1` is set. Run `bitcoin-cli getindexinfo` and it should " "return something like" msgstr "" "Tiyaking nakatakda ang `txindex=1`. Patakbuhin ang `bitcoin-cli getindexinfo` at dapat itong " "ibalik ang isang bagay tulad ng" #: src/guides/inscriptions.md:124 msgid "" "```json\n" "{\n" " \"txindex\": {\n" " \"synced\": true,\n" " \"best_block_height\": 776546\n" " }\n" "}\n" "```" msgstr "" "```json\n" "{\n" " \"txindex\": {\n" " \"synced\": true,\n" " \"best_block_height\": 776546\n" " }\n" "}\n" "```" #: src/guides/inscriptions.md:132 msgid "" "If it only returns `{}`, `txindex` is not set. If it returns `\"synced\": " "false`, `bitcoind` is still creating the `txindex`. Wait until `\"synced\": " "true` before using `ord`." msgstr "" "Kung ibinabalik nito ang `{}`, hindi naka-set ang `txindex`. Kung ibinabalik nito ang `\"naka-sync\": " "false`, ginagawa pa rin ng `bitcoind` ang `txindex`. Maghintay ang `\"synced\": " #44,992,014texttransfer10,000,000.rats#38,233,864brc-20transfer5,000.lion#37,085,277brc-20transfer100,000.cats#37,085,103brc-20Inscription #35360721#35,360,721svgmint100,000,000.sats#34,846,593brc-20mint100,000,000.sats#34,846,592brc-20mint100,000,000.sats#34,846,589brc-20mint100,000,000.sats#34,846,587brc-20mint100,000,000.sats#34,846,568brc-20mint100,000,000.sats#34,846,564brc-20mint100,000,000.sats#34,846,502brc-20mint100,000,000.sats#34,846,497brc-20mint100,000,000.sats#34,846,486brc-20mint100,000,000.sats#34,846,481brc-20mint100,000,000.sats#34,846,436brc-20mint100,000,000.sats#34,846,432brc-20mint100,000,000.sats#34,846,425brc-20mint100,000,000.sats#34,846,413brc-20mint100,000,000.sats#34,846,402brc-20mint100,000,000.sats#34,846,396brc-20mint100,000,000.sats#34,846,392brc-20mint100,000,000.sats#34,846,389brc-20mint100,000,000.sats#34,846,386brc-20mint99,999,999.sats#33,105,047brc-20mint99,999,999.sats#33,105,046brc-20mint99,999,999.sats#33,105,044brc-20mint99,999,999.sats#33,105,043brc-20mint99,999,999.sats#33,105,042brc-20mint99,999,999.sats#33,105,041brc-20mint99,999,999.sats#33,105,040brc-20mint99,999,999.sats#33,105,039brc-20mint99,999,999.sats#33,105,038brc-20mint99,999,999.sats#33,105,037brc-20mint99,999,999.sats#33,105,036brc-20mint99,999,999.sats#33,105,035brc-20mint99,999,999.sats#33,105,034brc-20mint99,999,999.sats#33,105,033brc-20mint99,999,999.sats#33,105,032brc-20mint99,999,999.sats#33,105,031brc-20mint99,999,999.sats#33,105,030brc-20mint99,999,999.sats#33,105,029brc-20mint99,999,999.sats#33,105,028brc-20mint99,999,999.sats#33,105,027brc-20mint99,999,999.sats#33,105,026brc-20mint99,999,999.sats#33,105,025brc-20mint99,999,999.sats#33,105,024brc-20Inscription #27966747#27,966,747webpInscription #22550245#22,550,245svg