SHOWING: First 60
#67,393,936textname = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "event-listener"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "770d968249b5d99410d61f5bf89057f3199a077a04d087092f58e7d10692baae"
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
dependencies = [
"event-listener 4.0.0",
"pin-project-lite",
]
[[package]]
name = "executable-path"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ebc5a6d89e3c90b84e8f33c8737933dda8f1c106b5415900b38b9d433841478"
[[package]]
name = "fastrand"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"#44,990,212text
#: src\guides/testing.md:13
msgid "Signet"
msgstr "Signet"
#: src\guides/testing.md:13
msgid "`--signet` or `-s`"
msgstr "`--signet` or `-s`"
#: src\guides/testing.md:14
msgid "Regtest"
msgstr "Regtest"
#: src\guides/testing.md:14
msgid "`--regtest` or `-r`"
msgstr "`--regtest` or `-r`"
#: src\guides/testing.md:16
msgid "Regtest doesn't require downloading the blockchain or indexing ord."
msgstr ""
"Für den Regtest ist kein Herunterladen der Blockchain oder Indexierungs das "
"ord erforderlich."
#: src\guides/testing.md:18 src\guides/reindexing.md:15
msgid "Example"
msgstr "Beispiel"
#: src\guides/testing.md:21
msgid "Run bitcoind in regtest with:"
msgstr "Führen Sie Bitcoind im Regtest aus mit:"
#: src\guides/testing.md:22
msgid ""
"```\n"
"bitcoind -regtest -txindex\n"
"```"
msgstr ""
"```\n"
"bitcoind -regtest -txindex\n"
"```"
#: src\guides/testing.md:25
msgid "Create a wallet in regtest with:"
msgstr "Erstellen Sie im Regtest ein Wallet mit:"
#: src\guides/testing.md:26
msgid ""
"```\n"
"ord -r wallet create\n"
#44,990,211text"more information on running Bitcoin Core for testing, see [Bitcoin's "
"developer documentation](https://developer.bitcoin.org/examples/testing."
"html)."
msgstr ""
"Ord kann mithilfe der folgenden Flags getestet werden, um das Testnetzwerk "
"anzugeben. Weitere Informationen zum Ausführen von Bitcoin Core zu "
"Testzwecken finden Sie in der [Entwicklerdokumentation von Bitcoin](https://"
"developer.bitcoin.org/examples/testing.html)."
#: src\guides/testing.md:7
msgid ""
"Most `ord` commands in [inscriptions](inscriptions.md) and [explorer]"
"(explorer.md) can be run with the following network flags:"
msgstr ""
"Die meisten `ord` Befehle in [Inscriptions](inscriptions.md) und [Explorer]"
"(explorer.md) können mit den folgenden Netzwerkflags ausgeführt werden:"
#: src\guides/testing.md:10
msgid "Network"
msgstr "Network"
#: src\guides/testing.md:10
msgid "Flag"
msgstr "Flag"
#: src\guides/testing.md:12
msgid "Testnet"
msgstr "Testnet"
#: src\guides/testing.md:12
msgid "`--testnet` or `-t`"
msgstr "`--testnet` or `-t`"
#44,990,210text"синтаксический анализатор будет последовательно просматривать входы и искать все надписи-\"конверты\"."
#: src/inscriptions.md:112
msgid "Input"
msgstr "Вход"
#: src/inscriptions.md:112
msgid "Inscription Count"
msgstr ""
#: src/inscriptions.md:112
msgid "Indices"
msgstr ""
#: src/inscriptions.md:114 src/inscriptions.md:117
msgid "0"
msgstr ""
#: src/inscriptions.md:114 src/inscriptions.md:116
msgid "2"
msgstr ""
#: src/inscriptions.md:114
msgid "i0, i1"
msgstr ""
#: src/inscriptions.md:115 src/inscriptions.md:118
msgid "1"
msgstr ""
#: src/inscriptions.md:115
msgid "i2"
msgstr ""
#: src/inscriptions.md:116 src/inscriptions.md:117
msgid "3"
msgstr ""
#: src/inscriptions.md:116
msgid "i3, i4, i5"
msgstr ""
#: src/inscriptions.md:118
msgid "4"
msgstr ""
#: src/inscriptions.md:118
msgid "i6"
msgstr ""
#: src/inscriptions.md:120
msgid "Sandboxing"
msgstr "Песочница"
#: src/inscriptions.md:123
msgid "HTML and SVG inscriptions are sandboxed in order to prevent references to off-chain content, thus keeping inscriptions immutable and self-contained."
#44,990,203text"inscription inhalte von einem Webserver bereitgestellt und in einem "
"Webbrowser angezeigt werden können."
#: src\inscriptions.md:72
msgid "Fields"
msgstr "Felder"
#: src\inscriptions.md:75
msgid ""
"Inscriptions may include fields before an optional body. Each field consists "
"of two data pushes, a tag and a value."
msgstr ""
"Inscriptions können Felder vor einem optionalen Text enthalten. Jedes Feld "
"besteht aus zwei Daten-Pushs, einem Tag und einem Wert."
#: src\inscriptions.md:78
msgid ""
"Currently, the only defined field is `content-type`, with a tag of `1`, "
"whose value is the MIME type of the body."
msgstr ""
"Derzeit ist das einzige definierte Feld `content-type` mit dem Tag `1`, "
"dessen Wert der MIME-Typ des Körpers ist."
#: src\inscriptions.md:81
msgid ""
"The beginning of the body and end of fields is indicated with an empty data "
"push."
msgstr ""
"Der Anfang des Hauptteils und das Ende der Felder werden durch einen leeren "
"Daten-Push angezeigt."
#: src\inscriptions.md:84
msgid ""
#44,990,138text"muss der Vertragscode überprüft werden. Dies erfordert ein detailliertes "
"Verständnis der EVM- und Solidity-Semantik."
#: src\faq.md:125
msgid ""
"It is very hard for a non-technical user to determine whether or not a given "
"Ethereum NFT is mutable or immutable, and Ethereum NFT platforms make no "
"effort to distinguish whether an NFT is mutable or immutable, and whether "
"the contract source code is available and has been audited."
msgstr ""
"Es ist für einen nicht-technischen Benutzer sehr schwer festzustellen, ob "
"ein bestimmtes Ethereum NFT veränderbar oder unveränderlich ist. Ethereum "
"NFT-Plattformen unternehmen keine Anstrengungen, um zu unterscheiden, ob ein "
"NFT veränderbar oder unveränderlich ist und ob der Vertragsquellcode "
"verfügbar ist und überprüft wurde."
#: src\faq.md:130
msgid "_Inscription content is always on-chain._"
msgstr "_Die Inhalt das Inscription ist immer in der chain._"
#: src\faq.md:132
msgid ""
"There is no way for an inscription to refer to off-chain content. This makes "
#44,990,019textmsgstr "قم [بتنزيل](https://sparrowwallet.com/download/) محفظة Sparrow من صفحة الإصدارات الخاصة بنظام التشغيل الخاص بك."
#: src\guides/collecting/sparrow-wallet.md:17
msgid "Select `File -> New Wallet` and create a new wallet called `ord`."
msgstr "اختر `File -> New Wallet` قم بإنشاء محفظة جديدة تسمى `ord`."
#: src\guides/collecting/sparrow-wallet.md:19
msgid ""
msgstr ""
#: src\guides/collecting/sparrow-wallet.md:21
msgid "Change the `Script Type` to `Taproot (P2TR)` and select the `New or Imported Software Wallet` option."
msgstr "قم بتغيير نوع النص إلى `Taproot (P2TR)` واختر الخيار `New or Imported Software Wallet`."
#: src\guides/collecting/sparrow-wallet.md:23
msgid ""
msgstr ""
#: src\guides/collecting/sparrow-wallet.md:25
msgid "Select `Use 12 Words` and then click `Generate New`. Leave the passphrase blank."
msgstr "اختر `Use 12 Words` ثم انقر فوق `Generate New`. اترك مجال العبور فارغًا."
#: src\guides/collecting/sparrow-wallet.md:27
#44,990,018text"bip.mediawiki) für die technischen Details und das [ord-Repository](https://"
"github.com/ordinals/ord) für die `ord` Wallet und den Block-Explorer an."
#: src\bounties.md:14
msgid ""
"Satoshi was the original developer of ordinal theory. However, he knew that "
"others would consider it heretical and dangerous, so he hid his knowledge, "
"and it was lost to the sands of time. This potent theory is only now being "
"rediscovered. You can help by researching rare satoshis."
msgstr ""
"Satoshi war der ursprüngliche Entwickler der Ordinaltheorie. Allerdings "
"wusste er, dass andere es als ketzerisch und gefährlich betrachten würden, "
"deshalb verbarg er sein Wissen, und es ging in den Wirren der Zeit verloren. "
"Diese mächtige Theorie wird erst jetzt wiederentdeckt. Du kannst helfen, "
"indem du seltene Satoshis erforschst.."
#: src\bounties.md:19
msgid "Good luck and godspeed!"
msgstr "Viel Glück und gute Fahrt!"
#: src\bounty/0.md:1
msgid "Ordinal Bounty 0"
msgstr "Ordinal Bounty 0"
#: src\bounty/0.md:4 src\bounty/1.md:4 src\bounty/2.md:4 src\bounty/3.md:4
#44,990,017textmsgstr ""
"Diese eingeschriebenen Sats können dann mithilfe von Bitcoin-Transaktionen "
"übertragen, an Bitcoin-Adressen gesendet und in Bitcoin-UTXOs gespeichert "
"werden. Diese Transaktionen, Adressen und UTXOs sind in jeder Hinsicht "
"normale Bitcoin-Transaktionen, Adressen und UTXOS, mit der Ausnahme, dass "
"Transaktionen zum Senden einzelner Sats die Reihenfolge und den Wert der "
"Ein- und Ausgänge gemäß der Ordinal theorie steuern müssen."
#: src\inscriptions.md:15
msgid ""
"The inscription content model is that of the web. An inscription consists of "
"a content type, also known as a MIME type, and the content itself, which is "
"a byte string. This allows inscription content to be returned from a web "
"server, and for creating HTML inscriptions that use and remix the content of "
"other inscriptions."
msgstr ""
"Das Inhaltsmodell der inscription ist das des Webs. Eine inscription besteht "
"aus einem Inhaltstyp, auch MIME-Typ genannt, und dem Inhalt selbst, bei dem "
"es sich um eine Bytefolge handelt. Dies ermöglicht die Rückgabe von "
#44,990,016text"can be used without any changes to the Bitcoin network. It works right now."
msgstr ""
"Die Ordinaltheorie erfordert keine Sidechain oder Token neben Bitcoin und "
"kann ohne Änderungen am Bitcoin-Netzwerk verwendet werden. Sie funktioniert "
"bereits jetzt."
#: src\introduction.md:14
msgid ""
"Ordinal theory imbues satoshis with numismatic value, allowing them to be "
"collected and traded as curios."
msgstr ""
"Die Ordinaltheorie verleiht Satoshis numismatischen Wert, was es ermöglicht, "
"sie zu sammeln und als Kuriositäten zu handeln."
#: src\introduction.md:17
msgid ""
"Individual satoshis can be inscribed with arbitrary content, creating unique "
"Bitcoin-native digital artifacts that can be held in Bitcoin wallets and "
"transferred using Bitcoin transactions. Inscriptions are as durable, "
"immutable, secure, and decentralized as Bitcoin itself."
msgstr ""
"Einzelne Satoshis können mit beliebigem Inhalt beschriftet werden, wodurch "
"einzigartige, Bitcoin-native digitale Artefakte entstehen, die in Bitcoin-"
#44,990,015text"\"Sekunde\" und \"Dritte\" für _A_, _B_, _C_ und _D_."
#: src\overview.md:100
msgid "Now for some examples. This satoshi is common:"
msgstr "Jetzt einige Beispiele. Dieser Satoshi ist häufig:"
#: src\overview.md:102
msgid ""
"```\n"
"1°1′1″1‴\n"
"│ │ │ ╰─ Not first sat in block\n"
"│ │ ╰─── Not first block in difficulty adjustment period\n"
"│ ╰───── Not first block in halving epoch\n"
"╰─────── Second cycle\n"
"```"
msgstr ""
"Dieser Satoshi ist ungewöhnlich:\n"
"\n"
"```\n"
"1°1′1″1‴\n"
"│ │ │ ╰─ Nicht der erste Sat in diesem Block\n"
"│ │ ╰─── Nicht der erste Block in diesem Schwierigkeitsanpassungszeitraum\n"
"│ ╰───── Nicht der erste Block in diesem Halbierungszyklus\n"
"╰─────── Zweiter Zyklus\n"
"```"
#: src\overview.md:111
msgid "This satoshi is uncommon:"
msgstr "Dieser Satoshi ist ungewöhnlich:"
#: src\overview.md:113
msgid ""
"```\n"
"1°1′1″0‴\n"
"│ │ │ ╰─ First sat in block\n"
"│ │ ╰─── Not first block in difficulty adjustment period\n"
"│ ╰───── Not first block in halving epoch\n"
"╰─────── Second cycle\n"
#44,990,006text"you want to hide:"
msgstr ""
"Um Inscriptions zu verbergen, erstellen Sie zunächst eine "
"Konfigurationsdatei mit der Inscription-ID, die Sie ausblenden möchten:"
#: src\guides/moderation.md:20
msgid ""
"```yaml\n"
"hidden:\n"
"- 0000000000000000000000000000000000000000000000000000000000000000i0\n"
"```"
msgstr ""
"```yaml\n"
"hidden:\n"
"- 0000000000000000000000000000000000000000000000000000000000000000i0\n"
"```"
#: src\guides/moderation.md:25
msgid ""
"The suggested name for `ord` config files is `ord.yaml`, but any filename "
"can be used."
msgstr ""
"Der vorgeschlagene Name für `ord` Konfigurationsdateien ist `ord.yaml`, aber "
"Sie können jeden Dateinamen verwenden."
#: src\guides/moderation.md:28
msgid "Then pass the file to `--config` when starting the server:"
msgstr ""
"Dann übergeben Sie die Datei mit `--config`, wenn Sie den Server starten:"
#: src\guides/moderation.md:30
msgid "`ord --config ord.yaml server`"
msgstr "`ord --config ord.yaml server`"
#: src\guides/moderation.md:32
msgid ""
"Note that the `--config` option comes after `ord` but before the `server` "
#44,990,005text"It is the responsibility of each individual who runs an ordinal block "
"explorer instance to understand their responsibilities with respect to "
"unlawful content, and decide what moderation policy is appropriate for their "
"instance."
msgstr ""
"Es liegt in der Verantwortung jeder Person, die eine Instanz eines ordinal "
"Block-Explorers betreibt, zu verstehen, welche Verantwortlichkeiten in Bezug "
"auf rechtswidrige Inhalte bestehen, und zu entscheiden, welche "
"Moderationsrichtlinien für ihre Instanz angemessen sind."
#: src\guides/moderation.md:13
msgid ""
"In order to prevent particular inscriptions from being displayed on an `ord` "
"instance, they can be included in a YAML config file, which is loaded with "
"the `--config` option."
msgstr ""
"Um bestimmte inscriptions davor zu schützen, auf einer `ord`-Instanz "
"angezeigt zu werden, können sie in einer YAML-Konfigurationsdatei aufgeführt "
"werden, die mit der `--config`-Option geladen wird."
#: src\guides/moderation.md:17
msgid ""
"To hide inscriptions, first create a config file, with the inscription ID "
#44,990,004text#!/usr/bin/env bash
set -euxo pipefail
mkdir $1
cd $1
sudo \
CARGO_PROFILE_RELEASE_DEBUG=true \
RUST_LOG=info \
cargo flamegraph \
--deterministic \
--bin ord \
-- \
--chain signet \
--data-dir . \
--height-limit 0 \
index
rm -f flamegraph.svg
/usr/bin/time -o time sudo \
CARGO_PROFILE_RELEASE_DEBUG=true \
RUST_LOG=info \
cargo flamegraph \
--deterministic \
--bin ord \
-- \
--chain signet \
--data-dir . \
--height-limit 5000 \
index
sudo chown -n $UID flamegraph.svg
sudo chown -n $UID index.redb#44,989,438textReindexing
==========
Sometimes the `ord` database must be reindexed, which means deleting the
database and restarting the indexing process with either `ord index update` or
`ord server`. Reasons to reindex are:
1. A new major release of ord, which changes the database scheme
2. The database got corrupted somehow
The database `ord` uses is called [redb](https://github.com/cberner/redb),
so we give the index the default file name `index.redb`. By default we store this
file in different locations depending on your operating system.
|Platform | Value | Example |
| ------- | ------------------------------------------------ | -------------------------------------------- |
| Linux | `$XDG_DATA_HOME`/ord or `$HOME`/.local/share/ord | /home/alice/.local/share/ord |
| macOS | `$HOME`/Library/Application Support/ord | /Users/Alice/Library/Application Support/ord |
| Windows | `{FOLDERID_RoamingAppData}`\ord | C:\Users\Alice\AppData\Roaming\ord |#44,989,432textmint20.mmss#43,044,277brc-20mint20.mmss#43,044,275brc-20