Difference between revisions of "Cpu Miner"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with "{{stub}} '''cpu-miner''' is a Bitcoin miner created by jgarzik. It mines through a proprietary JSON-based remote protocol, and supports several algorithms for doing encryption re...")
 
(added PMSes)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
'''cpu-miner''' is a Bitcoin miner created by jgarzik. It mines through a proprietary JSON-based remote protocol, and supports several algorithms for doing encryption required to build a block.
+
'''cpu-miner''' is a Bitcoin miner created by jgarzik. It mines through a proprietary JSON-RPC pooled mining protocol, and supports several algorithms for doing encryption required to build a block.
  
 
==Algorithms==
 
==Algorithms==
Line 7: Line 7:
 
*'''padlock:''' Implementation of the Padlock encryption optimizations on VIA CPUs.
 
*'''padlock:''' Implementation of the Padlock encryption optimizations on VIA CPUs.
 
*'''cryptopp:''' (Experimental) algorithm which uses the Crypto++ library.
 
*'''cryptopp:''' (Experimental) algorithm which uses the Crypto++ library.
 +
 +
==Pooled mining servers==
 +
*[http://mining.bitcoin.cz slush's server]
  
 
[[Category:Bitcoin miners]]
 
[[Category:Bitcoin miners]]

Revision as of 20:11, 19 December 2010

Hashbtc.jpgThis page is a stub. Help by expanding it. cpu-miner is a Bitcoin miner created by jgarzik. It mines through a proprietary JSON-RPC pooled mining protocol, and supports several algorithms for doing encryption required to build a block.

Algorithms

  • c: Linux kernel (but can also be used on Windows) implementation of SHA256.
  • 4way: SSE optimizations available as a compile-time option on the classic Bitcoin client.
  • padlock: Implementation of the Padlock encryption optimizations on VIA CPUs.
  • cryptopp: (Experimental) algorithm which uses the Crypto++ library.

Pooled mining servers