|
|
@@ -220,15 +220,16 @@ SCRYPT only options:
|
|
|
See SCRYPT-README for more information regarding litecoin mining.
|
|
|
|
|
|
|
|
|
-FPGA mining boards(BitForce, Icarus, ModMiner, Ztex) only options:
|
|
|
+FPGA mining boards (BitForce, Icarus, ModMiner, Ztex) only options:
|
|
|
|
|
|
-cgminer will automatically find your ModMiner or Ztex FPGAs
|
|
|
+cgminer will automatically find your ModMiner, BitForce or Ztex FPGAs
|
|
|
+independent of the --scan-serial options specified below
|
|
|
|
|
|
---scan-serial|-S <arg> Serial port to probe for FPGA mining device
|
|
|
+--scan-serial|-S <arg> Serial port to probe for Icarus mining device
|
|
|
|
|
|
-This option is only for BitForce and/or Icarus FPGAs
|
|
|
+This option is only for Icarus bitstream FPGAs
|
|
|
|
|
|
-By default, cgminer will scan for autodetected FPGAs unless at least one
|
|
|
+By default, cgminer will scan for autodetected Icarus unless at least one
|
|
|
-S is specified for that driver. If you specify -S and still want cgminer
|
|
|
to scan, you must also use "-S auto". If you want to prevent cgminer from
|
|
|
scanning without specifying a device, you can use "-S noauto". Note that
|
|
|
@@ -237,13 +238,14 @@ device depending on the version of udev being used.
|
|
|
|
|
|
On linux <arg> is usually of the format /dev/ttyUSBn
|
|
|
On windows <arg> is usually of the format \\.\COMn
|
|
|
-(where n = the correct device number for the FPGA device)
|
|
|
+(where n = the correct device number for the Icarus device)
|
|
|
|
|
|
The official supplied binaries are compiled with support for all FPGAs.
|
|
|
To force the code to only attempt detection with a specific driver,
|
|
|
prepend the argument with the driver name followed by a colon.
|
|
|
-For example, "icarus:/dev/ttyUSB0" or "bitforce:\\.\COM5"
|
|
|
-or using the short name: "ica:/dev/ttyUSB0" or "bfl:\\.\COM5"
|
|
|
+For example, "icarus:/dev/ttyUSB0" or using the short name: "ica:/dev/ttyUSB0"
|
|
|
+This option not longer matters since Icarus is the only serial-USB
|
|
|
+device that uses it
|
|
|
|
|
|
For other FPGA details see the FPGA-README
|
|
|
|