Ok, I know that you haven't changed a thing in 1bash.
We've been on version 19 from past 8 months, we had 6 sub versions under 19, I don't know which version you using.
NOPE!
Setting your password doesn't just let you mine, I would suggest you to set your worker password to 'x' on suprnova dashboard. (no one can access your coins with this password, keep the actual login password safe)
I need two things from you, to help you further...
1) I've asked you to paste the DCR details from 1bash because, i want to know how you set it up, need to correct them if there is any mistake.
2) I don't know which sub version you are using, so
a. I would suggest you to look for 0miner file in home folder, if you can find it then search for 'DUAL_ETH_DCR' and paste that code over here.
b. If you unable to find 0miner file, then look for 3main file and search for the same 'DUAL_ETH_DCR' and get those lines here.
I can help you in minutes once I have the above information.
PS : Every pool uses different approach, account based and address based are different.
I think that DUAL_ETH mining variable isn't usefull. IMO, it's better to use claymore arguments additionnals like this for XVG.
/home/m1/miners/latests/eth/claymore/ethdcrminer64 -epool europe.ethash-hub.miningpoolhub.com:20535 -ewal cryptatometrader44.MINER44 -epsw x -dbg -1 -esm 2 -epsw x -allpools 1 -allcoins 1 -dpool stratum+tcp://xvg.eu1.unimining.net:5770 -dwal XVG_WALLET_ADDRESS -dpsw c=XVG -dcoin blake2s -dcri 25
or For Libry :
/home/m1/miners/latests/eth/claymore/ethdcrminer64 -epool europe.ethash-hub.miningpoolhub.com:20535 -ewal cryptatometrader44.MINER44 -epsw x -dbg -1 -esm 2 -epsw x -allpools 1 -allcoins 1 -dpool stratum+tcp://lbry.suprnova.cc:6256 -dwal cryptatometrader44.MINER44 -dpsw x -dcoin lbc -dcri 25
In my 1bash :
ETH_EXTENSION_ARGUMENTS="-esm 2 -epsw x -allpools 1 -allcoins 1 -dpool stratum+tcp://xvg.eu1.unimining.net:5770 -dwal XVG_WALLET_ADDRESS.MINER44 -dpsw c=XVG -dcoin blake2s -dcri 25" # add any additional claymore arguments desired here
And in my 0miner file command :
if [ $ETHMINER_or_GENOIL_or_CLAYMORE == "CLAYMORE" ]
then
HCD='/home/m1/miners/latests/eth/claymore/ethdcrminer64'
ETHADDR="$ETH_ADDRESS/$ETH_WORKER"
if [ $DOT_POOL_FORMAT_or_FORWARD_SLASH_POOL_FORMAT == "DOT" ]
then
ETHADDR="$ETH_ADDRESS.$ETH_WORKER"
fi
screen -dmSL miner $HCD -epool $ETH_POOL:$ETH_PORT -ewal $ETHADDR -epsw x -mode 0 -dbg -1 $ETH_EXTENSION_ARGUMENTS
I replaced
-mode 1
by
-mode 0
in all command line Ethash algo (PIRL, EXP, UBQ, ETC ...) because if not replacing, claymore was mining only ETH.
Claymore have 1% fee by pool, so 1% ofr eth and 1% for other dual mining coin. This miner is more stable than ethminer, many could to tell you. Although, some people here prefer not to pay fees to the developper
Then this dev has recently shown that it could evolve quickly and extensively its software. In addition, his manual is always explicit, easy to read after a first complete reading. I tried others miners and I came back pretty quickly to Claymore.
I know what i wrote above is a little promotion for it, but I have no interest or personal knowledge of his author. Only an undeniable recognition of his work. Even if like everyone else, I would not like to pay these fees...
i used gg translate