|
|
|
|
|
by riptheworld
1611 days ago
|
|
Bitcoin’s throughput is limited as a function of network security and network delay. It has nothing to do with making it easier for clients to sync with the current state. You can improve Bitcoin’s transaction rate in two ways: 1.) decrease mining difficulty, i.e., the amount of hashing required to produce a valid proof-of-work on average. This impacts the security of the network. 2.) increase the block size so you can fit more transactions into a single block. This negatively impacts network latency (and therefore scalability, as it increases the burden of propagating messages across the network). To your question on Algorand: yes, new consensus participants can quickly and easily sync with the current state of the blockchain through fast catch-up [1], without any meaningful security degradation [2]. [1] https://youtu.be/BOnond-J3Zo [2] https://eprint.iacr.org/2018/269.pdf |
|