Skip to content

ondrejsika/ethereum-cpu-miner

Repository files navigation

Ethereum CPU Miner

Ondrej Sika <[email protected]>
https://github.com/ondrejsika/ethereum-cpu-miner.git

Python implementation of Ethereum miner for testing on zero difficulty chains. This is not a real miner.

Install

git clone [email protected]:ondrejsika/ethereum-cpu-miner.git
cd ethereum-cpu-miner
virtualenv .env
.env/bin/pip install -r requirements.txt.lock

Run

Mine 10 blocks

.env/bin/python miner.py http://127.0.0.1:8545 -n 10

Help

.env/bin/python miner.py --help

Releases

No releases published

Packages

No packages published

Languages