mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-08 12:13:11 +00:00
Update README and FAQ.
This commit is contained in:
parent
8635eda036
commit
855ea66198
18
README
18
README
@ -2,6 +2,10 @@
|
|||||||
This is a multi-threaded multi-pool CPU and GPU miner with ATI GPU monitoring,
|
This is a multi-threaded multi-pool CPU and GPU miner with ATI GPU monitoring,
|
||||||
(over)clocking and fanspeed support for bitcoin and derivative coins.
|
(over)clocking and fanspeed support for bitcoin and derivative coins.
|
||||||
|
|
||||||
|
DOWNLOADS:
|
||||||
|
|
||||||
|
http://ck.kolivas.org/apps/cgminer
|
||||||
|
|
||||||
GIT TREE:
|
GIT TREE:
|
||||||
|
|
||||||
https://github.com/ckolivas/cgminer
|
https://github.com/ckolivas/cgminer
|
||||||
@ -478,10 +482,9 @@ A: Remove the "-march=native" component of your CFLAGS as your version of gcc
|
|||||||
does not support it.
|
does not support it.
|
||||||
|
|
||||||
Q: The CPU usage is high.
|
Q: The CPU usage is high.
|
||||||
A: If you're on linux, the ATI drivers after 11.6 have a bug that makes them
|
A: The ATI drivers after 11.6 have a bug that makes them consume 100% of one
|
||||||
consume 100% of one CPU core unnecessarily so downgrade to 11.6. If you're on
|
CPU core unnecessarily so downgrade to 11.6. Binding cgminer to one CPU core on
|
||||||
windows, you may be out of luck because the pthread library used consumes a
|
windows can minimise it to 100% (instead of more than one core).
|
||||||
lot of CPU. Binding everything to one CPU core on windows can help.
|
|
||||||
|
|
||||||
Q: Can you implement feature X?
|
Q: Can you implement feature X?
|
||||||
A: I can, but time is limited, and people who donate are more likely to get
|
A: I can, but time is limited, and people who donate are more likely to get
|
||||||
@ -504,6 +507,13 @@ doing this is to try its absolute best to keep the GPUs working on something
|
|||||||
useful and not risk idle periods. You can disable this behaviour with the
|
useful and not risk idle periods. You can disable this behaviour with the
|
||||||
option --failover-only.
|
option --failover-only.
|
||||||
|
|
||||||
|
Q: Is this a virus?
|
||||||
|
A: Cgminer is being packaged with other trojan scripts and some antivirus
|
||||||
|
software is falsely accusing cgminer.exe as being the actual virus, rather
|
||||||
|
than whatever it is being packaged with. If you installed cgminer yourself,
|
||||||
|
then you do not have a virus on your computer. Complain to your antivirus
|
||||||
|
software company.
|
||||||
|
|
||||||
Q: GUI version?
|
Q: GUI version?
|
||||||
A: No.
|
A: No.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user