SHOWING: First 60
#73,894,759text#73,894,758text#73,894,757text#73,894,756text#73,894,755text#73,894,754text#73,894,753text#73,894,752text#73,894,751text#73,894,750textDATA#49,946,512textmsgid ""
msgstr ""
"Project-Id-Version: Ordinal Theory Handbook\n"
"POT-Creation-Date: 2023-10-11T09:45:53+08:00\n"
"PO-Revision-Date: \n"
"Last-Translator: Albert Catama @cirroxyz <[email protected]>\n"
"Language-Team: \n"
"Language: fil\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: src/SUMMARY.md:2 src/introduction.md:1
msgid "Introduction"
msgstr "Panimula"
#: src/SUMMARY.md:3
msgid "Overview"
msgstr "Pangkalahatang-ideya"
#: src/SUMMARY.md:4 src/digital-artifacts.md:1
msgid "Digital Artifacts"
msgstr "Digital Artifacts"
#: src/SUMMARY.md:5 src/SUMMARY.md:14 src/overview.md:221 src/inscriptions.md:1
msgid "Inscriptions"
msgstr "Inscriptions"
#: src/SUMMARY.md:6 src/inscriptions/metadata.md:1
msgid "Metadata"
msgstr "Metadata"
#: src/SUMMARY.md:7 src/inscriptions/provenance.md:1
msgid "Provenance"
msgstr "Provenance"
#: src/SUMMARY.md:8 src/inscriptions/recursion.md:1
msgid "Recursion"
msgstr "Recursion"
#44,989,250text
let ord_server = TestServer::spawn_with_args(&rpc_server, &[]);
ord_server.assert_response_regex(
format!("/inscription/{inscription}"),
format!(
".*<h1>Inscription 0</h1>.*<dt>location</dt>.*<dd class=monospace>{send_txid}:0:0</dd>.*",
),
);
}
#[test]
fn send_on_mainnnet_works_with_wallet_named_foo() {
let rpc_server = test_bitcoincore_rpc::spawn();
let txid = rpc_server.mine_blocks(1)[0].txdata[0].txid();
CommandBuilder::new("--wallet foo wallet create")
.rpc_server(&rpc_server)
.run_and_deserialize_output::<ord::subcommand::wallet::create::Output>();
CommandBuilder::new(format!(
"--wallet foo wallet send --fee-rate 1 bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kv8f3t4 {txid}:0:0"
))
.rpc_server(&rpc_server)
.run_and_deserialize_output::<Output>();
}
#[test]
fn send_addresses_must_be_valid_for_network() {
let rpc_server = test_bitcoincore_rpc::builder().build();
let txid = rpc_server.mine_blocks_with_subsidy(1, 1_000)[0].txdata[0].txid();
create_wallet(&rpc_server);
#44,989,215textmsgstr "❌: [6685000001337](https://ordinals.com/sat/6685000001337)"
#: src/bounty/2.md:13
msgid "Confirm that the submission address has not received transactions before submitting your entry. Only the first successful submission will be rewarded."
msgstr "Перед отправкой заявки убедитесь в том, что по адресу отправки не было транзакций. Только первая успешная заявка будет вознаграждена."
#: src/bounty/2.md:18
msgid "300,000 sats"
msgstr "300,000 sats"
#: src/bounty/2.md:23
msgid "[`1Hyr94uypwWq5CQffaXHvwUMEyBPp3TUZH`](https://mempool.space/address/1Hyr94uypwWq5CQffaXHvwUMEyBPp3TUZH)"
msgstr "[`1Hyr94uypwWq5CQffaXHvwUMEyBPp3TUZH`](https://mempool.space/address/1Hyr94uypwWq5CQffaXHvwUMEyBPp3TUZH)"
#: src/bounty/2.md:28
msgid "Claimed by [@utxoset](https://twitter.com/rodarmor/status/1582424455615172608)!"
msgstr "Собрано [@utxoset](https://twitter.com/rodarmor/status/1582424455615172608)!"
#: src/bounty/3.md:1
msgid "Ordinal Bounty 3"
msgstr "Ordinal вознаграждение 3"
#: src/bounty/3.md:7
msgid ""
"Ordinal bounty 3 has two parts, both of which are based on _ordinal names_. Ordinal names are a modified base-26 encoding of ordinal numbers. To avoid locking "
#44,984,134text