my apologies, this config is the one I was using on nano pool:
POOL: eth-us-east1.nanopool.org:9999, WALLET: 0x97b10ccc19bf63c1e72333557ef7895f24723e26.rig1/
[email protected], PSW: x, WORKER: , ESM: 0, ALLPOOLS: 0
and this is for ethermine:
# POOL: us1.ethermine.org:4444, WALLET: 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr, PSW: x, ESM: 1, ALLPOOLS: 0
So, you are using pool config, would be better if you were using (bat) file.
But first, need to explain a bit info about pool config on Claymore. This sign in front of config (#) means that config wouldn't read by apps (inactive).
Since I suggest you using (bat) file, so give that sign in the front of your pool config (in your case e-pool), so that config wouldn't be active.
Creating (bat) file.
On Claymore folder, find default (bat) file named
start, right click then pick edit, your default text editor will appear, mostly using notepad. Then replace whatever on those text editor with this. (I only gave you simple bat file, you can learn how to use another parameter).
Single miningETH (Ethermine)EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr -epsw x
ETH (Nanopool)EthDcrMiner64.exe -epool eth-us-east1.nanopool.org:9999 -ewal 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr -epsw x
Dual MiningAnd when you want to try Dual Mining. Let's say you are doing dual mining ETH and DCR (ETH Ethermine - DCR Suprnova). Then your simple (bat) file would be like this.
EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr -epsw x -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal yorchi6mr.1 -dpsw x
I assume yorchi6mr is your Suprnova username, and you have created pool worker on Suprnova with this detail.
worker: yorchi6mr.1
Password: x
You can create worker on Suprnova pool in My Account section, then pick My Workers.
Edit: Forget, you can double click that (bat) file to starting mining process.
Hi! thanks Geraldo for your replay, I honestly don't know what my issue was, I change the file -epool and dpool, created a new start file with different configurations, and that is when I started to have problems, so I deleted the hole claymore's file and reinstalled and now im mining ehtereum on ehtermine, I will try the config code for dual mining, I have not been able to make that one work...
yes my user name is yorchi6m, rig1 (worker)
1.- Now this code I assume is gonna go into the -epool text, right?
EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr -epsw x -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal yorchi6mr.1 -dpsw x
2.- now is it like this?
A) EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr -epsw x -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal yorchi6mr.1 -dpsw x
B) us1.ethermine.org:4444 -ewal 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr -epsw x -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal yorchi6mr.1 -dpsw x