mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-24 05:24:23 +00:00
Minor README updates.
This commit is contained in:
parent
e62cb4ee12
commit
ee13924b86
9
README
9
README
@ -288,6 +288,7 @@ GPU only options:
|
|||||||
SCRYPT only options:
|
SCRYPT only options:
|
||||||
|
|
||||||
--lookup-gap <arg> Set GPU lookup gap for scrypt mining, comma separated
|
--lookup-gap <arg> Set GPU lookup gap for scrypt mining, comma separated
|
||||||
|
--shaders <arg> GPU shaders per card for tuning scrypt, comma separated
|
||||||
--thread-concurrency <arg> Set GPU thread concurrency for scrypt mining, comma separated
|
--thread-concurrency <arg> Set GPU thread concurrency for scrypt mining, comma separated
|
||||||
|
|
||||||
See SCRYPT-README for more information regarding litecoin mining.
|
See SCRYPT-README for more information regarding litecoin mining.
|
||||||
@ -972,7 +973,8 @@ and use the appropriate parameter with --gpu-platform.
|
|||||||
|
|
||||||
Q: I'm getting much lower hashrates than I should be for my GPU?
|
Q: I'm getting much lower hashrates than I should be for my GPU?
|
||||||
A: Look at your driver/SDK combination and disable power saving options for
|
A: Look at your driver/SDK combination and disable power saving options for
|
||||||
your GPU. Specifically look to disable ULPS.
|
your GPU. Specifically look to disable ULPS. Make sure not to set intensity
|
||||||
|
above 11 for BTC mining.
|
||||||
|
|
||||||
Q: Can I mine with AMD while running Nvidia or Intel GPUs at the same time?
|
Q: Can I mine with AMD while running Nvidia or Intel GPUs at the same time?
|
||||||
A: If you can install both drivers successfully (easier on windows) then
|
A: If you can install both drivers successfully (easier on windows) then
|
||||||
@ -1001,6 +1003,11 @@ should be getting about .9WU per kHash. If not, then try decreasing your
|
|||||||
intensity, do not increase the number of gpu-threads, and consider adding
|
intensity, do not increase the number of gpu-threads, and consider adding
|
||||||
system RAM to match your GPU ram.
|
system RAM to match your GPU ram.
|
||||||
|
|
||||||
|
Q: Scrypt fails to initialise the kernel every time?
|
||||||
|
A: Your parameters are too high. Don't add GPU threads, don't set intensity
|
||||||
|
too high, decrease thread concurrency. See the SCRYPT-README for a lot more
|
||||||
|
help.
|
||||||
|
|
||||||
Q: My network gets slower and slower and then dies for a minute?
|
Q: My network gets slower and slower and then dies for a minute?
|
||||||
A; Try the --net-delay option.
|
A; Try the --net-delay option.
|
||||||
|
|
||||||
|
@ -223,7 +223,7 @@ for a hashrate of 725kH.
|
|||||||
|
|
||||||
Note I did not bother setting a thread concurrency. Once you have the magic
|
Note I did not bother setting a thread concurrency. Once you have the magic
|
||||||
endpoint, look at what tc was chosen by the bin file generated and then hard
|
endpoint, look at what tc was chosen by the bin file generated and then hard
|
||||||
code that in next time (eg --thread-concurrency 22336) as slight changes in
|
code that in next time (eg --thread-concurrency 22392) as slight changes in
|
||||||
thread concurrency will happen every time if you don't specify one, and the tc
|
thread concurrency will happen every time if you don't specify one, and the tc
|
||||||
to clock ratios are critical!
|
to clock ratios are critical!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user