Open seedhammer opened 1 year ago
Probably why I couldn't use it with Nunchuk wallet for a multisig setup. Got error messages when trying to import the descriptor.
I don't think @bitcoinheiro issue is directly related as this would need to be implemented in Specter-DIY to work for him.
Specter currently exports a multi-sig descriptor embedded in a JSON object, e.g.
When exporting as animated QR codes, the parts looks like this:
This issue is about supporting the blockchain commons standards, BCR-2020-005 for the QR codes, and BCR-2020-010 for the output descriptor.
To keep it simple, you can start by wrapping your descriptor in the generic
bytes
data type, and skip the fancier fountain encoding. BlueWallet does that.CC @ChristopherA.