Closed UselessGuru closed 6 years ago
yip i know that... check my ccminerAlexis78.ps1 in "miners" folder has correct intensity already
. .\Include.ps1
$Path = ".\Bin\NVIDIA-Alexis78\ccminer.exe" $Uri = "https://github.com/nemosminer/ccminerAlexis78/releases/download/3%2F3%2F2018/ccminer-Alexis78.zip"
$Commands = [PSCustomObject]@{ "hsr" = " -d $SelGPUCC" #Hsr(fastest)
"blake2s" = " -d $SelGPUCC" #Blake2s(fastest)
#"blakecoin" = " -d $SelGPUCC --api-remote" #Blakecoin
#"vanilla" = "" #BlakeVanilla
#"cryptonight" = "" #Cryptonight
"veltor" = " -i 23 -d $SelGPUCC" #Veltor(fastest)
#"decred" = "" #Decred
#"equihash" = "" #Equihash
#"ethash" = "" #Ethash
#"groestl" = "" #Groestl
#"hmq1725" = "" #hmq1725
"keccak" = " -m 2 -i 29 -d $SelGPUCC" #Keccak(fastest)
"lbry" = " -d $SelGPUCC" #Lbry
#"lyra2v2" = " -d $SelGPUCC -N 1" #Lyra2RE2(ccminerxevan faster)
#"lyra2z" = "" #Lyra2z
#"myr-gr" = " -d $SelGPUCC --api-remote" #MyriadGroestl
#"neoscrypt" = " -i 15 -d $SelGPUCC" #NeoScrypt
"nist5" = " -d $SelGPUCC" #Nist5(fastest)
#"pascal" = "" #Pascal
#"qubit" = "" #Qubit
#"scrypt" = "" #Scrypt
#"sia" = "" #Sia
"sib" = " -i 21 -d $SelGPUCC" #Sib(fastest)
"skein" = " -d $SelGPUCC" #Skein(fastest)
#"timetravel" = "" #Timetravel
"c11" = " -i 21 -d $SelGPUCC" #C11(fastest)
"x11evo" = " -N 1 -i 21 -d $SelGPUCC " #X11evo
#"x11gost" = " -i 21 -d $SelGPUCC --api-remote" #X11gost
"x17" = " -i 20 -d $SelGPUCC" #X17(enemy1.03 faster)
#"yescrypt" = "" #Yescrypt
yip i know that... check my ccminerAlexis78.ps1 in "miners" folder has correct intensity already
I cannot test, but do these intensities also work for other cards, e.g. GTX1060 or GTX1070? Since you have the source code (and know how to compile) it should be easy to 'fix' it.
yes works on all cards from 10603gb to 1080ti and everything in between...
what should be easy to fix? use correct intensity and you wont have a problem...
I am referring to https://github.com/MultiPoolMiner/MultiPoolMiner/issues/1702 & https://github.com/nemosminer/ccminerAlexis78/releases
I get the following error when running your miner on a GTX 1080ti:
It appears that the miner is using incorrect default intensity (22.5). If I change it to '-i 21.5' the miner runs very well.
Other algos report the same problem: The same goes for C11. Default intensity 22 is too high -> lower intensity to 21.5. The same goes for X11evo. Default intensity 22 is too high -> lower intensity to 21.