Post
Topic
Board Development & Technical Discussion
Merits 5 from 2 users
Re: Randomly picking 24 words from the BIP39 wordlist
by
larry_vw_1955
on 11/12/2022, 05:24:46 UTC
⭐ Merited by o_e_l_e_o (4) ,ETFbitcoin (1)
Well, Bitcoin addresses are not made to be written down or spelled by humans.

If that's the case then please explain:

Bech32 is an encoding scheme used to encode SegWit addresses and Lightning invoices. The Bech32 alphabet contains 32 characters, including lowercase letters a-z and the numbers 0-9, excluding the number 1 and the letters ‘b’, ‘i’, ‘o’ to avoid reader confusion.

The Base58 symbol chart used in Bitcoin is specific to the Bitcoin project and is not intended to be the same as any other Base58 implementation used outside the context of Bitcoin (the characters excluded are: 0, O, I, and l)

[/quote]