mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-02-03 19:31:18 +00:00
Edited ch02_overview.adoc with Atlas code editor
This commit is contained in:
parent
2628b27c54
commit
b02f67a23a
@ -454,7 +454,7 @@ wallet can further verify Alice's transaction only spends((("transactions", "con
|
|||||||
|
|
||||||
=== Bitcoin Mining
|
=== Bitcoin Mining
|
||||||
|
|
||||||
Alice's transaction is now propagated on the Bitcoin
|
Alice's transaction((("bitcoins", "mining", id="bitcoin-mining")))((("mining", id="mining"))) is now propagated on the Bitcoin
|
||||||
network. It does not become part of the _blockchain_ until it is
|
network. It does not become part of the _blockchain_ until it is
|
||||||
included in a block by a process called _mining_ and that block has been
|
included in a block by a process called _mining_ and that block has been
|
||||||
validated by full nodes. See
|
validated by full nodes. See
|
||||||
@ -592,7 +592,7 @@ computation difficulty for the chain as a whole.
|
|||||||
By convention, any block with more than six confirmations
|
By convention, any block with more than six confirmations
|
||||||
is considered very hard to change, because it would require an immense amount of
|
is considered very hard to change, because it would require an immense amount of
|
||||||
computation to recalculate six blocks (plus one new block). We will examine
|
computation to recalculate six blocks (plus one new block). We will examine
|
||||||
the process of mining and the way it builds confidence in more detail in
|
the process of mining and the way it builds confidence in more ((("bitcoins", "mining", startref="bitcoin-mining")))((("mining", startref="mining")))detail in
|
||||||
<<mining>>.
|
<<mining>>.
|
||||||
|
|
||||||
[[block-alice1]]
|
[[block-alice1]]
|
||||||
|
Loading…
Reference in New Issue
Block a user