Hey! I can't seem to get my R9 270 to detect (getting 0 hashs). And i want to implement the:
"This is POOL version.
Set the following environment variables, especially if you have 1-2GB cards:
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 "
but im using Simple Mining OS, and i dont know where to edit the variables...
Thanks!
Claymore's miners have two file locations where you can add the various mining parameters:
1) config.txt
2) start.bat
I use the 'start.bat' file only, below is an example of what should be there (put a
# in front of all lines in the 'config.txt' file, this will disable those lines being run).
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
NsGpuCNMiner -xpool stratum+tcp://stellite.ingest.cryptoknight.cc:16221 -xwal Se2YMR4k7aPAr6AaU18weMLZUMUKitR2q3K9kLLvj8oJ79DG6UMpGkcaUA3B68gcfPUb868QhWUcicb8uYohRX5v1VDzK6J7k -xpsw x -pow7 1 -ftime 5 -mport 0 -r 1
Some people like to have only the basic start command in the 'start.bat' file and use the 'config.txt' file to control the mining parameters.
See OP about "CONFIGURATION FILE" settings.