Skip to content

mallorbc/python_BTC_POW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pyhon BTC POW Algorithm

Overview

You can run this in either a Jupyter Notebook or with the main file.

Requirements

The only requirement outside of the core python libaries is numpy

Main File

This repo contains code the demonstrates the Bitcoin SHA256 POW algorithm in python. In this code, the data being hashed is not transaction data, but it could easily be. This code demonstrates the ability to hash different data, demonstrates the impact of increasing difficulty, and demonstrates the benifits of parrallel computing for hashing POW algorithms.

Run python main.py -h for run flags

Jupyter

The Jupyter Notebook goes along with this video. You can run in either colab or locally.

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors