Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.9.2 - native algo switching
by
just4u
on 21/07/2019, 05:18:01 UTC
 It's been awhile since I've used SRB Miner.  Mining XMR  using 2x Strix Vega 56s with Hynix Memory (and latest drivers as I don't only mine with the system) Can't really go above tweak profile 2 without artifices, same goes if I raise mem clocks to high (930+)  Is there anything else I can try based on the information I am giving here?  I think it's fairly ok.. not sure what else I can do. Thanks for any advice.

GPU0 :    1780 H/s [T: 55c, RPM: 1998, CC: 1307 MHz, MC: 900 MHz][BUS:29]
GPU1 :    1796 H/s [T: 65c, RPM: 2446, CC: 1307 MHz, MC: 900 MHz][BUS:32]
Watts around 160 per card (GPUZ)


Batfile:

setx GPU_MAX_HEAP_SIZE 100   
setx GPU_MAX_USE_SYNC_OBJECTS 1   
setx GPU_SINGLE_ALLOC_PERCENT 100   
setx GPU_MAX_ALLOC_PERCENT 100   
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100   
@echo off   
cd %~dp0   
   
cls   
SRBMiner-CN.exe --config Config\config-xmr.txt --pools Pools\pools-xmr.txt


Config file is fairly standard,

{   
"cryptonight_type" : "normalv4",   
"intensity" : 0,   
"double_threads" : true,
"persistent_memory" : false,
"gpu_conf" :
[
   {
     "id" : 0,
     "intensity" : 112,
     "worksize" : 16,
     "threads" : 2,
     "tweak_profile" : 2
   },
   {
     "id" : 1,
     "intensity" : 112,
     "worksize" : 16,
     "threads" : 2,
     "tweak_profile" : 2
   }
]
   
}