1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-03-25 03:45:47 +00:00

Made changes to glossary.asciidoc

This commit is contained in:
myarbrough@oreilly.com 2014-11-12 05:17:23 -08:00
parent 0cfa9f4ea1
commit 6cc67a1961

View File

@ -22,7 +22,7 @@ confirmations::
Once a transaction is included in a block, it has one confirmation. As soon as _another_ block is mined on the same block chain, the transaction has two confirmations, and so on. Six or more confirmations is considered sufficient proof that a transaction cannot be reversed.((("confirmations")))
difficulty::
A network-wide setting that controls how much computation is required to find a Proof-Of-Work.((("difficulty")))
A network-wide setting that controls how much computation is required to produce a proof of work.((("difficulty")))
difficulty target::
A difficulty at which all the computation in the network will find blocks approximately every 10 minutes.((("target difficulty")))