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:
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):
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.