Poclbm: Difference between revisions
Jump to navigation
Jump to search
poclbm is public domain |
References fix |
||
Line 29: | Line 29: | ||
==License== | ==License== | ||
public domain<ref> | public domain<ref name="license">[http://github.com/m0mchil/poclbm/blob/master/LICENSE]License file on github</ref> | ||
==See Also== | ==See Also== | ||
Line 42: | Line 42: | ||
* [http://github.com/m0mchil/poclbm Poclbm] project page on GitHub | * [http://github.com/m0mchil/poclbm Poclbm] project page on GitHub | ||
* [http://www.bitcoin.org/smf/index.php?topic=1334.0 Project Thread] | * [http://www.bitcoin.org/smf/index.php?topic=1334.0 Project Thread] | ||
==References== | |||
<references /> | |||
[[Category:Miners]] | [[Category:Miners]] |
Revision as of 16:26, 2 April 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
Flags to Use
ATI/AMD Radeon HD 5xxx cards (for example, HD 5770): use '-v -w128'
If you find the desktop laggy while mining, use '-f60'. This may decrease performance slightly.
Please update this section if you find better settings, or good settings for a card not listed here.
FAQ
Founder
Guides
Windows
How to get started using your GPU to mine for Bitcoins on Windows
Ubuntu
Easy Ubuntu python OpenCL mining setup
License
public domain[1]
See Also
- poclbm-gui GUI frontend
- A highly efficient version: poclbm-mod by Bitcoin Pool
- Pooled mining
- Why a GPU mines faster than a CPU
External Links
- Poclbm project page on GitHub
- Project Thread