Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```