diff options
author | super3 <me@super3.org> | 2013-10-15 23:14:30 -0400 |
---|---|---|
committer | super3 <me@super3.org> | 2013-10-15 23:37:30 -0400 |
commit | 27e2d8bfb5678e79d956b9f1aa50c1b14177d748 (patch) | |
tree | a5eb2108ca9cc82af6f5e393608db80a456544cf /contrib/pyminer | |
parent | dd9bd863cfc52c17753c75a983ea49870e9b1c53 (diff) |
Finished /Contrib Index. Standardized READMEs.
File and Link Fix.
Diffstat (limited to 'contrib/pyminer')
-rw-r--r-- | contrib/pyminer/README.md (renamed from contrib/pyminer/README) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/pyminer/README b/contrib/pyminer/README.md index d1596575dd..119d51bdc7 100644 --- a/contrib/pyminer/README +++ b/contrib/pyminer/README.md @@ -1,5 +1,6 @@ +### 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. |