|
|
@@ -738,17 +738,16 @@ devices, and disables the official drivers (on Windows, you did this manually
|
|
|
using Zadig). Before you can use BFGMiner, you will need to restore the original
|
|
|
driver. With Linux, usually rebooting or re-plugging the device is sufficient.
|
|
|
|
|
|
-Q: On Linux I can see the /dev/ttyUSB* devices for my ICA/BFL/MMQ FPGA, but
|
|
|
-BFGMiner can't mine on them?
|
|
|
+Q: On Linux I can see the /dev/ttyUSB* devices, but BFGMiner can't mine on them?
|
|
|
A: Make sure you have the required privileges to access the /dev/ttyUSB*
|
|
|
devices:
|
|
|
sudo ls -las /dev/ttyUSB*
|
|
|
will give output like:
|
|
|
0 crw-rw---- 1 root dialout 188, 0 2012-09-11 13:49 /dev/ttyUSB0
|
|
|
-This means your account must have the group 'dialout' or root privileges
|
|
|
+This means your account must have the group 'dialout' or root privileges.
|
|
|
To permanently give your account the 'dialout' group:
|
|
|
sudo usermod -G dialout -a `whoami`
|
|
|
-Then logout and back in again
|
|
|
+Then logout and back in again.
|
|
|
|
|
|
Q: Can I mine scrypt with FPGAs or ASICs?
|
|
|
A: Currently no. Bitcoin ASICs are only useful for SHA256d systems and FPGAs
|