-
I was doing some experimenting and tried the following steps.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
guess wallet just doesn't support this for now, but I'm assuming in the future you can probably split the UTXO into three separate UTXOs again so that they can be sent separately. someone aggregated 166 inscriptions and haven't done anything with them yet lol https://twitter.com/andrewhong5297/status/1624085592131731459 have an open question here trying to get more clarity on rules for transferring sats/UTXOs without breaking inscriptions. https://github.com/casey/ord/discussions/1687 really a lack of guides/discussion on this that I can find at least. there's no contract, so standards will just have to be "accepted" but the longer it takes to create a "standard" the more random cases we're going to end up with from people just playing around haha. |
Beta Was this translation helpful? Give feedback.
-
@raphjaph any thoughts on this? |
Beta Was this translation helpful? Give feedback.
-
We do not recommend using For your use case we are probably gonna implement |
Beta Was this translation helpful? Give feedback.
-
Perhaps some more warnings are in order in the |
Beta Was this translation helpful? Give feedback.
We do not recommend using
bitcoin-cli
to do any transactions involving inscriptions because it is not ordinal-aware. What happened in your case is that it consolidated all utxos into one. You are lucky that you didn't lose an inscription to fees! We perform a lot of checks to make sure that doesn't happen with theord wallet
command. We haven't implemented splitting up multiple inscriptions in a utxo yet but it is on the todo list.For your use case we are probably gonna implement
ord wallet sweep <ADDRESS>
(#1071 ) but we are a bit bottlenecked by dev capacity at the moment because this blew up faster than we expected.