Post
Topic
Board Mining (Altcoins)
Re: NEMOSMINER multi algo profit switching NVIDIA miner
by
cryptolelefla
on 28/10/2017, 17:49:40 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 setted at 25. too much for my 1060. also have trouble because no SelGPUCC running two instances....