Post
Topic
Board Mining (Altcoins)
Re: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017]
by
Call_Me_Bambi
on 13/11/2017, 17:45:55 UTC
Hi,

i get my 7790 (six cards) running with windows 7 without no problems.
At the moment i'am using claymores miner, but i remember sg.5.5.5 was running on my rig too !

but you have to set or set_x

GPU_FORCE_64BIT_PTR 1
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

before in the bat or cmd file !

I've not used "set_x" so don't know what that will do.
This is how I have it setup and it works just fine mining the likes of Sumokoin, SmartCash, ZCash, Monero and Digibyte..to name but a phew !

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100

EDIT: This is for SGminer, put it in the .bat file.