Poclbm: Difference between revisions
Jump to navigation
Jump to search
m Fix link for category Open Source. |
m Fix spacing. |
||
Line 1: | Line 1: | ||
Poclbm (PyOpenCL bitcoin miner) is a python GPU bitcoin miner that uses the OpenCL framework to quickly perform the hashing computations. Works with AMD - 4xxx and up, Nvidia - 8xxx and up, video cards. | Poclbm (PyOpenCL bitcoin miner) is a python GPU bitcoin miner that uses the OpenCL framework to quickly perform the hashing computations. Works with AMD - 4xxx and up, Nvidia - 8xxx and up, video cards. | ||
==Download== | ==Download== | ||
[http://github.com/downloads/m0mchil/poclbm/poclbm_py2exe_20110104.7z Latest miner.] | [http://github.com/downloads/m0mchil/poclbm/poclbm_py2exe_20110104.7z Latest miner.] | ||
[https://github.com/m0mchil/poclbm/archives/master Sources.] | [https://github.com/m0mchil/poclbm/archives/master Sources.] | ||
==Examples== | ==Examples== | ||
From the Known Settings part of the [http://www.bitcoin.org/smf/index.php?topic=1334.msg14875#msg14875 introductory post.] | From the Known Settings part of the [http://www.bitcoin.org/smf/index.php?topic=1334.msg14875#msg14875 introductory post.] | ||
Line 10: | Line 12: | ||
Use '-v -w 128' with '-f 30' on 5770 (160 MHash), '-f 5' on 5870 (318 MHash) | Use '-v -w 128' with '-f 30' on 5770 (160 MHash), '-f 5' on 5870 (318 MHash) | ||
==FAQ== | ==FAQ== | ||
[http://www.bitcoin.org/smf/index.php?topic=1334.msg14875#msg14875 Introductory post FAQ.] | [http://www.bitcoin.org/smf/index.php?topic=1334.msg14875#msg14875 Introductory post FAQ.] | ||
==Founder== | ==Founder== | ||
[http://www.bitcoin.org/smf/index.php?action=profile;u=33 m0mchil] | [http://www.bitcoin.org/smf/index.php?action=profile;u=33 m0mchil] | ||
==Guides== | ==Guides== | ||
===Windows=== | ===Windows=== | ||
[http://www.newslobster.com/random/how-to-get-started-using-your-gpu-to-mine-for-bitcoins-on-windows How to get started using your GPU to mine for Bitcoins on Windows] | [http://www.newslobster.com/random/how-to-get-started-using-your-gpu-to-mine-for-bitcoins-on-windows How to get started using your GPU to mine for Bitcoins on Windows] | ||
===Ubuntu=== | ===Ubuntu=== | ||
[http://www.bitcoin.org/smf/index.php?topic=2636 Easy Ubuntu python OpenCL mining setup] | [http://www.bitcoin.org/smf/index.php?topic=2636 Easy Ubuntu python OpenCL mining setup] | ||
==HomePage== | ==HomePage== | ||
[https://github.com/m0mchil/poclbm Project Page] | [https://github.com/m0mchil/poclbm Project Page] | ||
[http://www.bitcoin.org/smf/index.php?topic=1334.0 Project Thread] | [http://www.bitcoin.org/smf/index.php?topic=1334.0 Project Thread] | ||
==License== | ==License== | ||
Open source, but no mention of which open source license was found. | Open source, but no mention of which open source license was found. |
Revision as of 10:49, 26 February 2011
Poclbm (PyOpenCL bitcoin miner) is a python GPU bitcoin miner that uses the OpenCL framework to quickly perform the hashing computations. Works with AMD - 4xxx and up, Nvidia - 8xxx and up, video cards.
Download
Examples
From the Known Settings part of the introductory post.
Windows 7 64, Stream 2.2, AMD 5[7-8]70
Use '-v -w 128' with '-f 30' on 5770 (160 MHash), '-f 5' on 5870 (318 MHash)
FAQ
Founder
Guides
Windows
How to get started using your GPU to mine for Bitcoins on Windows
Ubuntu
Easy Ubuntu python OpenCL mining setup
HomePage
License
Open source, but no mention of which open source license was found.