Post
Topic
Board Bitcoin Technical Support
Merits 2 from 2 users
Re: Two questions about bitcoin public key
by
aundroid
on 10/09/2019, 12:05:34 UTC
⭐ Merited by o_e_l_e_o (1) ,ETFbitcoin (1)
1. Why doesn't any public key contain "zero" ?

As far as I know, the Base58 encoding removes all the characters 0, O, I, l

2. As far as I know there is no difference between uppercase and lowercase letters when we make a transaction. So, why are there both uppercase and lowercase letters in the public key when they are shown on different block explorers?

only bech32 type addresses (starting with bc1) are case-INsensitive, the others are case sensitive.