ord
ord copied to clipboard
How to inscribe continuously?
After I inscribed a NFT with 1 sat/vbyte, my wallet was stuck and the left cardinal is zero. So I have to wait the tx confirmed. How can I inscribe 5 NFTs continuously without waiting the first tx confirmed?
Ah.. same issue i am also facing.. sometime it works once the next block is created and indexed.
Fund your wallet with at least 5 separate txs, one per file, so there is an available utxo for each inscription.
Fund your wallet with at least 5 separate txs, one per file, so there is an available utxo for each inscription.
On trying, thanks.
Do I need to generate a new address for each transaction (by repeatedly using ord wallet receive
) or can I send all 5 transactions to the same address?
Fund your wallet with at least 5 separate txs, one per file, so there is an available utxo for each inscription.
How this works practical?
Do I need to generate a new address for each transaction (by repeatedly using
ord wallet receive
) or can I send all 5 transactions to the same address?
That's a good question! Do you have the answer ?
We now have batch inscribing, check out the guide: https://docs.ordinals.com/guides/batch-inscribing.html
How do I set destination for batch inscribing ?
error: the argument '--batch <BATCH>' cannot be used with '--destination <DESTINATION>'
Will add this soon