This projects attempts to simulate a Bitcoin-like network.
- paper: paper is a Git submodule containing the report written in LaTeX.
- src: the C++ source code
- a C++ compiler (the Makefile assumes g++)
- the
matplotlib
andtqdm
Python modules
$ cd src
$ make