MrPlusGH / NPlusMiner

NPlusMiner + GUI | NVIDIA/AMD/CPU miner | AI | Autoupdate | MultiRig remote management
GNU General Public License v3.0
172 stars 52 forks source link

Help again 'neoscryp' #37

Closed PRoGoNdo closed 6 years ago

PRoGoNdo commented 6 years ago

ccminer 8.21-KlausT (64bit) for nVidia GPUs Compiled with Visual Studio 2015 using Nvidia CUDA Toolkit 9.1

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork CUDA support by Christian Buchner, Christian H. and DJM34 Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

[2018-03-18 15:04:12] Intensity set to 17, 131072 cuda threads [2018-03-18 15:04:12] Starting Stratum on stratum+tcp://neoscrypt.mine.zpool.ca:4233 [2018-03-18 15:04:12] NVML GPU monitoring enabled. [2018-03-18 15:04:12] NVAPI GPU monitoring enabled. [2018-03-18 15:04:12] 1 miner thread started, using 'neoscrypt' algorithm. [2018-03-18 15:04:14] Stratum difficulty set to 512 [2018-03-18 15:04:14] Received new neoscrypt block header [2018-03-18 15:04:14] block height 58607, 0 transactions GPU #0: Cuda error in func 'neoscrypt_cpu_init_2stream' at line 1445 : out of memory. [2018-03-18 15:04:15] stopping 1 threads

then it dies. only happens on this neoscrypt

How can I fix this?

nemosminer commented 6 years ago

in miners folder edit ccminerklaust.ps1 remove -i 17 save re run

eg. . .\Include.ps1

$Path = ".\Bin\NVIDIA-CcminerKlaust\ccminer.exe" $Uri = "https://github.com/KlausT/ccminer/releases/download/8.21/ccminer-821-cuda91-x64.zip"

$Commands = [PSCustomObject]@{

"bitcore" = "" #Bitcore

#"blake2s" = "" #Blake2s
#"blakecoin" = "" #Blakecoin
#"vanilla" = "" #BlakeVanilla
#"cryptonight" = "" #Cryptonight
#"decred" = "" #Decred
#"equihash" = "" #Equihash
#"ethash" = "" #Ethash
#"groestl" = " -d $SelGPUCC" #Groestl
#"hmq1725" = "" #hmq1725
#"keccak" = "" #Keccak
#"lbry" = "" #Lbry
#"lyra2v2" = " -d $SelGPUCC" #Lyra2RE2
#"lyra2z" = "" #Lyra2z
#"myr-gr" = " -d $SelGPUCC" #MyriadGroestl
"neoscrypt" = " -d $SelGPUCC" #NeoScrypt
#"nist5" = " -d $SelGPUCC" #Nist5
#"pascal" = "" #Pascal
PRoGoNdo commented 6 years ago

Thank you so much!