Skip to content

atoulme/ethereum-cpu-miner

 
 

Repository files navigation

Ethereum CPU Miner

Ondrej Sika <ondrej@ondrejsika.com>
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 git@github.com: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

About

Ethereum CPU Miner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • Shell 3.5%