Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.8.2 - native algo switching
by
doktor83
on 03/04/2019, 08:29:20 UTC
Quote
Ok, so Vega64, on V4 algo, right?
Are you using text config file or cmd ?

Please paste it here.

If there was such a bug in miner i guess others would also report Smiley
Correct. 64 on v4.

I've just changed my wallet at pools.txt, everything else is stock. What is weird, because this is working with 1.8.1. But for some reason 1.8.2 breings only 1100Hs, instead of 2000+.

Could you try to paste this in a .bat file and run :

Code:
setx GPU_FORCE_64BIT_PTR 1
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
@echo off
cd %~dp0
cls

SRBMiner-CN.exe --ccryptonighttype cryptonight_r --cgpuid 0 --cgpuintensity 120 --cgpuworksize 16 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet 4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7xo6RZYyw2bUtbm12g --cpassword x
pause