From 6cdbf6e4f179dfea887ec1ca0b113147de0840b2 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Thu, 4 Apr 2013 08:43:54 +1100 Subject: [PATCH] Remove references to CPU mining from README. --- README | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README b/README index 6fe9c767..88d6bd2c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is a multi-threaded multi-pool GPU, FPGA and CPU miner with ATI GPU +This is a multi-threaded multi-pool GPU, FPGA and ASIC miner with ATI GPU monitoring, (over)clocking and fanspeed support for bitcoin and derivative coins. Do not use on multiple block chains at the same time! @@ -118,9 +118,6 @@ Dependencies: jansson http://www.digip.org/jansson/ (jansson is included in-tree and not necessary) - yasm 1.0.1+ http://yasm.tortall.net/ - (yasm is optional, gives assembly routines for CPU mining) - AMD APP SDK http://developer.amd.com/sdks/AMDAPPSDK (This sdk is mandatory for GPU mining) @@ -135,7 +132,6 @@ Dependencies: CGMiner specific configuration options: - --enable-cpumining Build with cpu mining support(default disabled) --disable-opencl Override detection and disable building with opencl --disable-adl Override detection and disable building with adl --enable-bitforce Compile support for BitForce FPGAs(default disabled) @@ -375,20 +371,6 @@ device that uses it For other FPGA details see the FPGA-README -CPU only options (deprecated, not included in binaries!): - ---algo|-a Specify sha256 implementation for CPU mining: - auto Benchmark at startup and pick fastest algorithm - c Linux kernel sha256, implemented in C - 4way tcatm's 4-way SSE2 implementation - via VIA padlock implementation - cryptopp Crypto++ C/C++ implementation - sse2_64 SSE2 64 bit implementation for x86_64 machines - sse4_64 SSE4.1 64 bit implementation for x86_64 machines (default: sse2_64) ---cpu-threads|-t Number of miner CPU threads (default: 4) ---enable-cpu|-C Enable CPU mining with other mining (default: no CPU mining if other devices exist) - - --- WHILE RUNNING: