Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v8.0 (Windows/Linux)
by
Vovchik
on 25/02/2017, 15:16:43 UTC
As on nicehash to run a double extraction of eth and pascal?

You must specify the second coin/algorithm with "-dcoin", from EthDcrMiner64.exe manual:

-dcoin   select second coin to mine in dual mode. Possible options are "-dcoin dcr", "-dcoin sc", "-dcoin lbc", "-dcoin pasc". Default value is "dcr".

Therefore a complete command line to start Ethereum+Lbry would be:

Code:
EthDcrMiner64.exe -epool stratum+tcp://daggerhashimoto.eu.nicehash.com:3353 -ewal BTCADDR.WORKER -epsw x -esm 3 -allpools 1 -estale 0 -dpool stratum+tcp://lbry.eu.nicehash.com:3356 -dwal BTCADDR.WORKER -mode 0 -dcoin lbc

You might also try Ethereum+Pascal mode (you have to use latest v8.0 EthDcrMiner64.exe miner):

Code:
EthDcrMiner64.exe -epool stratum+tcp://daggerhashimoto.eu.nicehash.com:3353 -ewal BTCADDR.WORKER -epsw x -esm 3 -allpools 1 -estale 0 -dpool stratum+tcp://pascal.eu.nicehash.com:3358 -dwal BTCADDR.WORKER -mode 0 -dcoin pasc


Best regards,
NiceHash team.
Thank you.