OpenCL miner: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
No edit summary
(Remove External Links and create See Also section with links to each of the OpenCL miners.)
Line 6: Line 6:
See the [[Mining Hardware Comparison]] page for detailed statistics on the hash rates that can be achieved with various hardware.
See the [[Mining Hardware Comparison]] page for detailed statistics on the hash rates that can be achieved with various hardware.


==External Links==
==See Also==


* m0mchill's [http://github.com/m0mchil/poclbm poclbm] open source project.
* [[pyoclbm|momchil's OpenCL miner]]
* [[DiabloMiner|Diablo's miner]]
* [[puddinpop's RPC miner]]


==References==
==References==

Revision as of 09:42, 2 March 2011

This page is a stub. Help by expanding it. An OpenCL miner is a bitcoin miner that uses the OpenCL framework to perform the hashing computations. When used with a modern GPU, this can produce hash rates orders of magnitude higher than what can be achieved with a CPU. Hashing on a GPU requires an OpenCL or CUDA compatible graphics card.

The python Poclbm open source OpenCL bitcoin miner was created by m0mchil[1] based on the open source CUDA client originally released by puddinpop[2]. Subsequently the java DiabloMiner based on m0mchil's was created by Diablo-D3[3]. Puddinpop has also released a C++ OpenCL client capable of being compiled into the GUI client or daemon, or as a stand alone RPC miner[4].

See the Mining Hardware Comparison page for detailed statistics on the hash rates that can be achieved with various hardware.

See Also

References