merland / seedpicker

Create your own BIP39 seed phrase, securely and transparently.
http://seedpicker.net
MIT License
44 stars 20 forks source link

Copy change #11

Closed mflaxman closed 4 years ago

mflaxman commented 4 years ago

There are 3 different multisig schemes that Electrum supports (p2sh, p2sh-wrapped-p2wsh, and p2wsh). You've implemented p2wsh (best choice), but that's going to be confusing to end users.

Since what you've implemented is called native segwit multisig (p2wsh) on Electrum, I'd recommend you add that copy.

Perhaps change to something like this? Extended Public Key in Zpub format (Suitable for use in an Electrum Multi-signature scheme) -> Extended Public Key in Zpub format for Electrum's native segwit multisig (p2wsh)

merland commented 4 years ago

Thanks for this, changed as suggested.