Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.0 (Windows/Linux)
by
Ratledge
on 25/02/2018, 16:07:59 UTC
GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100
-mode 1

EthDcrMiner64.exe -etht 200, -epool http://127.0.0.1:8080, -ewal ---------------------, -epsw x, -ethi 8 -estale 1
-esm 1
-allpools.
...
OK, I am confused: you show commands that look like they are stored in a CONFIG.TXT parameter file, but then you show what appears to be a command-line with parameters.

You can't have both: if there are parameters on the command-line, the CONFIG.TXT file is ignored / not used.  Since "-etht 200" is the default, adding it in CONFIG.TXT or on the command-line just adds one more step to the preparation phase.  Why are you asking it to use "qtminer" mode (-esm 1)?

I think the main problem is that you appear to be shooting for a solo mining configuration, as far as I can tell?  You don't show anything about a process running on your own port 8080 - which normally would be a web-based protocol.  Whassup?