aion_miner icon indicating copy to clipboard operation
aion_miner copied to clipboard

GPU and CPU mining in one app is not working

Open alexander-vi opened this issue 6 years ago • 0 comments

Nheqminer miner allows to launch GPU mining threads with CPU threads in one app. But this seems not work for AION

./aionminer -b 100 --cd 0 -t 6

	============================= aion reference miner======================
			Equihash<210,9> CPU&GPU Miner for AION v0.1.10
			Base on NiceHash equihash miner.
	============================= aion reference miner======================

Setting log level to 2
[08:38:30][0x00007f88cd9e2740] Using SSE2: YES
[08:38:30][0x00007f88cd9e2740] Using AVX: YES
[08:38:30][0x00007f88cd9e2740] Using AVX2: YES
[08:38:30][0x00007f88cd9e2740] Benchmarking CUDA worker (CUDA-TROMP) GeForce GTX 1060 6GB (#0) BLOCKS=70, THREADS=64
[08:38:30][0x00007f88cd9e2740] Benchmarking CPU worker (cpu_tromp_STUB) 
[08:38:30][0x00007f88cd9e2740] Benchmarking CPU worker (cpu_tromp_STUB) 
[08:38:30][0x00007f88cd9e2740] Benchmarking CPU worker (cpu_tromp_STUB) 
[08:38:30][0x00007f88cd9e2740] Benchmarking CPU worker (cpu_tromp_STUB) 
[08:38:30][0x00007f88cd9e2740] Benchmarking CPU worker (cpu_tromp_STUB) 
[08:38:30][0x00007f88cd9e2740] Benchmarking CPU worker (cpu_tromp_STUB) 
[08:38:31][0x00007f88cd9e2740] Benchmark starting... this may take several minutes, please wait...
[08:38:31][0x00007f88cd9e2740] Benchmark done!
[08:38:31][0x00007f88cd9e2740] Total time : 267 ms
[08:38:31][0x00007f88cd9e2740] Total iterations: 100
[08:38:31][0x00007f88cd9e2740] Total solutions found: 1
[08:38:31][0x00007f88cd9e2740] Speed: 374.532 I/s
[08:38:31][0x00007f88cd9e2740] Speed: 3.74532 Sols/s

Please note Total solutions found: 1

If such a feature is not planned for AION I suggest completely remove possibility to launch in such a way.

alexander-vi avatar Mar 22 '18 05:03 alexander-vi