Bitcoin-NG: A Scalable Blockchain Protocol
Bitcoin-NG addresses the inherent scalability limitations of Bitcoin by decoupling the leader election process from the transaction serialization process. In thAbstract
Bitcoin-NG addresses the inherent scalability limitations of Bitcoin by decoupling the leader election process from the transaction serialization process. In the standard Bitcoin protocol, the latency of block creation is limited by the time taken to propagate a block containing both transaction data and proof-of-work. Bitcoin-NG introduces a dual-structure approach: ‘Key blocks’ serve to elect a leader, while subsequent ‘Microblocks’ containing batches of transactions are signed and published by the leader at a high frequency. This methodology allows the network to achieve near-instantaneous transaction confirmation without increasing the security risk of chain forks or centralization. The results indicate that throughput is significantly increased while keeping the confirmation latency near the speed of network propagation. This research is pivotal in the evolution of blockchain architecture, moving away from block-based throughput toward stream-based models, and has influenced many subsequent layer-one scaling solutions and high-performance consensus algorithms designed to optimize bandwidth utilization and responsiveness. Authors: Ittay Eyal, Adem Efe Gencer, Emin Gün Sirer, Robbert van Renesse Publication: Academic Paper Publication date: 2016-01-01Key findings
- Separated transaction serialization from leader election to optimize network throughput.
- Demonstrated significant reduction in transaction confirmation latency compared to standard Bitcoin.
- Maintained security properties similar to the Nakamoto consensus while increasing scalability.
- Introduced Microblocks as a mechanism for high-frequency transaction publishing.
Citation
Ittay Eyal, Adem Efe Gencer, Emin Gün Sirer, Robbert van Renesse (2016). Bitcoin-NG: A Scalable Blockchain Protocol. Academic Paper. https://www.usenix.org/conference/nsdi16/technical-sessions/presentation/eyalRelated knowledge
- Consensus — glossary
- Consensus — related-glossary
- Double Spend — glossary
- Double Spend — related-glossary
- From Throughput to Reliability: The New Metrics That Matter — article
- From Throughput to Reliability: The New Metrics That Matter — related-article
- How Blockchain Architecture Is Quietly Solving Real Business Problems — article
- How Blockchain Architecture Is Quietly Solving Real Business Problems — related-article
- Layer 3 in Blockchain: The Next Big Thing for Crypto Scalability? — article
- Layer 3 in Blockchain: The Next Big Thing for Crypto Scalability? — related-article
- Layer 3: The Next Frontier in Blockchain Scalability — article
- Layer 3: The Next Frontier in Blockchain Scalability — related-article
- Mint — glossary
- Mint — related-glossary
- Oracle — glossary
- Oracle — related-glossary
Canonical knowledge ID:
research:bitcoin-ng-a-scalable-blockchain-protocol