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.
git clone [email protected]:ondrejsika/ethereum-cpu-miner.git
cd ethereum-cpu-miner
virtualenv .env
.env/bin/pip install -r requirements.txt.lock
Mine 10 blocks
.env/bin/python miner.py http://127.0.0.1:8545 -n 10
.env/bin/python miner.py --help