mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-12-25 16:08:13 +00:00
Correcting the math of the range of patterns for 1Kids* reported with Issue #38
This commit is contained in:
parent
4a02331491
commit
4c1e976363
@ -547,7 +547,7 @@ In our first chapter, we introduced Eugenio, a children's charity director opera
|
|||||||
|
|
||||||
===== Generating Vanity Addresses
|
===== 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"
|
.The range of vanity addresses starting with "1Kids"
|
||||||
|=======
|
|=======
|
||||||
|
Loading…
Reference in New Issue
Block a user