Post
Topic
Board Bitcoin Discussion
Re: CoinWallet says Bitcoin stress test in September will create 30-day backlog
by
sniveling
on 18/08/2015, 18:43:28 UTC
Heck we got the message the first time, don't do it again.

Right?  What is the point?  Everyone knows.  We all know something needs to be done.  Why shoot bitcoin in the foot to get it done?  Maybe they want the btc price to plummet, and shut down other miners to decrease difficulty, then they can mine some blocks, and get ahead of the game?

I am in favor of larger block sizes, but this is not the way to make it happen.  In fact, if everyone disagrees with me then the end result will be higher fees imo resulting in BTC  becoming a storage of wealth and LTC becoming the major coin for transactions.  But No one should try to force the issue.  We need a community decision, consensus, not a rogue company trying to prove a point that has already been proven.

Stupid is as stupid does.

In this case, why wouldn't people move their wealth to LTC?  And why wouldn't LTC have the same problem as its transactions increase?


This post claims it's not possible to do the stress test attack to Litecoin because of a patch added to it. If that's true then wouldn't it be a good idea to add the same patch to Bitcoin? I'm not a dev and I don't know if that quoted post is telling the truth, but it sounds like a simple and easy to implement solution.


For anyone interested, it looks like coblee answered my question:

https://www.reddit.com/r/Bitcoin/comments/3ci25k/the_current_spam_attack_on_bitcoin_is_not/

Quote
I know this is post is going to be controversial, but here goes... Smiley

This spam attack is not economically feasible on the Litecoin network. I will explain why.

Here's one of txns that is spamming the network: https://blockchain.info/tx/1ec8370b2527045f41131530b8af51ca15a404e06775e41294f2f91fa085e9d5

For creating 34 economically unfeasible to redeem UTXOs, the spammer only had to pay 0.000299 btc ($0.08). In order to clean up all these spammy UTXOs, you needed a nice pool to mine this huge transaction for free. And the only reason why the pool was able to was because the spammer sent these coins to simple brain wallets! If these were random addresses, they would stick around in the UTXO set forever! (or until each BTC is worth a lot)

The reason why Litecoin is immune to this attack is because Litecoin was attacked in a similar fashion (though to a much smaller degree) years ago. And I noticed this flaw in Bitcoin and patched it in Litecoin. There's code in Bitcoin that says if someone sends a tiny amount of coins to an output, make sure that he pays the mintxfee. This makes sense because you wouldn't want someone creating "dust" spam by sending small amount of coins. BUT the code still only enforces the same mintxfee if you send to many small outputs. The fix is simple: require a mintxfee for each tiny output.

Because of this fix, Litecoin's UTXO set is much more manageable than Bitcoin's. But the pull request for this that I created against the bitcoin codebase was rejected 3 years ago: https://github.com/bitcoin/bitcoin/pull/1536

One of the reasons why I created Litecoin was because it was hard for someone like me (who was a nobody back then) to make any changes to Bitcoin. Having a different set of developers take the code in a different direction can only be good for the resiliency of the whole cryptocurrency movement. And that is why there is value in altcoins.