Post
Topic
Board Mining (Altcoins)
Re: NEMOSMINER multi algo profit switching NVIDIA miner
by
earlmo
on 10/11/2017, 20:40:27 UTC
Hi Nemo,

Is it possible to manually set a fixed difficulty on a specific algo?

I tried to add a d=.064 into the algo below but it didn't seem to have an effect...the algo still starts at .008

"x17" = " -i 21 d=.064 -d $SelGPUCC" #X17

is there a way to do this?
For zpool, I do it in the Miners directory, and edit each of the miner files:

e.g. in ccminerAlexis78.ps1:
    "c11" = ",d=0.072 -i 21 -d $SelGPUCC" #C11
    "x17" = ",d=0.048 -i 21 -d $SelGPUCC" #X17

Be sure to have that comma before the d, as it needs to be part of the password string (no spaces).  If you look at the command string displayed when running, mine shows as:

... -u 1MrVAk93HHrFaYQ1EUpb3Fe5kzuw3ygZo -p worker1,c=BTC,d=0.072 -i 21 -d 0

.earl