Impacts of consensus protocols and trade network topologies on blockchain system performance

Impacts of consensus protocols and trade network topologies on blockchain system performance (version 1.0.0)

This model is programmed in Python 3.6. We model how different consensus protocols and trade network topologies affect the performance of a blockchain system. The model consists of multiple trader and miner agents (Trader.py and Tx.py), and one system agent (System.py). We investigated three consensus protocols, namely proof-of-work (PoW), proof-of-stake (PoS), and delegated proof-of-stake (DPoS). We also examined three common trade network topologies: random, small-world, and scale-free. To reproduce our results, you may need to create some databases using, e.g., MySQL; or read and write some CSV files as model configurations.

Release Notes


This is a companion discussion topic for the original entry at https://www.comses.net/codebases/4cce1897-533f-4b96-aaa6-790cad94fb2d/releases/1.0.0/