Hacker News new | ask | show | jobs
by hbags 4559 days ago
I'm such a person. I've been active with BTC, I've mined and traded (both to a nice personal profit), but I think BTC is a loser. I invested in BTC the same way I invested in one-hit wonders like Zynga: very temporarily.

Perhaps we can ask each other some questions:

My first question: BTC is designed with very limited bandwidth for transactions (right now it can only do 7 transactions per second). Is there an actual solution in place to deal with this? All I ever see is hand-waving about how the limits could be raised or eliminated, though that appears that it would create a problem with block chain size and bandwidth.

Is there a proposal someplace that actually addresses BTC's current lack of capacity that doesn't just create a rather massive bandwidth and storage problem?

2 comments

One possibility is to use off-chain transactions between networks of nodes that occasionally settle on the actual blockchain: https://bitcointalk.org/index.php?topic=152334.0;all

This also has the advantage of instant and micro transactions with minimal fees, while retaining most of the properties of Bitcoin itself (decentralized, trustless, irreversible)

If I read the pertaining article correctly then the tps issue is solvable within the practical bounds of the internet, bitcoin development, home connections and bitcoin use cases. For proposals to solve this read: https://en.bitcoin.it/wiki/Scalability - I personally wouldn't consider this a show stopper. Are there specific reasons why you think it might?
If I'm understanding that correctly, every node would experience peak traffic of around 50mbps, and constant traffic of at least 10mpbs. It's not clear to me what happens when you have nodes that lag (and that would certainly be a common occurrence at those levels of traffic).

Beyond that, I found their choice of reference level of traffic oddly low given the stated ambitions of most serious BTC proponents.