Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 374 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 374 Bytes

blockchain-attack-probabilities

Script to determine an attacker's success probability to overtake a blockchain network using Poisson Distribution. Python code is adapted from Satoshi Nakamoto's example C code in the original Bitcoin whitepaper “Bitcoin: A Peer-to-Peer Electronic Cash System”.

Run: python poisson_distro.py Run unit tests: python unit_tests.py