|
|
|
|
|
by popol12
2896 days ago
|
|
On this point, light wallets are just as protected as full node.
Light wallets are able to validate blocks just from their header, thanks to the structure of a block. Indeed, all transactions in a block are commited in a merkle root hash that is included in the block header, therefore it's impossible to invent fake transactions without forging a whole new branch of blocks, from the fake block up to the last block. Just like for a full node !
Light wallets are not perfect though, potential attacks are summed up here, slide 13: https://breaking-bitcoin.com/slides/SPVSecurity.pdf
Coda doesn't improve on this issues at all. Also, argument of authority: I work for a wallet provider |
|