Add reference python miner, in contrib/pyminer/

This commit is contained in:
Jeff Garzik
2011-08-31 12:27:41 -04:00
committed by Jeff Garzik
parent ce39dfe425
commit 927aaa0f27
3 changed files with 290 additions and 0 deletions

6
contrib/pyminer/README Normal file
View File

@@ -0,0 +1,6 @@
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.