Home
Softono

Blockchain

Open source MIT Python
26
Stars
60
Forks
1
Issues
2
Watchers
7 years
Last Commit

 About Blockchain

A simple Blockchain in Python

Platforms

Web Self-hosted Windows

Languages

Python JavaScript C#

Need Help Installing Blockchain?

We provide expert installation service for this software. Our team will install, configure, and secure Blockchain on your server. plans start at just $30.

Blockchain

View on GitHub

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