[Pkg-bitcoin-commits] [bfgminer] 01/04: disable deprecated CPU mining

Dmitry Smirnov onlyjob at moszumanska.debian.org
Thu Dec 5 08:57:53 UTC 2013


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch master
in repository bfgminer.

commit 697487b
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Thu Dec 5 03:55:50 2013

    disable deprecated CPU mining
---
 debian/bfgminer.1 | 50 ++++++++------------------------------------------
 debian/control    |  2 +-
 debian/rules      |  2 +-
 3 files changed, 10 insertions(+), 44 deletions(-)

diff --git a/debian/bfgminer.1 b/debian/bfgminer.1
index 69b6b96..ddd4fae 100644
--- a/debian/bfgminer.1
+++ b/debian/bfgminer.1
@@ -1,14 +1,14 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.10.
-.TH BFGMINER "1" "November 2013" "bfgminer 3.6.0" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.43.3.
+.TH BFGMINER "1" "December 2013" "bfgminer 3.8.0" "User Commands"
 .SH NAME
 bfgminer \- multi-threaded multi-pool ASIC, FPGA, GPU and CPU bitcoin miner.
 .SH SYNOPSIS
 .B bfgminer
-[\fI-atDdEgIKklLmpxPQqUSsTouvwOchnV\fR]
+[\fI-DdEgIKklLmpxPQqUSsTouvwOchV\fR]
 .SH DESCRIPTION
 multi-threaded multi-pool ASIC, FPGA, GPU and CPU bitcoin miner.
 .IP
-Drivers: avalon bigpic bitforce bitfury_gpio cairnsmore cpu cpu:asm erupter icarus klondike littlefury modminer opencl opencl:adl opencl:sensors proxy proxy:getwork proxy:stratum x6500 ztex
+Drivers: avalon bifury bigpic bitforce bitfury_gpio cairnsmore erupter hashbuster2 icarus klondike littlefury modminer opencl opencl:adl opencl:sensors proxy proxy:getwork proxy:stratum twinfury x6500 ztex
 Algoritms: SHA256d scrypt
 Options: ncursesw5
 .PP
@@ -18,31 +18,6 @@ Options: ncursesw5
 .SS
 Options for both config file and command line:
 .TP
-\fB\-\-algo\fR|\-a <arg>     
-Specify sha256 implementation for CPU mining:
-.TP
-fastauto*
-Quick benchmark at startup to pick a working algorithm
-.TP
-auto
-Benchmark at startup and pick fastest algorithm
-.TP
-c
-Linux kernel sha256, implemented in C
-.TP
-cryptopp
-Crypto++ C/C++ implementation
-.TP
-sse2_64
-SSE2 64 bit implementation for x86_64 machines
-.TP
-sse4_64
-SSE4.1 64 bit implementation for x86_64 machines (default: fastauto)
-.PP
-.SH OPTIONS
-
-
-.TP
 \fB\-\-api\-allow\fR <arg>   
 Allow API access only to the given list of [G:]IP[/Prefix] addresses[/subnets]
 .TP
@@ -112,9 +87,6 @@ Set coinbase signature when possible
 \fB\-\-compact\fR           
 Use compact display without per device statistics
 .TP
-\fB\-\-cpu\-threads\fR|\-t <arg> 
-Number of miner CPU threads (default: \fB\-1\fR)
-.TP
 \fB\-\-debug\fR|\-D          
 Enable debug output
 .TP
@@ -125,7 +97,7 @@ Enable debug logging
 Verbose dump of device protocol\-level activities
 .TP
 \fB\-\-device\fR|\-d <arg>   
-Select device to use, one value, range and/or comma separated (e.g. 0\-2,4) default: all
+Enable only devices matching pattern (default: all)
 .TP
 \fB\-\-disable\-rejecting\fR 
 Automatically disable pools that continually reject shares
@@ -209,7 +181,7 @@ Include microseconds in log output
 Use custom pipe cmd for output messages
 .TP
 \fB\-\-net\-delay\fR         
-Impose small delays in networking to not overload slow routers
+Impose small delays in networking to avoid overloading slow routers
 .TP
 \fB\-\-no\-adl\fR            
 Disable the ATI display library used for monitoring and setting GPU parameters
@@ -268,9 +240,6 @@ quota;URL combination for server with load\-balance strategy quotas
 \fB\-\-real\-quiet\fR        
 Disable all output
 .TP
-\fB\-\-remove\-disabled\fR   
-Remove disabled devices entirely, as if they didn't exist
-.TP
 \fB\-\-request\-diff\fR <arg> 
 Request a specific difficulty from pools (default: 1.0)
 .TP
@@ -283,8 +252,8 @@ Change multipool strategy from failover to regularly rotate at N minutes (defaul
 \fB\-\-round\-robin\fR       
 Change multipool strategy from failover to round robin on failure
 .TP
-\fB\-\-scan\-serial\fR|\-S <arg> 
-Serial port to probe for mining devices
+\fB\-\-scan\fR|\-S <arg>     
+Configure how to scan for mining devices
 .TP
 \fB\-\-scan\-time\fR|\-s <arg> 
 Upper bound on time spent scanning current work, in seconds (default: 60)
@@ -382,8 +351,5 @@ See example.conf for an example configuration.
 \fB\-\-help\fR|\-h           
 Print this message
 .TP
-\fB\-\-ndevs\fR|\-n          
-Display number of detected GPUs, OpenCL platform information, and exit
-.TP
 \fB\-\-version\fR|\-V        
 Display version and exit
diff --git a/debian/control b/debian/control
index c55010e..48106cb 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Package: bfgminer
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: ocl-icd-libopencl1, opencl-icd
-Description: multi-threaded multi-pool ASIC, FPGA, GPU and CPU bitcoin miner
+Description: multi-threaded multi-pool ASIC, FPGA and GPU bitcoin miner
  Bitcoin miner software with multi-threaded multi-pool GPU, FPGA and ASIC
  mining support.
  .
diff --git a/debian/rules b/debian/rules
index 693847d..d998cf7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,13 +15,13 @@ override_dh_auto_configure:
                              --disable-silent-rules \
                              --enable-avalon \
                              --enable-bitforce \
-                             --enable-cpumining \
                              --enable-icarus \
                              --enable-scrypt \
                              --enable-modminer \
                              --enable-opencl \
                              --enable-ztex \
                              --with-system-libblkmaker
+#                             --enable-cpumining \
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bfgminer.git



More information about the Pkg-bitcoin-commits mailing list