Casey Rodarmor
Casey Rodarmor
Okay, weird. It looks like `ord wallet create` ran twice and created two sets of descriptors. One set has been used, and the other set hasn't, if I"m reading it...
This is still a bug though, we need to figure out why `ord wallet create` could run when the wallet already existed.
> Steps to reproduce: > - ord --signet wallet create > - Delete the ord file. > - ord --signet wallet restore "actress easy busy upset image sport vital attend...
> I'm having a similar issue to this, it would seem. Is there an easy way to fix? @cryptoquick Is this consistently reproducible? I've tried a couple times and I...
This is blocked for now, until we can reproduce it.
> Can it be related to having 2 wallets named "ord" in different networks? I had this issue after I ran ord on regtest. I don't think so, bitcoin core...
This is reasonable, and I think the suggested command CLI is good. I would suggest it be: ``` ord wallet sign TEXT_FILE ``` So you can't mix up the args....
> Ah interesting, I think I understand - because the inscription id is the genesis transaction id, but we actually want to be signing and verifying for the pubkey of...
If we could use https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki, that would be the dream. If that's too long-term, we should definitely make an issue so we remember. @kallewoof do you happen to know if...
I think that envelope protocols other than `"ord"` will not be supported by `ord` the binary, so we can only add things for other protocols if someone writes PRs and...