-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message signing with multisig wallet #193
Comments
It's unsupported. Unfortunately standards for message signing are fragmented for single sig, and non-existent (afaik) for multisig. Additionally, I doubt any hardware wallets support it, and they would typically be the cosigners in a multisig. |
It'd be a useful feature once standards for HW multisig signing are reached. As you say, it doesn't look like HWI supports this yet. I wonder if efforts are being made to introduce support? |
What about signing with single sig HW wallets? I have the same greyed out |
That's because you will need to perform the message signing on the device itself. |
I should add - assuming this HWW is configured as airgapped. |
On this particular occasion I was testing with a HW connected via USB. Funnily enough, I tried again and now the signing option is available so unfortunately I can't really help much with debugging what was wrong initially |
Ok, I'm going to close this off. If you encounter the issue again, please add another comment. |
It's not clear to me why you have closed the issue. Message signing with cosigners in (HW) multisig is a legitimate and useful feature request. |
This is a separate, resolved issue that is unrelated to the subject of this issue. |
Fair enough. I've reopened it. I do suspect though that it is unlikely to be resolved anytime soon. I hope I'm wrong! |
Hopefully won't be too long. I was quite surprised to discover that there doesn't even seem to be support in e.g. Electrum for multisig wallets w/o HW cosigners - I'd just assumed it'd be available as a standard already. I opened an issue in the HWI repo. Maybe I'll take a stab at it at some point. |
Hey guys, is there any update on this issue? I actually want to use this feature but its still unavailable! |
It's not just up to Sparrow - there are no standards for such a feature available, let alone implementations in hardware wallets. See my comment above. |
This missing feature was also not intuitive for me. I understand the lack of missing standards. So there is currently no way to prove to the outside world that a certain multi sig address is mine? |
Yes, this is the best way currently
Added validation for multisig addresses and a tooltip for the address field in cc8dd59: |
love it - you are on fire! 🥳 (As I see in your commit the messages seem to be "hardcoded" not using i18n. Any plans for translating the Wallet or don't you think this is needed as Bitcoiners around the world do speak English? I didn't even notice it till that moment as I'm used to English as an IT guy but I could imagine there are people out there needing/preferring their local language... |
Is message signing supported by multisig wallets in Sparrow at present?
In the
Sign/Verify Message
tool there seems to be no option to sign (Sign
button is greyed out), onlyVerify
. Is this a bug or unsupported feature?The text was updated successfully, but these errors were encountered: