Difference between revisions of "OpenCL miner"

From Bitcoin Wiki
Jump to: navigation, search
(See Also: Add link to Overclock.net post.)
(See Also: Remove specific miners from the list. Add entry for Stream SDK downloads.)
Line 9: Line 9:
  
 
* [[:Category:Miners|Miners]]
 
* [[:Category:Miners|Miners]]
* [[Poclbm|momchil's OpenCL miner]]
+
( [http://www.bitcoin.org/smf/index.php?topic=4308.msg62882#msg62882 ATI Stream SDK] downloads
* [[DiabloMiner|Diablo's miner]]
 
* [[RPC Miner|puddinpop's RPC miner]]
 
 
* [http://www.pcper.com/article.php?aid=745 ATI Stream vs. NVIDIA CUDA - GPGPU computing battle royale]
 
* [http://www.pcper.com/article.php?aid=745 ATI Stream vs. NVIDIA CUDA - GPGPU computing battle royale]
 
* [http://www.overclock.net/graphics-cards-general/363095-processing-cores-vs-stream-processing-units.html  Processing Cores vs. Stream Processing Units]
 
* [http://www.overclock.net/graphics-cards-general/363095-processing-cores-vs-stream-processing-units.html  Processing Cores vs. Stream Processing Units]

Revision as of 10:11, 13 March 2011

Hashbtc.jpgThis 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 compatible (ATI/AMD) or CUDA compatible (NVIDIA) 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

( ATI Stream SDK downloads

References