Casey Rodarmor
Casey Rodarmor
The way to support this would be to reserve an even tag as being forever unsupported, which would lead to inscriptions made with that tag to be perma-unbound.
This can definitely be done with bitcoin-cli. I also think it would be reasonable to provide a native ord wallet command for this. The less that people have to drop...
Are you getting these errors from `ord` commands or `bitcoin-cli` commands? If it's `ord`, then it sounds like you have an `ord` command running somewhere else. If it's `bitcoin-cli`, then...
Ahh, nice. Could we make this better by adding an error message?
Something like "another copy of `ord` may be running"
I've heard bad things about running ord on btrfs. Do you have compression turned on? This looks like it's inside of [redb](https://github.com/cberner/redb/). @cberner Can you make sense of this?
Updated OP with a sweet sweet `……` tag to make the stack trace collapsable.
> > Do you have compression turned on? > > how do i check this? It's an fs option for btrfs, so maybe fstab?
Beautiful, you love to see it!
Unfortunately, I don't think the wallet is currently smart enough to split UTXOs with multiple inscriptions, it just notices that there is more than one inscription and gives up. During...