nata1y / pool-mining

Bachelor Project on block withholding attack in the Bitcoin network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pool-mining

Bachelor Project on block withholding attack in the Bitcoin network

Program takes variable amount of pools and miners as input and simulates attacking behaviour of pools in the given settings.

Run the program

In order to compile and run the code you need:

  • Java JDK 8
  • Maven
  • JBlas

Alternatively, you can run java executable from github with (requires java 8):

java -cp simulation_pool_mining.jar Main

About

Bachelor Project on block withholding attack in the Bitcoin network


Languages

Language:Java 100.0%