1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

Edited ch04_keys.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-27 19:03:38 +00:00
parent 829b4cecdc
commit 0819c1ab49

View File

@ -1631,7 +1631,7 @@ such as vanity addresses and paper wallets.
==== Vanity Addresses ==== Vanity Addresses
Vanity((("public key cryptography", "vanity addresses", id="pub-key-vanity")))((("vanity addresses", id="vanity-addr"))) addresses are valid Bitcoin Vanity((("public key cryptography", "vanity addresses", id="pub-key-vanity")))((("vanity addresses", id="vanity-addr")))((("addresses", "vanity", id="address-vanity"))) addresses are valid Bitcoin
addresses that contain human-readable messages. For example, addresses that contain human-readable messages. For example,
+1LoveBPzzD72PUXLzCkYAtGFYmK5vYNR33+ is a valid address that contains +1LoveBPzzD72PUXLzCkYAtGFYmK5vYNR33+ is a valid address that contains
the letters forming the word "Love" as the first four base58 letters. the letters forming the word "Love" as the first four base58 letters.
@ -1833,7 +1833,7 @@ gives discount pricing to Eugenia.
// https://github.com/MakisChristou/vanitybech // https://github.com/MakisChristou/vanitybech
We don't expect to see many vanity addresses in We don't expect to see many vanity addresses in
the future unless the preceding problems ((("public key cryptography", "vanity addresses", startref="pub-key-vanity")))((("vanity addresses", startref="vanity-addr")))((("privacy", "vanity addresses", startref="privacy-vanity")))are solved. the future unless the preceding problems ((("public key cryptography", "vanity addresses", startref="pub-key-vanity")))((("vanity addresses", startref="vanity-addr")))((("privacy", "vanity addresses", startref="privacy-vanity")))((("addresses", "vanity", startref="address-vanity")))are solved.
[[paper_wallets]] [[paper_wallets]]
==== Paper Wallets ==== Paper Wallets