Hacker News new | ask | show | jobs
by tobiaswk 2964 days ago
That's my point. BCH did not include some technical innovations like you stated. It simply increased hardcoded block size limit. Simple as that. Even Satoshi himself mentions this in his whitepaper. Other stuff has also changed. The difficulty adjustment (DAA) algorithm has changed to allow are more stable difficulty for miners. Segwit just changed what parts of a transaction counted as size in a block. In reality we're talking about 200KB or thereabouts extra space in blocks. Lightning network is based on a mesh-network. Furthermore it completely changes the bitcoins fundamental clockwork. Suddenly you can't receive payments if you don't hold any coins yourself. Even more detrimental; you can't receive payments if you are not online on the lightning network. It has several other flaws that are very hard to fix; https://medium.com/@jonaldfyookball/mathematical-proof-that-....

I suggest you see this presentation on 1GB blocks (tested on test-net) by Peter Rizun; https://www.youtube.com/watch?v=5SJm2ep3X_M And his talk at "Satoshi's Vision" (here he talks about what is called "weak blocks" and how it can improve scaling and wasted PoW; https://www.youtube.com/watch?v=yXFuNkaYcPQ

It's totally feasible and does not require super computers albeit a Raspberry Pi won't do no more. Scaling to VISA level of transactions is possible. I don't think it's really going to change too much in computing power with bigger blocks. The size of the merkle root won't change just because blocks are larger which means the block header size won't change.

Why do you suspect a second-layer is needed?

2 comments

You need a second layer(and possibly more on-top of that) for several reasons.

How do you expect to propagate and store 1GB blocks (hell, even 100MB blocks) every 10 minutes for the foreseeable future. I understand that the cost of storage and bandwidth has been falling for some time however if you want this system to gain 'mainstream' adaption it cannot everyone's coffee purchases for the rest of time. How do you keep a system like that decentralised if you aren't even paying people to run these nodes? There certainly wouldn't be as many as there are currently.

In a world of 1GB blocks and ultra cheap transactions it means people can simply use it as online storage. You could upload your movie collection and have it propagated to all of the nodes on the network.

The internet would not have scaled if we still broadcasted every single packet to all of the nodes on the network, it had to be split up and routed and the very same will happen to Bitcoin.

Extremely large blocks will require the big miners to all host their servers in a ULLDMA-like facility, because low latency block propagation gives them the advantage. Anyone not in the club will suffer high-latency block propagation which will put them at a disadvantage to the other players who are all hosted in the same physical location. The result is that a single-point of failure in the system will come not from the concentration of mining power, but the concentration of block-propagating servers accounting for the majority of mining power.

There are obvious questions like who will run such facility, who will be able to join, at what price, and under what jurisdiction will it be. If the club is run collectively by the largest miners, they would not be incentivized to let any new competition join the club as it would collectively harm the existing members who have the advantage.

Also, in existing trading markets, we've seen that there's an "outside club" that can pay to host servers in these facilities, but there's still an "inside club", who get the data earlier than the outside club. (https://www.cnbc.com/id/100809395)

At which point you may as well put the transactions in a SQL database and call it Paypal.
> Suddenly you can't receive payments if you don't hold any coins yourself.

This is completely untrue. The person who is sending you coins can open up a channel to you and load it with the money they're sending you. Sometimes they won't even need to open a channel because you already have one open, but just with no funds on your end of it. Eventually, exchanges will support loading up channels directly this way such that users never actually need to touch the base Bitcoin layer directly, and will deal purely in LN transactions except when they need to settle disputes.