Author

Topic: Attacco spam: il fix implementato in Litecoin e non da Bitcoin (Read 1597 times)

hero member
Activity: 980
Merit: 1002
neanche io, sorry :-D
hero member
Activity: 484
Merit: 500
http://cointelegraph.com/news/114791/litecoin-shows-there-is-a-simple-fix-for-spam-attacks-on-bitcoin

Cosa ne pensate? Io non ci ho capito molto, qualcuno mi può spiegare meglio questo fix introdotto sul network litecoin?

Perchè non è stato implementato anche in bitcoin?


Perche' non usare https://bitcointalksearch.org/topic/flood-attack-transazioni-lente-aggiornamenti-1114064 ?

cavolo scusate non avevo visto che si era parlato dello stesso argomento
legendary
Activity: 2506
Merit: 1120
http://cointelegraph.com/news/114791/litecoin-shows-there-is-a-simple-fix-for-spam-attacks-on-bitcoin

Cosa ne pensate? Io non ci ho capito molto, qualcuno mi può spiegare meglio questo fix introdotto sul network litecoin?

Perchè non è stato implementato anche in bitcoin?


Perche' non usare https://bitcointalksearch.org/topic/flood-attack-transazioni-lente-aggiornamenti-1114064 ?
hero member
Activity: 980
Merit: 1002
E' tutto scritto nella pull req su git, la conversazione fra i dev che ha portato alla bocciatura del fix:

https://github.com/bitcoin/bitcoin/pull/1536

Quote
coblee commented on Jun 29, 2012
This code helps with reducing dust spam. The original code will make the transaction fee become the minimum fee if any output is less than a cent. This makes it costly to send dust spam, but there's an edge case. The attacker can send a transaction with 1000 outputs of one satoshi each. The transaction size is huge but the fee is only the base fee. This fix will increase the fee by the base fee amount for each output that's less than a cent.

Quote
gavinandresen commented on Jul 2, 2012
This doesn't feel like the right fix to me.
Fixing the coin selection algorithm so it works quickly with wallets containing gazillions of tiny transactions is part of the solution. Something simple like "If there are more than X unspent outputs, don't use the fancy knapsack-problem-solver, just use the biggest-value unspent input(s) until you have enough to pay for the transaction+fee."
See https://gist.github.com/2961409 for the direction I think will work. With the right priority algorithm (and a minimum-to-be-relayed-included threshold) I don't think a dust spam fee is needed at all.
hero member
Activity: 484
Merit: 500
http://cointelegraph.com/news/114791/litecoin-shows-there-is-a-simple-fix-for-spam-attacks-on-bitcoin

Cosa ne pensate? Io non ci ho capito molto, qualcuno mi può spiegare meglio questo fix introdotto sul network litecoin?

Perchè non è stato implementato anche in bitcoin?

Jump to: