iancoleman / bip39

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

Add "Use SegWit addresses (ie P2WPKH Nested In P2SH)" in BIP32 tab #201

Closed jonjonez closed 6 years ago

jonjonez commented 6 years ago

Because the bitcoin core generates xprivkey only in the xpriv (bip32) format and the site does not have the option to see the bitcoin core's segwit addresses, p2sh-segwit and bech32 contain the same private keys, but we can only see legacy addresses, I ask you to add this option: "Use SegWit addresses (ie P2WPKH Nested In P2SH)" which was added in version 0.2.5, thank you.

See: https://prnt.sc/j3jwtl

jonjonez commented 6 years ago

Resolved