Skip to content

A simple python script to generate a proof of work with my Github's username.

Notifications You must be signed in to change notification settings

gjgd/gjgd-proof-of-work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

GJGD proof of work

A simple python script to generate a proof of work for my Github's username.

Usage

python mine.py

And wait until desired difficulty is reached.

Result

Found proof of work "gjgd 10495463960" with 34 bits of difficulty.

To verify, run:

import hashlib

print(hashlib.sha256(b"gjgd 10495463960").hexdigest())
# outputs  '00000000221eded872d7260ab228b4228460f621c925c811007c00a1c4df152e'

About

A simple python script to generate a proof of work with my Github's username.

Topics

Resources

Stars

Watchers

Forks

Languages