CRMar 24, 2018

Blockclique: scaling blockchains through transaction sharding in a multithreaded block graph

arXiv:1803.09029v928 citations
Originality Incremental advance
AI Analysis

This addresses the scalability limitation for decentralized cryptocurrencies, enabling higher transaction throughput, though it appears incremental as it builds on existing blockchain concepts with sharding.

The paper tackles the problem of blockchain scalability by proposing the Blockclique architecture, which uses transaction sharding in a multithreaded block graph to achieve a throughput of thousands of transactions per second, as demonstrated in experimental evaluations.

Decentralized crypto-currencies based on the blockchain architecture under-utilize available network bandwidth, making them unable to scale to thousands of transactions per second. We define the Blockclique architecture, that addresses this limitation by sharding transactions in a block graph with a fixed number of threads. The architecture allows the creation of intrinsically compatible blocks in parallel, where each block references one previous block of each thread. The consistency of the Blockclique protocol is formally established in presence of attackers. An experimental evaluation of the architecture's performance in large realistic networks demonstrates an efficient use of available bandwidth and a throughput of thousands of transactions per second.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes