A Blockchain Consensus Protocol with Horizontal Scalability

Conference Paper (2019)
Author(s)

Kelong Cong (École Polytechnique Fédérale de Lausanne)

Zhijie Ren (TU Delft - Electrical Engineering, Mathematics and Computer Science)

Johan Pouwelse (TU Delft - Electrical Engineering, Mathematics and Computer Science)

Research Group
Cyber Security
DOI related publication
https://doi.org/10.23919/IFIPNetworking.2018.8696555 Final published version
More Info
expand_more
Publication Year
2019
Language
English
Research Group
Cyber Security
Article number
8696555
Pages (from-to)
424-432
ISBN (print)
978-1-5386-6280-9
ISBN (electronic)
978-3-903176-08-9
Event
17th IFIP Networking Conference IFIP Networking and Workshops, IFIP Networking 2018 (2018-05-14 - 2018-05-16), Zurich, Switzerland
Downloads counter
190

Abstract

Blockchain technology has the potential to decentralise many traditionally centralised systems. However, scalability remains a key challenge. A horizontally scalable solution, where performance increases by adding more nodes, would move blockchain systems one step closer to ubiquitous use. We design a novel blockchain system called CHECO. Each node in our system maintains a personal hash chain, which only stores transactions that the node is involved in. A consensus is reached on special blocks called checkpoint blocks rather than on all transactions. Checkpoint blocks are effectively a hash pointer to the personal hash chains; thus a single checkpoint block may represent an arbitrarily large set of transactions. We introduce a validation protocol so that any node can check the validity of any transaction. Since transaction and validation protocols are point-to-point, we achieve horizontal scalability. We analytically evaluate our system and show a number of highly desirable correctness properties such as consensus on the validity of transactions. Further, we give a free and open-source implementation of CHECO and evaluate it experimentally. Our results show a strong indication of horizontal scalability.