mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-29 03:18:33 +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]]
|
[[spv_nodes]]
|
||||||
=== Lightweight Clients
|
=== 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
|
power-constrained devices, such as smartphones, tablets, or embedded
|
||||||
systems. For such devices, a _simplified payment verification_ (SPV)
|
systems. For such devices, a _simplified payment verification_ (SPV)
|
||||||
method is used to allow them to operate without validating the full
|
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
|
Bloom filters allow lightweight clients to receive a subset of
|
||||||
the transactions without directly revealing precisely which addresses they are
|
the transactions without directly revealing precisely which addresses they are
|
||||||
interested in, through a filtering mechanism that uses probabilities
|
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]]
|
||||||
=== Bloom Filters
|
=== Bloom Filters
|
||||||
|
Loading…
Reference in New Issue
Block a user