nemosminer / NemosMiner

NemosMiner multi algo profit switching NVIDIA miner
GNU General Public License v3.0
229 stars 103 forks source link

Test With 12 GPU RIGS #433

Closed nemosminer closed 6 years ago

nemosminer commented 6 years ago

my biggest rigs atm are 8 GPU rigs.. i have disabled all Alexis78 apart from Xevan...

testers wanted to test and give feed back on performance on 12 GPU rigs by default Tpruvot & KlausT are the Main Miners used, if your tests are successful and you would like more speed for the following algos: equihash, lyra2rev2, neoscrypt, nist5 to Enable Excavator more info here: https://github.com/nemosminer/NemosMiner/issues/432

tiztrain commented 6 years ago

On my 11 x 1060 rig I did not have a problem with 11 cards: image

This is probably another issue: My other rig is running 7 vega's and 3 1080ti's, the vega's aren't running on nemos but ethash tries to mine the vegas so I disabled it. I disabled the Alexis78 miner apart from Xevan as they came up with Windows graphics blocked error.

A quick test on nemos 2.5.2 and the 1080ti's can mine ccminerAlexis78 LyraRE2,X17 fine. Any ideas?

nemosminer commented 6 years ago

thanks would prefer 12 card results : https://github.com/nemosminer/NemosMiner/issues/133

dekablade01 commented 6 years ago

poly from zpool is not working

nemosminer commented 6 years ago

fixed poly

Braintelligence commented 6 years ago

It seems you have to restart the GUI/miner after adjusting the GPU count and saving it, before benchmarking, or else it will only use 6 GPUs.

For some reason DSTM only uses first 6 GPUs when firing it up on my 13 GPU rigs. grafik

I checked the optional miner folder for the 12 GPU miner ps1 but I didn't see any difference between the DSTM ps1 there and in the main folder.

~~EDIT: The invocation command looks like this: ~~

Bin\NVIDIA-DSTM\zm.exe --telemetry=127.0.0.1:4068 --server equihash.eu.nicehash.com --port 3357 --user ... --pass x -d 0 1 2 3 4 5

Even though GPUcount is 13. How come?

EDIT2: config.json is set to:

"SelGPUCC":  "0,1,2,3,4,5,6,7,8,9,10,11,12",
"SelGPUDSTM":  "0 1 2 3 4 5 6 7 8 9 10 11 12",

DSTM.ps1 uses

$Commands = [PSCustomObject]@{
    "equihash" = " -d $SelGPUDSTM" #Equihash
}

for some reason it still parses 0.1.2.3.4.5. But why?

EDIT3: Looks like the same thing is happening to XMRig. Other miners seem to work. Will keep looking for not working miners.

Braintelligence commented 6 years ago

Looks like TPruvotskunk doesn't work for my 12/13 GPU rigs. It just doesn't start up.

EDIT: I also have problems with Alexis78 and Alexis78x11gost on those rigs. EDIT2: And with KlausT Neoscrypt.

For now I only checked NiceHash-relevant miners. Will check others soon.

Braintelligence commented 6 years ago

For some reason since the latest commit from 7th Mai I have issues with TPruvot on my 12+ rigs. Either it has become very sensitive to OC or something else is going on.