Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

csunny/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

26 Commits

Repository files navigation

Python POS Simple Blockchain

In this project, we will impletement a pos (proof of stake) blockchain use python3.

POS (proof of stake) Test

python pos.py

Terminal One

nc localhost 9090
Enter token balance: 80
Enter a new BPM: 3

Terminal Two

nc localhost 9090
Enter token balance: 92
Enter a new BPM: 4

Terminal Three

nc localhost 9090
Enter token balance: 77
Enter a new BPM: 1

DOC

document

About

A simple blockchain use PoS algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /