pointbiz / bitaddress.org

JavaScript Client-Side Bitcoin Wallet Generator
https://www.bitaddress.org
2.44k stars 1.51k forks source link

Native SegWit (P2WPKH) - Bech32 addresses should be shown after entry of a private key in the Wallet Details section #255

Open GregoryTrzonkowski opened 2 years ago

GregoryTrzonkowski commented 2 years ago

Actual result: There is only the Legacy Adresses (P2PKH) bitcoin address shown (11VbYPaCwHNkpkiBkduvtJGoaeSCPrFXT in the attached screenshot).

Expected result: There are both bitcoin addresses: Legacy Adresses (P2PKH) and Native SegWit (P2WPKH) shown (bc1qqqtaanm3u6uwcplfxm2zax57jgpvdnv9kkrc50 in the case shown in the attached screenshot).

image

expatjedi commented 2 years ago

Try https://mypaperwallet.xyz it shows what you need. Repo is in my account.

GregoryTrzonkowski commented 2 years ago

Thank you. I appreciate your work very much.