ord icon indicating copy to clipboard operation
ord copied to clipboard

👁‍🗨 Rare and exotic sats

Results 858 ord issues
Sort by recently updated
recently updated
newest added

By default, `ord wallet inscribe` creates a UTXO with 9999 sats worth of padding for "postage", to pay future tx fees. If you think that an average sending an inscription...

Hello! Impressive work done here. I'm interested in the inscription functionality by itself, decoupled from ordinals. 1. Is it possible? If it is, its identifier would just be a txid?...

`ord bitcoind-config` should spit out a minimal bitcoind config including txindex and the correct network.

good first issue

These are common errors, so we should improve the error messages. Errors from `Option::cookie_file` are probably rare, but add some context since it can't hurt. Errors from `Client::new` are probably...

Uses the p2p interface to fetch block hashes and headers much more efficiently. Fetches headers 2k at a time, and fetches blocks in chunks of 10. Syncs the first 200k...

I get `error: Database already open. Cannot acquire lock.` when I try to run various commands. Is this related? I see he had a similar error above. _Originally posted by...

`lockunspent` locks UTXOs and prevents them from being used in automatic coin selection. However, locked UTXOs are only stored in memory and are cleared on restart. We should persist locked...

Lots of people want to receive inscriptions but don't have the index working or are waiting for it so sync. We should document how to safely receive. This can go...