sipa / bech32

Code snippets and analysis of the Bech32 format
191 stars 107 forks source link

Safe usage in mainnet #39

Closed youssefgh closed 6 years ago

youssefgh commented 6 years ago

Am creating a wallet for testnet and mainnet. Am wondering is it safe to enable the use of bech32 addresses in mainnet now ? I already asked this question in stackexchange but it look like nobody have any idea What worries me is the 'draft' status of this BIP Thanks a lot for your contribution !

afk11 commented 6 years ago

Asked on IRC a while back, the draft status shouldn't deter you using bech32 at this point. Wallets and explorers already generating these addresses, and the spec hasn't been changed in months.

youssefgh commented 6 years ago

Thanks a lot ! happy to hear that :D