1
1
I have noticed that many bitcoin addresses begin with numbers or uppercase characters. I realize that all addresses begin with the number one but can I generate an address with the second character being lowercase? Is it significantly harder to generate an address with multiple lowercase letters at the beginning? Are there any other limitations in regards to generating vanity addresses?
1from the link regarding the base58 address space they do not mention the difficulty of getting an address that begins with 10, or does the zero fall after 9 and before A? – Mark S. – 2013-10-30T04:06:57.223
1nevermind I see 0 is not part of the base58 implementation to prevent confusion with the capital O. – Mark S. – 2013-10-30T04:13:21.283
In addition to the above answer, 0 (zero), O (uppercase letter o), l (lowercase letter L) and I (uppercase letter i) are not allowed in Bitcoin addresses because they can be ambiguous. – CPomerantz – 2014-04-06T19:33:51.993