Skip to content

Bitcoin - a distributed consensus-based payment ledger

Notifications You must be signed in to change notification settings

shubhamguptaiitd/bitcoin

Repository files navigation

Bitcoin - Distributed Payment System with nakatomi consensus to achieve true decentrality

IIT Delhi

Shubham Gupta

System requirement - python3.7 , anaconda contains all the required library

Running Instructions -

python3 main.py 10 2 4 SHA256

10 - number of nodes in system
2 - narray
4 - proof of work zeros
SHA256 - hash type

Report - 2019CSZ8470_assignment_3_bitcoin.pdf contains all the necessary information about this project and further results of experiments.

Reference - https://bitcoin.org/en/
http://www.cse.iitd.ac.in/~srsarangi/courses/2020/col_819_2020/index.html