hashcashier / ranc-mdp-analysis

Khalil, R. and Dulay, N. 2022. 37th ACM/SIGAPP Symposium on Applied Computing. RANC: Reward-All Nakamoto Consensus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Block-withholding attack analysis using the C++ API of Storm for Markov Decision Process model checking.

Getting Started

Before starting, make sure that Storm is installed. If not, see the documentation for details on how to install Storm.

First, configure and compile the project. Therefore, execute

mkdir build
cd build
cmake ..
make
cd ..

Then, run the executable using

./build/ranc-mdp-analysis 

Distributed under the GNU General Public License Version 3, 29 June 2007.

About

Khalil, R. and Dulay, N. 2022. 37th ACM/SIGAPP Symposium on Applied Computing. RANC: Reward-All Nakamoto Consensus.

License:GNU General Public License v3.0


Languages

Language:C++ 97.7%Language:C 1.6%Language:CMake 0.7%