1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-24 14:41:30 +00:00

Edited ch04_keys.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 19:36:54 +00:00
parent 126c7f0cc7
commit 6bde08ecc5

View File

@ -399,7 +399,7 @@ authorized by an input script that acts like a ((("public key cryptography", "in
[[p2pk]] [[p2pk]]
=== IP Addresses: The Original Address for Bitcoin (P2PK) === IP Addresses: The Original Address for Bitcoin (P2PK)
We've ((("public key cryptography", "IP address payments and", id="pub-key-ipaddress")))((("IP addresses", "for Bitcoin payments", secondary-sortas="Bitcoin payments", id="ipaddress-payment")))((("payments", "via IP addresses", id="payment-ipaddress")))((("P2PK (pay to public key)", id="p2pk")))established that Alice can pay Bob by assigning some of her We've ((("public key cryptography", "IP address payments and", id="pub-key-ipaddress")))((("IP addresses for Bitcoin payments", id="ipaddress-payment")))((("payments", "via IP addresses", id="payment-ipaddress")))((("P2PK (pay to public key)", id="p2pk")))established that Alice can pay Bob by assigning some of her
bitcoins to one of Bob's public keys. But how does Alice get one of bitcoins to one of Bob's public keys. But how does Alice get one of
Bob's public keys? Bob could just give her a copy, but let's look again Bob's public keys? Bob could just give her a copy, but let's look again
at the public key we worked with in <<public_key_derivation>>. Notice at the public key we worked with in <<public_key_derivation>>. Notice
@ -474,7 +474,7 @@ to see the benefits when we look at the following section.
This type of output is known today as _pay to public key_, or _P2PK_ for This type of output is known today as _pay to public key_, or _P2PK_ for
short. It was never widely used for payments, and no widely used short. It was never widely used for payments, and no widely used
program has supported IP address payments for almost((("public key cryptography", "IP address payments and", startref="pub-key-ipaddress")))((("IP addresses", "for Bitcoin payments", secondary-sortas="Bitcoin payments", startref="ipaddress-payment")))((("payments", "via IP addresses", startref="payment-ipaddress")))((("P2PK (pay to public key)", startref="p2pk"))) a decade. program has supported IP address payments for almost((("public key cryptography", "IP address payments and", startref="pub-key-ipaddress")))((("IP addresses for Bitcoin payments", startref="ipaddress-payment")))((("payments", "via IP addresses", startref="payment-ipaddress")))((("P2PK (pay to public key)", startref="p2pk"))) a decade.
[[addresses_for_p2pkh]] [[addresses_for_p2pkh]]
=== Legacy Addresses for P2PKH === Legacy Addresses for P2PKH