Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.2 (Windows/Linux)
by
cjclm7
on 16/12/2017, 11:15:00 UTC
Hi i'm trying to mining firstime
i load CM.V10.2
and put this ...
EthDcrMiner64.exe
-epool eth-asia1.nanopool.org:9999
-ewal (mywallet)
-epsw x -dcoin sia -dpool sia-asia1.nanopool.org:7777
-dwal (mywallet)
-dpsw x
-mode 0
-tt 70
-ftime 10 -r 90

when start it they say
"No pool specified"
then close off
i try to change 1-2 new pool but still not work.
 so how to fix this?

ps. i use 1070 win10

What you doing wrong is that all of those parameter must be in same line separated only by 1 space in between them. Since you putting it in several lines the program only reads first line and execute. That is the reason the program is reporting no pool found (because pool is in second line).

You have 2 options:
Option 1: put all that text in a single line in a batch file
Option 2: put only your post first line and put all other 8 lines in the file Config.txt

Try it then give feed back