diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-08-31 12:27:41 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-08-31 12:27:41 -0400 |
commit | 927aaa0f27463885ca97c76856044d948d4c36bb (patch) | |
tree | 0faa8ca913a576bf85db2a463a12723e08eabe4e /contrib/pyminer/README | |
parent | ce39dfe42532df7ca24cd605b5bc6fe321d55ea3 (diff) |
Add reference python miner, in contrib/pyminer/
Diffstat (limited to 'contrib/pyminer/README')
-rw-r--r-- | contrib/pyminer/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/pyminer/README b/contrib/pyminer/README new file mode 100644 index 0000000000..d1596575dd --- /dev/null +++ b/contrib/pyminer/README @@ -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. + |