mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-06-23 16:38:53 +00:00
Edited ch02_overview.adoc with Atlas code editor
This commit is contained in:
parent
57bfece748
commit
151993bd75
@ -398,7 +398,7 @@ View the https://oreil.ly/GwBq1[transaction from Alice to Bob's Store].
|
|||||||
|
|
||||||
==== Adding the Transaction to the Blockchain
|
==== Adding the Transaction to the Blockchain
|
||||||
|
|
||||||
The transaction created by Alice's wallet application
|
The ((("transactions", "adding to blockchain", id="transaction-add-blockchain")))((("blockchain", "adding transactions to", id="blockchain-add-transaction")))transaction created by Alice's wallet application
|
||||||
contains everything necessary to confirm ownership of the funds and
|
contains everything necessary to confirm ownership of the funds and
|
||||||
assign new owners. Now, the transaction must be transmitted to the
|
assign new owners. Now, the transaction must be transmitted to the
|
||||||
Bitcoin network where it will become part of the blockchain. In the next
|
Bitcoin network where it will become part of the blockchain. In the next
|
||||||
@ -450,7 +450,7 @@ seconds. Bob's wallet will immediately identify Alice's transaction as
|
|||||||
an incoming payment because it contains an output redeemable by Bob's
|
an incoming payment because it contains an output redeemable by Bob's
|
||||||
keys. Bob's wallet application can also independently verify that the
|
keys. Bob's wallet application can also independently verify that the
|
||||||
transaction is well formed. If Bob is using his own full node, his
|
transaction is well formed. If Bob is using his own full node, his
|
||||||
wallet can further verify Alice's transaction only spends((("transactions", "constructing", startref="transaction-construct"))) valid UTXOs.
|
wallet can further verify Alice's transaction only spends((("transactions", "constructing", startref="transaction-construct")))((("transactions", "adding to blockchain", startref="transaction-add-blockchain")))((("blockchain", "adding transactions to", startref="blockchain-add-transaction"))) valid UTXOs.
|
||||||
|
|
||||||
=== Bitcoin Mining
|
=== Bitcoin Mining
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user