RPC Miner: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(Add External links section with links for source code and project thread.)
(Remove from Mining category as Miners is a subcategory to Miners.)
 
(10 intermediate revisions by 2 users 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.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]
* [http://www.bitcoin.org/smf/index.php?topic=2444.0 Project Thread]
[[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