Post
Topic
Board Mining (Altcoins)
Re: NEMOSMINER multi algo profit switching NVIDIA miner
by
nostrakhan
on 28/10/2017, 18:17:23 UTC
i solved my crash problems modifing:

 #"bitcore" = "" #Bitcore
    "blake2s" = " -d $SelGPUCC" #Blake2s
    "blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "" #Cryptonight
    "veltor" = "" #Veltor

changed to

 #"bitcore" = "" #Bitcore
    "blake2s" = " -d $SelGPUCC" #Blake2s
    "blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "-d $SelGPUCC -i 23" #Cryptonight
    "veltor" = "" #Veltor


because intensity was auto sette at 25. too much for my 1060. also have trouble because no SelGPUCC running two instances....


That is strange if that solved it, because cryptonight is disabled for that miner since it has the "#" in front of it.