Go to file
daviddoji a113d5d1a2 Implementation of a blockchain cycle 2021-04-13 21:18:10 +02:00
.gitignore Initial commit 2021-04-13 19:13:28 +00:00
Blockchain.ipynb Implementation of a blockchain cycle 2021-04-13 21:18:10 +02:00
LICENSE Initial commit 2021-04-13 19:13:28 +00:00
README.md Short description 2021-04-13 21:17:13 +02:00

README.md

Blockchain


Inspired by this blog entry (http://www.righto.com/2014/09/mining-bitcoin-with-pencil-and-paper.html), here is my attempt to recreate the mining process of bitcoin using Python.