Correcting the math of the range of patterns for 1Kids* reported with Issue #38

pull/42/head
Minh T. Nguyen 10 years ago
parent 7ef14e8c65
commit b4468d0aa9

@ -547,7 +547,7 @@ In our first chapter, we introduced Eugenio, a children's charity director opera
===== Generating Vanity Addresses
It's important to realize that a bitcoin address is simply a number represented by symbols in the Base-58 alphabet. The search for a pattern like "1Kids" can be seen as searching for an address in the range from "1Kids11111111111111111111111111111" to "1Kidszzzzzzzzzzzzzzzzzzzzzzzzzzzzz". There are approximately 58^31^ (approximately 4.6 * 10^54^) addresses in that range, all starting with "1Kids".
It's important to realize that a bitcoin address is simply a number represented by symbols in the Base-58 alphabet. The search for a pattern like "1Kids" can be seen as searching for an address in the range from "1Kids11111111111111111111111111111" to "1Kidszzzzzzzzzzzzzzzzzzzzzzzzzzzzz". There are approximately 58^29^ (approximately 1.4 * 10^51^) addresses in that range, all starting with "1Kids".
.The range of vanity addresses starting with "1Kids"
|=======

Loading…
Cancel
Save