Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunneis/minebench
Proof-of-Work based benchmark written in Python that works with real Bitcoin data
https://github.com/brunneis/minebench
benchmark bitcoin mining proof-of-work spark
Last synced: 15 days ago
JSON representation
Proof-of-Work based benchmark written in Python that works with real Bitcoin data
- Host: GitHub
- URL: https://github.com/brunneis/minebench
- Owner: brunneis
- License: gpl-3.0
- Created: 2018-01-12T15:07:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T19:38:43.000Z (almost 6 years ago)
- Last Synced: 2024-11-28T01:31:52.253Z (2 months ago)
- Topics: benchmark, bitcoin, mining, proof-of-work, spark
- Language: Jupyter Notebook
- Homepage:
- Size: 7.37 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minebench v0.1.5 (Python 3.6+)
Minebench performs double sha256 hashing computation simulating the mining
process of the Bitcoin protocol. It works re-mining real Bitcoin blocks with
tunable parameters such as difficulty or nonce generation mode.### Basic usage
```bash
python minebench.py 50k_blocks.csv
```