Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.4
by
nordmann666
on 12/07/2018, 10:57:57 UTC
with empty config.txt (only {}) SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0 --cgpuintensity 120 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet xxxxxxxxxxxxxx
=
invalid config file. Missing Value is "cryptonighttype"
after putting the cryptotype in the config -> missing Value is "Intensity"

config.txt

Code:
{
}

start.bat

Code:
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 --gpureorder --logfile log.txt --sendallstales --ccryptonighttype normalv7 --cgpuid 0,1,2,3,4 --cgpuintensity 55,55,55,58,55 --cgputhreads 2,2,2,2,2 --cpool xmr-eu1.nanopool.org:14444 --cwallet xxxxxxx

Works. Just tried it.
Log File:
[2018-07-12 12:54:55] Miner version: 1.6.3
[2018-07-12 12:54:55] Windows version: 10.0 build 17134
[2018-07-12 12:54:55] Video driver version: 24.20.11021.1000
[2018-07-12 12:54:55] config_parse: Invalid config file. Missing value is "cryptonight_type"

config.txt
{
}

start.bat
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


SRBMiner-CN.exe --ccryptonighttype stellitev4 --cgpuid 0,1 --cgpuintensity 120,120 --cgputhreads 2,2 --cgpuworksize 16,16 --cpool stellite.ingest.cryptoknight.cc:16222 --cwallet xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.50000 --cpassword x --logfile 1.txt


..... :/