1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-08-26 13:52:02 +00:00

Bugfix: "-S auto" is the default if no -S is specified, and there is no such delay in using it

This commit is contained in:
Luke Dashjr 2012-02-25 20:59:27 -05:00
parent 2010f0c32d
commit aff55fab32

10
README
View File

@ -202,11 +202,11 @@ FPGA mining boards(BitForce, Icarus) only options:
--scan-serial|-S <arg> Serial port to probe for FPGA mining device --scan-serial|-S <arg> Serial port to probe for FPGA mining device
With "-S auto", BitForce enabled and only on linux, cgminer will attempt By default, cgminer will scan for autodetected FPGAs unless at least one
to automatically find BitForce FPGA devices -S is specified. If you specify -S and still want cgminer to scan, you
Note that the computer may take some time to recognise the USB device must also use "-S auto". Note that presently, autodetection only works
when it is first plugged in - especially if the system is slow or busy on Linux, and might only detect one device depending on the version of
(e.g. already GPU mining) udev being used.
On linux <arg> is usually of the format /dev/ttyUSBn On linux <arg> is usually of the format /dev/ttyUSBn
On windows <arg> is usually of the format COMn On windows <arg> is usually of the format COMn