Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.6 (Windows/Linux)
by
rorschach1
on 06/07/2017, 08:28:39 UTC
Hey pros, where do I put the -dcri value in my batch file?

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
EthDcrMiner64.exe -epool us2.ethermine.org:4444 -ewal 0x284a8C28154FcA14E0eC3a9f78D63c43bc92d006.Lewis -epsw x -dpool "http://siamining.com:9980/miner/header?address=5ebb1e912f9f8d05e5c3a7b3e9bbdd9cdebb0abbc3fda8be2e03209877e55b6aa948915ec8fa&worker=Lewis" -dcoin sia

Thanks a million
Hello. You should put -dcri parameter after EthDcrMiner64.exe
Usually -dcri is located in the end bat file, for example bat file:

Quote
TIMEOUT 40
@echo off
set GPU_FORCE_64BIT_PTR=0
set GPU_MAX_HEAP_SIZE=100
set GPU_USE_SYNC_OBJECTS=1
set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
@echo on

EthDcrMiner64.exe -epool eu2.ethermine.org:4444 -ewal 0x6db94e105459f703b3a0bb147cd1db0502f0829b -eworker comp1 -epsw x -etha 0 -allpools 1 -dpool stratum+tcp://siamining.com:7777 -dwal 8d9f78263d931c3c1572d1df09c5cb131224a1f2da17e8b8f5ae502976ca578d897fe3a0ecc6.co mp1 -dpsw x -dcoin sia -r 1 -dbg -1 -mport 0 -retrydelay 3 -ftime 45 -tt 70 -ttli 79 -tstop 82 -fanmin 30 -dcri 48

pause