mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 15:27:53 +00:00
Add FAQ about windows USB keyboards and hotplug interactions.
This commit is contained in:
parent
181ada4e5a
commit
36ba21ec93
11
README
11
README
@ -512,10 +512,6 @@ For RPC API details see the API-README file
|
|||||||
|
|
||||||
FAQ
|
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
|
Q: Can I mine on servers from different networks (eg smartcoin and bitcoin) at
|
||||||
the same time?
|
the same time?
|
||||||
A: No, cgminer keeps a database of the block it's working on to ensure it does
|
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
|
A: Yes, see SCRYPT-README for the address, but the author prefers bitcoin if
|
||||||
possible.
|
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
|
This code is provided entirely free of charge by the programmer in his spare
|
||||||
|
Loading…
Reference in New Issue
Block a user