novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

Better handling of spam transactions #518

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've seen several reports of SPV wallets getting flooded with spam. Here is an 
example:

https://plus.google.com/110550139834413570349/posts/KV1Z8eoVBRX

These transactions will never confirm. Also, they will never be purged from the 
wallet, although I'm pretty sure they are invalid. Currently the only way to 
get rid of them is resetting the block chain.

I'm not sure what options do SPV wallets have to prevent this kind of spam.

Original issue reported on code.google.com by andreas....@gmail.com on 11 Feb 2014 at 9:32

GoogleCodeExporter commented 9 years ago
Oh my god.

https://blockchain.info/address/1SochiWwFFySPjQoi2biVftXn8NRPCSQC

1516 transactions, each with thousands of Satoshi outputs.

Original comment by andreas....@gmail.com on 11 Feb 2014 at 1:57

GoogleCodeExporter commented 9 years ago
Fixed with 0.11.1.

Original comment by andreas....@gmail.com on 15 Apr 2014 at 3:20