mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-02-09 14:13:10 +00:00
Edited ch12_mining.adoc with Atlas code editor
This commit is contained in:
parent
6cd161124d
commit
e0119bc0dd
@ -254,7 +254,7 @@ trusted, public, global ((("bitcoins", "mining", "decentralized consensus", star
|
|||||||
=== Independent Verification of Transactions
|
=== Independent Verification of Transactions
|
||||||
|
|
||||||
In
|
In
|
||||||
<<c_transactions>>, we saw how wallet software creates transactions by
|
<<c_transactions>>, we saw ((("bitcoins", "mining", "independent transaction verification", id="bitcoin-mining-verify")))((("mining", "independent transaction verification", id="mining-verify")))((("transactions", "independent verification", id="transaction-verify")))((("independent transaction verification", id="independent-transaction-verify")))((("verifying", "transactions", id="verify-transaction")))((("nodes", "transaction verification", id="node-verify")))how wallet software creates transactions by
|
||||||
collecting UTXOs, providing the appropriate authentication data, and then
|
collecting UTXOs, providing the appropriate authentication data, and then
|
||||||
constructing new outputs assigned to a new owner. The resulting
|
constructing new outputs assigned to a new owner. The resulting
|
||||||
transaction is then sent to the neighboring nodes in the Bitcoin network
|
transaction is then sent to the neighboring nodes in the Bitcoin network
|
||||||
@ -303,7 +303,7 @@ address new types of denial-of-service attacks.
|
|||||||
|
|
||||||
By independently verifying each transaction as it is received and before
|
By independently verifying each transaction as it is received and before
|
||||||
propagating it, every node builds a pool of valid (but unconfirmed)
|
propagating it, every node builds a pool of valid (but unconfirmed)
|
||||||
transactions known as the _memory pool_ or
|
transactions known ((("bitcoins", "mining", "independent transaction verification", startref="bitcoin-mining-verify")))((("mining", "independent transaction verification", startref="mining-verify")))((("transactions", "independent verification", startref="transaction-verify")))((("independent transaction verification", startref="independent-transaction-verify")))((("verifying", "transactions", startref="verify-transaction")))((("nodes", "transaction verification", startref="node-verify")))as the _memory pool_ or
|
||||||
_mempool_.
|
_mempool_.
|
||||||
|
|
||||||
=== Mining Nodes
|
=== Mining Nodes
|
||||||
|
Loading…
Reference in New Issue
Block a user