iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.55k stars 1.45k forks source link

Add BIP141 tab #119

Closed iancoleman closed 6 years ago

iancoleman commented 7 years ago

BIP49 uses P2WPKH Nested In P2SH

This is also currently provided as an option in the BIP32 tab.

But BIP141 specifies several other formats for segwit addresses.

https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki#Examples

Maybe the tool could facilitate the generation of these other types of addresses

iancoleman commented 6 years ago

See

P2WSH and P2WSH-in-P2SH do not apply to this tool.