You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simulates adversaries that have 51% of the hash power in a blockchain network. Specifically focuses on majority miner attacks and selfish miner attacks.
Project that simulates a majority miner (51% Attack) on a blockchain, as well as a selfish miner (withholds solutions to current block in order to get ahead of the network).
Implementation was done in Java and testcases take around 1 minute to run.
About
Simulates adversaries that have 51% of the hash power in a blockchain network. Specifically focuses on majority miner attacks and selfish miner attacks.