Difference between revisions of "RPC Miner"

From Bitcoin Wiki
Jump to: navigation, search
(Fix link for Project Thread, was pointing to miner, not the pool server.)
(Remove from Mining category as Miners is a subcategory to Miners.)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
The Bitcoin remote RPC Miner, also referred to as puddinpop's miner, after the author's forum name, is a pool miner.
+
The Bitcoin remote RPC Miner, also referred to as puddinpop's miner after the author's forum name, is a [[Pooled mining|pool miner]] client.
  
This miner supports ATI / [[OpenCL miner|OpenCL]] hardware, NVidia / CUDA hardware and [[Cpu_Miner|CPUs]].
+
There are four miner client binaries distributed:
 +
* A [[Cpu Miner|CPU miner]]
 +
* A 4Way CPU miner
 +
* An [[OpenCL miner|OpenCL]] miner for ATI GPUs
 +
* A CUDA miner for NVidia GPUs
 +
 
 +
==See Also==
 +
 
 +
* puddinpop's [[Remote miner]]
 +
* [[Pooled mining]]
  
 
==External Links==
 
==External Links==
  
* [http://www.mediafire.com/file/ve608cl5mk1ka3l/bitcoin-remote-rpc-20110227-src.zip Source code]
+
* [http://www.mediafire.com/file/ve608cl5mk1ka3l/bitcoin-remote-rpc-20110227-src.zip bitcoin-remote-rpc] miner client source
* [http://www.bitcoin.org/smf/index.php?topic=1458.0 Project Thread]
+
* [http://www.mediafire.com/file/hduqoqdf3onqrod/bitcoin-rpcminer-20110227-win32bin.zip bitcoin-rpcminer] mining client binaries for Windows
 +
* [http://www.bitcoin.org/smf/index.php?topic=2444.0 Project Thread]
  
[[Category:Mining]]
+
[[Category:Miners]]
 +
[[Category:Open Source]]

Latest revision as of 02:18, 9 March 2011

The Bitcoin remote RPC Miner, also referred to as puddinpop's miner after the author's forum name, is a pool miner client.

There are four miner client binaries distributed:

  • A CPU miner
  • A 4Way CPU miner
  • An OpenCL miner for ATI GPUs
  • A CUDA miner for NVidia GPUs

See Also

External Links