Nvidia 1070 only getting 6 Sol/s, in Perf P8 State

Hi all,

I’m having a hard time finding debug information about this #mining issue on Google, so hopeful some folks here will know what to do.

TLDR – I have a 6 x GTX 1070 rig that I’m using to mine equihash. 4 of the GPUs run in perf level P2, the other 2 run in perf level P8. The former get 30 Sol/s each. The latter get 5 Sol/s each.

Here’s what my perf looks like if I run it on GPU #0:

./nheqminer_cuda_tromp -l equihash.eu.nicehash.com:3357 -u 1Kj1d2vFfCNfy2coNENxnUEQRPTsbHicen.worker1 -t 0 -cd 0
[08:19:42][0x00007f64913e9740] Speed [300 sec]: 15.0287 I/s, 29.3621 Sols

Here’s what my perf looks like if I run it on GPU #1:

./nheqminer_cuda_tromp -l equihash.eu.nicehash.com:3357 -u 1Kj1d2vFfCNfy2coNENxnUEQRPTsbHicen.worker1 -t 0 -cd 0
[08:22:41][0x00007f919c592740] Speed [300 sec]: 2.89559 I/s, 5.49345 Sols/s

Here’s what my perf looks like if I run it on all GPUs:

./nheqminer_cuda_tromp -l equihash.eu.nicehash.com:3357 -u 1Kj1d2vFfCNfy2coNENxnUEQRPTsbHicen.worker1 -t 0 -cd 0 1 2 3 4 5 
[0x00007fee8b5d0740] Speed [300 sec]: 64.0553 I/s, 124.01 Sols/s

Here’s what nvidia-smi looks like:

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 367.57                 Driver Version: 367.57                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 1070    On   | 0000:01:00.0      On |                  N/A |
| 60%   39C    P2    79W / 151W |    416MiB /  8106MiB |     99%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 1070    On   | 0000:02:00.0     Off |                  N/A |
| 40%   15C    P8    14W / 151W |    395MiB /  8113MiB |     99%      Default |
+-------------------------------+----------------------+----------------------+
|   2  GeForce GTX 1070    On   | 0000:03:00.0     Off |                  N/A |
| 46%   39C    P2    78W / 151W |    395MiB /  8113MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   3  GeForce GTX 1070    On   | 0000:04:00.0     Off |                  N/A |
| 46%   39C    P2    69W / 151W |    395MiB /  8113MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   4  GeForce GTX 1070    On   | 0000:05:00.0     Off |                  N/A |
| 44%   15C    P8    13W / 151W |    395MiB /  8113MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   5  GeForce GTX 1070    On   | 0000:06:00.0     Off |                  N/A |
| 46%   40C    P2    81W / 151W |    395MiB /  8113MiB |     99%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID  Type  Process name                               Usage      |
|=============================================================================|
|    0      9570    G   /usr/lib/xorg/Xorg                               8MiB |
|    0      9711    G   /usr/lib/xorg/Xorg                              13MiB |
|    0     19025    C   ./nheqminer_cuda_tromp                         391MiB |
|    1     19025    C   ./nheqminer_cuda_tromp                         391MiB |
|    2     19025    C   ./nheqminer_cuda_tromp                         391MiB |
|    3     19025    C   ./nheqminer_cuda_tromp                         391MiB |
|    4     19025    C   ./nheqminer_cuda_tromp                         391MiB |
|    5     19025    C   ./nheqminer_cuda_tromp                         391MiB |
+-----------------------------------------------------------------------------+

Any ideas? How can I get the 2nd GPU the 5th GPU to be in perf state P2?

7 posts were merged into an existing topic: Nvidia/CUDA GPU Hardware Questions