Another day, another challenge....
Trying to get nsgminer.exe working for Neoscrypt, but I keep getting the following errors;
"Pool 0 is hiding block contents from us"
"Pool 0 is sending mismatched block content to us"
"Stratum from Pool 0 requested work restart"
Because of this, it's unusable and won't benchmark.
Here's my my nsgminer.txt; I tried adding the g 1 -w 128 -I 16 and it didn't do anything....I am running GTX 1070's and 1060s on 2 separate rigs. Please advise!
[
{
"Type": "NVIDIA",
"Path": ".\\Bin\\Nsgminer\\nsgminer.exe",
"Arguments": "--api-port 24028 --api-listen --neoscrypt -g 1 -w 128 -I 16 -o stratum+tcp://$($Pools.NeoScrypt.Host):$($Pools.NeoScrypt.Port) -u $($Pools.NeoScrypt.User) -p $($Pools.NeoScrypt.Pass) --gpu-threads 1 --worksize 64 --intensity 11 --thread-concurrency 64 --gpu-platform $([array]::IndexOf(([OpenCl.Platform]::GetPlatformIDs() | Select-Object -ExpandProperty Vendor), 'NVIDIA Corporation'))",
"HashRates": {"NeoScrypt": "$($Stats.NsgminerNvidia_NeoScrypt_HashRate.Week)"},
"API": "Xgminer",
"Port": "24028",
"Wrap": false,
"URI": "
https://github.com/ghostlander/nsgminer/releases/download/nsgminer-v0.9.2/nsgminer-win64-0.9.2.zip"
}
]