-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
97a5587
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am very happy about bech32.
As of now, I see a bit of confusion among the developers who coded for bech32 in a fast time. There is some confusion for how to generate the bech32 valid wallets.
I think there is a great potential for clarification AND examples for how to generate valid keys + addresses from start to finish. Like a step by step documentation. I know it already exists, but I see that some people got it wrong anyway.
Let's take a 12 word seed. Try to generate bech32 wallets with:
https://coinb.in/#newSegWit
AND
https://iancoleman.io/bip39/
AND
In the electrum wallet.
All of them generate a different thing for bech32. All of the coders are smart. Why do they get different results ?
I have no idea why. I only see that there is a great potential for clarification. What is exactly missing in the documentation is unclear.
The best thing would be to set up a very easy step-by-step guide for bech32 address + key generation and best practices guide. So that developers can follow the same thing.
Also the Q&A sessions with smart and silly questions about Bech32 generation would help to understand what the developers misunderstand about the Bech32. So that clarifications can be added to the documentation.
Thx for the bech32. Let's keep building a better world !