-
Notifications
You must be signed in to change notification settings - Fork 209
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
[Feature] Display RedeemScript or Descriptor Information on HW Screen #224
Comments
After investigating more, it seems that multisig addresses can't be displayed. Every library |
All devices handle this differently, either by imo trusting too much, all the way to requiring the user to register multisig wallets on the device first. Going to be difficult to do without a standard. |
What about just displaying a multisig address on device display using the Is this something we could implement here? (I can take a stab at it ...) |
That could be a partially-supporting feature yes. I really want to somehow convince all manufacturers to support registering descriptors so we can have a unified "display address" feature :/ |
Let's say I have 2/2 multisig. I generate a receiving address on desktop and check it against
hwi displayaddress --desc <desc>
on both devices. Then I know that each device controls a key in the multisig address.But how do I actually verify that the address corresponds to a 2/2 multisig address and not k/k where k > 2 without trusting any UI except the hardware wallet display.
Possible attack: the redeemscript is actually 3/3 with 2 of our keys and a 3rd pubkey that belongs to a ransomer.
The text was updated successfully, but these errors were encountered: