SHOWING: First 60
#70,197,021text#64,384,603msgstr ""
"लेन-देन सूचकांक के अनुरक्षण के लिए अपने बिटकॉइन कोर नोड को कॉन्फ़िगर करने के लिए, निम्नलिखित को "
"अपने `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 "या, `bitcoind` के साथ `-txindex` बिटकॉइन संचालित करें:"
#: 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 ""
#: src/guides/inscriptions.md:84
msgid ""
#44,990,090text"fee rate."
msgstr ""
"डिजिटल अभिलेख विषय-वस्तु लेनदेन के साक्ष्यों में शामिल होते हैं, जिसमें साक्ष्य छूट प्राप्त होती हैं। डिजिटल "
"अभिलेख द्वारा लेनदेन के भुगतान की अनुमानित शुल्क की गणना करने के लिए, विषय-वस्तु के आकार को चार "
"से विभाजित करने के बाद उसे शुल्क दर से गुणा कर दें।"
#: src/guides/inscriptions.md:157
msgid ""
"Inscription transactions must be less than 400,000 weight units, or they "
"will not be relayed by Bitcoin Core. One byte of inscription content costs "
"one weight unit. Since an inscription transaction includes not just the "
"inscription content, limit inscription content to less than 400,000 weight "
"units. 390,000 weight units should be safe."
msgstr ""
"डिजिटल अभिलेख लेनदेन 400,000 भार इकाइयों से कम होने चाहिए, अन्यथा उन्हें बिटकॉइन कोर द्वारा आगे "
"प्रसारित नहीं किया जाएगा। डिजिटल अभिलेख विषय-वस्तु के एक बाइट की लागत एक भार इकाई होती है। "
"चूंकि एक डिजिटल अभिलेख लेनदेन में केवल डिजिटल अभिलेख विषय-वस्तु ही शामिल नहीं होती है, डिजिटल "
"अभिलेख विषय-वस्तु को 400,000 वजन इकाइयों से कम तक सीमित करें। 390,000 भार इकाइयाँ सुरक्षित "
#44,990,066text ),
],
);
}
#[test]
fn split_in_etching_with_preceding_edict() {
let context = Context::builder()
.arg("--index-runes-pre-alpha-i-agree-to-get-rekt")
.build();
context.mine_blocks(1);
let txid = context.rpc_server.broadcast_tx(TransactionTemplate {
inputs: &[(1, 0, 0, Witness::new())],
outputs: 4,
op_return: Some(
Runestone {
edicts: vec![
Edict {
id: 0,
amount: 1000,
output: 0,
},
Edict {
id: 0,
amount: 0,
output: 5,
},
],
etching: Some(Etching {
rune: Rune(RUNE),
..Default::default()
}),
..Default::default()
}
.encipher(),
),
..Default::default()
});
context.mine_blocks(1);
let id = RuneId {
height: 2,
index: 1,
};
context.assert_runes(
[(
id,
RuneEntry {
#44,981,095text