CRPFApr 28, 2020

BlockSim: An Extensible Simulation Tool for Blockchain Systems

arXiv:2004.13438v283 citations
AI Analysis

This tool addresses the need for performance analysis in blockchain design and deployment, but it is incremental as it builds on existing simulation concepts for blockchain systems.

The authors tackled the problem of evaluating performance-impacting configuration choices in blockchain systems by introducing BlockSim, an extensible simulation tool that models blockchain systems across network, consensus, and incentives layers, and validated it against real-world data and studies.

Both in the design and deployment of blockchain solutions many performance-impacting configuration choices need to be made. We introduce BlockSim, a framework and software tool to build and simulate discrete-event dynamic systems models for blockchain systems. BlockSim is designed to support the analysis of a large variety of blockchains and blockchain deployments as well as a wide set of analysis questions. At the core of BlockSim is a Base Model, which contains the main model constructs common across various blockchain systems organized in three abstraction layers (network, consensus and incentives layer). The Base Model is usable for a wide variety of blockchain systems and can be extended easily to include system or deployment particulars. The BlockSim software tool provides a simulator that implements the Base Model in Python. This paper describes the Base Model, the simulator implementation, and the application of BlockSim to Bitcoin, Ethereum and other consensus algorithms. We validate BlockSim simulation results by comparison with performance results from actual systems and from other studies in the literature. We close the paper by a BlockSim simulation study of the impact of uncle blocks rewards on mining decentralization, for a variety of blockchain configurations.

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