|
|
|
|
|
by EGreg
2356 days ago
|
|
Well, all projects can be changed by humans. However, the problem with Bitcoin is that it's built on a monolithic blockchain, so it's actually got a bottleneck. The miner is the bottleneck. Every transaction in the world must be sent to every potential miner, making it even more inefficient. In most other distributed systems, when you increase the number of computers, the amount of transactions the system can handle increases. Not so with these monolithic blockchains. Ethereum has the same problem. Vitalik even admitted it this year: https://community.intercoin.org/t/vitalik-scalability-is-a-b... We need systems that are sharded from day 1, such as MaidSAFE and Holochain. "Embarrassingly Parallel" systems! |
|