diff options
Diffstat (limited to 'contrib/pyminer')
-rw-r--r-- | contrib/pyminer/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/pyminer/README.md b/contrib/pyminer/README.md index 119d51bdc7..3b20f2fdea 100644 --- a/contrib/pyminer/README.md +++ b/contrib/pyminer/README.md @@ -1,7 +1,8 @@ ### PyMiner ### -This is a 'getwork' CPU mining client for Bitcoin. +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. -It is pure-python, and therefore very, very slow. The purpose is to -provide a reference implementation of a miner, for study. +### Other Resources ### +- [BitcoinTalk Thread](https://bitcointalk.org/index.php?topic=3546.0) +- [Jgarzik Repo](https://github.com/jgarzik/pyminer)
\ No newline at end of file |