An open API service indexing awesome lists of open source software.

https://github.com/bhattsameer/pyblock

Basic Block-chain + mining concept using python
https://github.com/bhattsameer/pyblock

b bitcoin bitcoin-mining block block-chain blockchain blockchain-concepts blockchain-demo blockchain-demos blockchain-explorer blockchain-platform blockchain-technology chain-mining-concept cli command-line-tool mining pyblock python python3 pythonblock

Last synced: about 2 months ago
JSON representation

Basic Block-chain + mining concept using python

Awesome Lists containing this project

README

        

# Pyblock [![Python 3.x](https://img.shields.io/badge/Python-3.x-yellow.svg)](http://www.python.org/download/)
Basic Block-chain + mining concept using python

# Required
+ Python 3.x
+ Huepy
+ hashlib

# Setting Up Pyblock

1. install all the requirements
```
pip install Huepy
```

# Run
```
python pyblock.py
```
# difficulty levels are 0, 10 , 20
```
0 : select all blocks
10: filter for some blocks better then 0
20: most highest difficulty level
```
# screen shots

screen shot

# Developers and contributors

howCodeOrg