Difference between revisions of "Poclbm"

From Bitcoin Wiki
Jump to: navigation, search
m (Fix spacing.)
(Add See Also section and an entry for poclbm-gui)
Line 34: Line 34:
 
==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.
 +
 +
==See Also==
 +
 +
* [[poclbm-gui]] GUI frontend
  
 
[[Category:Mining]]
 
[[Category:Mining]]
 
[[Category:Open Source]]
 
[[Category:Open Source]]

Revision as of 10:50, 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

Latest miner.

Sources.

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

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

HomePage

Project Page

Project Thread

License

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

See Also