Open nYrXvcpk2l47ciid opened 8 years ago
From @ansemz on October 30, 2016 2:48
I have the same issue.
From @S74nk0 on October 30, 2016 20:41
NiceHash Miner handles this correctly. You can check your logs that generate benchmark input. If you are referring this as an issue with nheqminer open an issue there. But nheqminer is intended to run on CPU by default.
From @ansemz on October 31, 2016 3:47
[2016-10-30 09:55:34] [INFO] [BENCHMARK] Benchmark starts [2016-10-30 09:55:34] [INFO] [nheqminer-MINER_ID(6)-DEVICE_IDs(0)] Starting benchmark: -b -t 0 -cd 0 [2016-10-30 09:55:34] [INFO] [nheqminer-MINER_ID(6)-DEVICE_IDs(0)] Using miner: bin\nheqminer_v0.3a\nheqminer.exe [2016-10-30 09:55:35] [INFO] [BENCHMARK] Final Speed: 0.000 H/s [2016-10-30 09:55:35] [INFO] [BENCHMARK] Benchmark ends [2016-10-30 09:55:35] [INFO] [FormBenchmark] EndBenchmark() benchmark routine finished [2016-10-30 09:55:35] [INFO] [CopyBenchmarks] Checking for benchmarks to copy [2016-10-30 09:55:42] [INFO] [NICEHASH] Balance get [2016-10-30 09:55:52] [INFO] [nheqminer-MINER_ID(7)-DEVICE_IDs(NOT_SET)] NEW MINER CREATED [2016-10-30 09:55:53] [INFO] [BENCHMARK] Benchmark starts [2016-10-30 09:55:53] [INFO] [nheqminer-MINER_ID(7)-DEVICE_IDs(0)] Starting benchmark: -b -t 0 -cd 0 [2016-10-30 09:55:53] [INFO] [nheqminer-MINER_ID(7)-DEVICE_IDs(0)] Using miner: bin\nheqminer_v0.3a\nheqminer.exe [2016-10-30 09:55:54] [INFO] [BENCHMARK] Final Speed: 0.000 H/s [2016-10-30 09:55:54] [INFO] [BENCHMARK] Benchmark ends
0.3a version was compiled only for compute capability 5.2 , your card is older, you need compile cuda_tromp.dll for your card or use older (slower) from version 0.2a .... Or you can try dll compiled by me http://chronx.pl/cuda/cuda_tromp_0.3a.zip (cc2.x-cc6.2)... if not work try decrease number of blocks (-cb option) or threads (-ct option)
@chronosek Thank you. it works.
@chronosek Thank you!
From @nYrXvcpk2l47ciid on October 29, 2016 23:13
The NiceHash Equihash miner fails to benchmark on GPUs when the "t" flag is set to 0. Without the "t" flag set, the benchmark is performed on both the CPU and GPU.
The results reported are likely sums of the units' hash rates.
With the number of CPU threads set to 0, however, the benchmark does not run properly.
Now we don't get correct results for the GPU's hash rate. So of course it is necessary to set the "t" flag to 0, but the miner does not react to this correctly. This could be an issue with nheqminer.cs (https://github.com/nicehash/NiceHashMiner/blob/master/NiceHashMiner/Miners/nheqminer.cs#L66$L71) or the miner itself.
Copied from original issue: nicehash/NiceHashMiner#295