Difference between revisions of "Poclbm"

From Bitcoin Wiki
Jump to: navigation, search
(Make OpenCL a link to the OpenCL miner article.)
(Change to use External Links to be more consistent with other articles.)
Line 27: Line 27:
 
===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==
 
[https://github.com/m0mchil/poclbm Project Page]
 
 
[http://www.bitcoin.org/smf/index.php?topic=1334.0 Project Thread]
 
  
 
==License==
 
==License==
Line 39: Line 34:
  
 
* [[poclbm-gui]] GUI frontend
 
* [[poclbm-gui]] GUI frontend
 +
 +
==External Links==
 +
 +
* [http://github.com/m0mchil/poclbm  Poclbm] project page on GitHub
 +
* [http://www.bitcoin.org/smf/index.php?topic=1334.0 Project Thread]
  
 
[[Category:Mining]]
 
[[Category:Mining]]

Revision as of 09:56, 2 March 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

Latest miner.

Sources.

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

Introductory post FAQ.

Founder

m0mchil

Guides

Windows

How to get started using your GPU to mine for Bitcoins on Windows

Ubuntu

Easy Ubuntu python OpenCL mining setup

License

Open source, but no mention of which open source license was found.

See Also

External Links