refers to Simplified Payment Verification, a scheme by which thin clients can check whether the network trusts a transaction.
Questions tagged [spv]
122 questions
4
votes
2 answers
How does an SPV wallet use the headers that it downloads?
My understanding is that an SPV wallet downloads "headers only". These headers are not enough to get a UTXO set, so it has to rely on another data source when it comes time to move bitcoin. If thats the case, then why does it even need the headers?

priestc
- 311
- 1
- 3
- 9
1
vote
2 answers
Passing incomplete information to an SPV node
I am wondering how SPV handles the following scenario:
A transaction has been confirmed by some block X, and funds address y.
At some later block, the transaction's output are spent again
SPV node queries the balances of y, the full node peer…

whomaniac
- 135
- 3
0
votes
0 answers
What are the proposed solution for SPV scaling?
Apart from Client Side filtering, are there any other solutions regarding how to scale light clients?
Maybe having centralised services hold the UTXO list, the problem would then be how to anonymise your requests to that the centralised server…

Kyle Graham
- 702
- 10
- 24