Skip to content

subhan-nadeem/bitcoin-mining-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Bitcoin Mining in Python

A Python implementation of the Bitcoin mining algorithm

This small script is a pseudo-simulation of the Bitcoin Genesis block mining process.

Given the Genesis block's data, this script double-hashes it using SHA-256 and attempts to find a hash less than the Genesis target.

Sample Output

Sample output

About

A Python implementation of the Bitcoin mining algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages