mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 12:34:27 +00:00
Add information for setting gpu max alloc and sync parameters for windows with scrypt.
This commit is contained in:
parent
1ed86decf3
commit
e6ac80c688
@ -34,6 +34,11 @@ a value of 40 is enough and increasing this further has little effect.
|
|||||||
export GPU_USE_SYNC_OBJECTS=1
|
export GPU_USE_SYNC_OBJECTS=1
|
||||||
may help CPU usage a little as well.
|
may help CPU usage a little as well.
|
||||||
|
|
||||||
|
On windows the same commands can be passed via a batch file if the following
|
||||||
|
lines are in the .bat before starting cgminer:
|
||||||
|
setx GPU_MAX_ALLOC_PERCENT 100
|
||||||
|
setx GPU_USE_SYNC_OBJECTS 1
|
||||||
|
|
||||||
--intensity XX (-I XX)
|
--intensity XX (-I XX)
|
||||||
|
|
||||||
Just like in bitcoin mining, scrypt mining takes an intensity, however the
|
Just like in bitcoin mining, scrypt mining takes an intensity, however the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user