SHOWING: First 60
#47,408,332text #47,408,331text #47,408,330text #47,408,329text #47,408,328text #47,408,327text #47,408,160textuse {super::*, crate::wallet::Wallet};
#[derive(Debug, Parser)]
pub(crate) struct Sats {
#[arg(
long,
help = "Find satoshis listed in first column of tab-separated value file <TSV>."
)]
tsv: Option<PathBuf>,
}
#[derive(Serialize, Deserialize)]
pub struct OutputTsv {
pub sat: String,
pub output: OutPoint,
}
#[derive(Serialize, Deserialize)]
pub struct OutputRare {
pub sat: Sat,
pub output: OutPoint,
pub offset: u64,
pub rarity: Rarity,
}
impl Sats {
pub(crate) fn run(&self, options: Options) -> SubcommandResult {
let index = Index::open(&options)?;
if !index.has_sat_index() {
bail!("sats requires index created with `--index-sats` flag");
}
index.update()?;
let utxos = index.get_unspent_output_ranges(Wallet::load(&options)?)?;
if let Some(path) = &self.tsv {
let mut output = Vec::new();
for (outpoint, sat) in sats_from_tsv(
utxos,
&fs::read_to_string(path)
.with_context(|| format!("I/O error reading `{}`", path.display()))?,#45,051,249text
#: src/bounty/3.md:35
msgid ""
"```\n"
"ord wallet sats --tsv frequency.tsv\n"
"```"
msgstr ""
"```\n"
"ord wallet sats --tsv frequency.tsv\n"
"```"
#: src/bounty/3.md:39
msgid ""
"This command requires the sat index, so `--index-sats` must be passed to ord "
"when first creating the index."
msgstr ""
"Este comando requer o índice sat (sat index), então `--index-sats` deve ser passado ao ord ao criar o índice pela primeira vez."
#: src/bounty/3.md:42
msgid "Part 0"
msgstr "Parte 0"
#: src/bounty/3.md:44
msgid "_Rare sats pair best with rare words._"
msgstr "_Sats raros combinam melhor com palavras raras._"
#: src/bounty/3.md:46
msgid ""
"The transaction that submits the UTXO containing the sat whose name appears "
"with the lowest number of occurrences in `frequency.tsv` shall be the winner "
"of part 0."
msgstr ""
"A transação que enviar o UTXO contendo o sat cujo nome apareça com menor número de ocorrências em `frequency.tsv` será a vencedora da parte 0."
#: src/bounty/3.md:50
msgid "Part 1"
msgstr "Parte 1"#45,051,248text"first ERC-721 contract, [SU SQUARES](https://tenthousandsu.com/), was "
"deployed on Ethereum."
msgstr ""
"Um limite comumente aceito nos primeiros NFTs é 19 de março de 2018, a data em que"
"o primeiro contrato ERC-721, [SU SQUARES](https://tenthousandsu.com/), foi"
"implantado no Ethereum."
#: src/overview.md:242
msgid ""
"Whether or not ordinals are of interest to NFT archaeologists is an open "
"question! In one sense, ordinals were created in early 2022, when the "
"Ordinals specification was finalized. In this sense, they are not of "
"historical interest."
msgstr ""
"Se os Ordinals são ou não de interesse para os arqueólogos de NFT é uma questão "
"em aberto! De certo modo, os Ordinals foram criados no início de 2022, quando "
"a sua especificação foi finalizada. Nesse sentido, eles não são de "
"interesse histórico."
#: src/overview.md:247
msgid ""
"In another sense though, ordinals were in fact created by Satoshi Nakamoto "
"in 2009 when he mined the Bitcoin genesis block. In this sense, ordinals, "
#45,051,243text"mempool.space!"
msgstr ""
"A carteira Sparrow não mostra uma transação/UTXO, mas posso ver em mempool.space!"
#: src/guides/collecting/sparrow-wallet.md:177
msgid ""
"Make sure that your wallet is connected to a bitcoin node. To validate this, "
"head into the `Preferences`\\-> `Server` settings, and click `Edit Existing "
"Connection`."
msgstr ""
"Certifique-se de que sua carteira esteja conectada a um nó bitcoin. Para validar isso, vá até `Preferences`\\-> configurações de `Server` e clique em `Edit Existing "
"Connection`."
#: src/guides/collecting/sparrow-wallet.md:179
msgid ""
msgstr ""
#: src/guides/collecting/sparrow-wallet.md:181
msgid ""
"From there you can select a node and click `Test Connection` to validate "
"that Sparrow is able to connect successfully."
msgstr ""
"A partir daí você pode selecionar um nó e clicar em `Test Connection` para validar se o Sparrow é capaz de se conectar com sucesso."
#: src/guides/collecting/sparrow-wallet.md:183
#45,051,230text"used for."
msgstr ""
"Você pode adicionar um rótulo (label) a cada endereço para saber para que ele foi usado."
#: src/guides/collecting/sparrow-wallet.md:55
msgid ""
msgstr ""
#: src/guides/collecting/sparrow-wallet.md:57
msgid "Validating / Viewing Received Inscriptions"
msgstr "Validando / Visualizando Inscrições Recebidas"
#: src/guides/collecting/sparrow-wallet.md:59
msgid ""
"Once you have received an inscription you will see a new transaction in the "
"`Transactions` tab of Sparrow, as well as a new UTXO in the `UTXOs` tab."
msgstr ""
"Depois de receber uma inscrição você verá uma nova transação na aba `Transactions` do Sparrow, bem como um novo UTXO na aba `UTXOs`."
#: src/guides/collecting/sparrow-wallet.md:61
msgid ""
"Initially this transaction may have an \"Unconfirmed\" status, and you will "
"need to wait for it to be mined into a bitcoin block before it is fully "
"received."
msgstr ""
"Inicialmente essa transação pode ter um status \"Unconfirmed\" e você precisará esperar que ela seja minerada em um bloco de bitcoin antes de ser totalmente recebida."
#45,021,812text