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
- Host: GitHub
- URL: https://github.com/bhattsameer/pyblock
- Owner: bhattsameer
- Created: 2018-04-12T04:03:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T03:53:47.000Z (about 5 years ago)
- Last Synced: 2025-04-16T17:29:44.139Z (about 2 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 13
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pyblock [](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
# Developers and contributors