mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-25 17:38:26 +00:00
Edited ch10_network.adoc with Atlas code editor
This commit is contained in:
parent
cc524c3a06
commit
511e5ea6dc
@ -496,7 +496,7 @@ an extended period((("Bitcoin network", "nodes", "syncing blockchain", startref=
|
||||
[[spv_nodes]]
|
||||
=== Lightweight Clients
|
||||
|
||||
Many Bitcoin clients are designed to run on space- and
|
||||
Many ((("Bitcoin network", "lightweight clients", id="bitcoin-network-lightweight")))((("lightweight clients", id="lightweight")))((("SPV (simplified-payment-verification) clients", id="spv-lightweight")))Bitcoin clients are designed to run on space- and
|
||||
power-constrained devices, such as smartphones, tablets, or embedded
|
||||
systems. For such devices, a _simplified payment verification_ (SPV)
|
||||
method is used to allow them to operate without validating the full
|
||||
@ -594,7 +594,7 @@ incoming and outgoing transactions.
|
||||
Bloom filters allow lightweight clients to receive a subset of
|
||||
the transactions without directly revealing precisely which addresses they are
|
||||
interested in, through a filtering mechanism that uses probabilities
|
||||
rather than fixed patterns.
|
||||
rather than ((("Bitcoin network", "lightweight clients", startref="bitcoin-network-lightweight")))((("lightweight clients", startref="lightweight")))((("SPV (simplified-payment-verification) clients", startref="spv-lightweight")))fixed patterns.
|
||||
|
||||
[[bloom_filters]]
|
||||
=== Bloom Filters
|
||||
|
Loading…
Reference in New Issue
Block a user