Post
Topic
Board Development & Technical Discussion
Re: How is this address possible?
by
EricJ2190
on 22/06/2011, 07:06:06 UTC
Neither of those are invalid. Bitcoin's base58 skips '0', 'O', 'I', or 'l'. Characters 'o', 'i', and 'L' are fine.

Code:
static const char* pszBase58 = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";