1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Add FAQ about windows USB keyboards and hotplug interactions.

This commit is contained in:
Con Kolivas 2013-05-30 22:04:22 +10:00
parent 181ada4e5a
commit 36ba21ec93

11
README
View File

@ -512,10 +512,6 @@ For RPC API details see the API-README file
FAQ
Q: cgminer segfaults when I change my shell window size.
A: Older versions of libncurses have a bug to do with refreshing a window
after a size change. Upgrading to a new version of curses will fix it.
Q: Can I mine on servers from different networks (eg smartcoin and bitcoin) at
the same time?
A: No, cgminer keeps a database of the block it's working on to ensure it does
@ -676,6 +672,13 @@ Q: Can I make a donation in litecoin?
A: Yes, see SCRYPT-README for the address, but the author prefers bitcoin if
possible.
Q: My keyboard input momentarily pauses or repeats keys every so often on
windows while mining?
A: The USB implementation on windows can be very flaky on some hardware and
every time cgminer looks for new hardware to hotplug it it can cause these
sorts of problems. You can disable hotplug with:
--hotplug 0
---
This code is provided entirely free of charge by the programmer in his spare