Post
Topic
Board Mining (Altcoins)
Re: [ANN] All-in-Miner multi algo profit switching NVIDIA miner w/ 41 mining engines
by
befocus
on 11/06/2018, 20:43:00 UTC
I'm stuck at the a1min3r benchmark, it try to start the miner at intensity 29, that result in a instant crash of the miner and loop, how can I choose a lower intensity or exclude that particular miner?


found the problem, in All-in-Miner 2018.06\Miners\ccminera1min3r64.ps1 the code was

Quote
. .\Include.ps1

$Path = ".\Bin\NVIDIA-a1min3r64\ccminer.exe"
$Uri = "https://github.com/a1i3nj03/a1min3r/releases/download/1.4.3/ccminer-Win64.7z"

$Commands = [PSCustomObject]@{
    #"phi" = " -d $SelGPUCC" #Phi
    #"bitcore" = " -d $SelGPUCC" #Bitcore
    #"jha" = " -d $SelGPUCC" #Jha
    #"blake2s" = " -d $SelGPUCC" #Blake2s
    #"blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = " -i 10.5 -l 8x120 --bfactor=8 -d $SelGPUCC --api-remote" #Cryptonight
    #"decred" = "" #Decred
    #"equihash" = "" #Equihash
    #"ethash" = "" #Ethash
    #"groestl" = " -d $SelGPUCC" #Groestl
    #"hmq1725" = " -d $SelGPUCC" #hmq1725
    #"keccak" = "" #Keccak
    #"lbry" = " -d $SelGPUCC" #Lbry
    #"lyra2v2" = "" #Lyra2RE2
    #"lyra2z" = " -d $SelGPUCC --api-remote --api-allow=0/0 --submit-stale" #Lyra2z
    #"myr-gr" = "" #MyriadGroestl
    #"neoscrypt" = " -d $SelGPUCC" #NeoScrypt
    #"nist5" = "" #Nist5
    #"pascal" = "" #Pascal
    #"qubit" = "" #Qubit
    #"scrypt" = "" #Scrypt
    #"sia" = "" #Sia
    #"sib" = "" #Sib
    #"skein" = "" #Skein
    #"skunk" = " -d $SelGPUCC" #Skunk
    #"timetravel" = " -d $SelGPUCC" #Timetravel
    #"tribus" = " -d $SelGPUCC" #Tribus
    #"x11" = "" #X11
    #"veltor" = "" #Veltor
    #"x11evo" = " -d $SelGPUCC" #X11evo
    #"x17" = " -i 21.5 -d $SelGPUCC --api-remote" #X17
    "x16r" = " -i 29 -d $SelGPUCC" #X16r(fastest open source / very close to zealot1.08)
    #"x16s" = " -d $SelGPUCC -N 180" #X16s
}

/cut

lowered that to 21