dogecoin/contrib/pyminer
Clinton Christian 9192ca9e33 pyminer: Fix memory leak, refactor to be more pythonic, maintainable, and possibly faster
Pull #4483.

Note that pyminer is not currently functional due to the removal of
getwork in cf0c47b.
2014-07-25 10:58:00 +02:00
..
example-config.cfg Add reference python miner, in contrib/pyminer/ 2011-08-31 12:27:41 -04:00
pyminer.py pyminer: Fix memory leak, refactor to be more pythonic, maintainable, and possibly faster 2014-07-25 10:58:00 +02:00
README.md Prettify some /Contrib READMEs 2013-10-21 20:07:31 -04:00

PyMiner

This is a 'getwork' CPU mining client for Bitcoin. It is pure-python, and therefore very, very slow. The purpose is to provide a reference implementation of a miner, for study.

Other Resources