Post
Topic
Board Mining (Altcoins)
Re: EWBF's Cuda Equihash Miner
by
sir_blacks
on 05/07/2018, 21:25:48 UTC
Hello! check this out: https://mega.nz/#F!uhQR0IRa!jZ_tdULPoUf3ib4O6-1BoQ this is a special version, basically the same v0.3, but with a modified device launch system. Please note that if you do not have a problem with starting up devices, do not use this version!

@EWBF_ hmm after i take this new test version miner it start running what it make me think in other version when it use --cuda_devices 0 & there are 2,3 gpu in reality miner it was not deselect other one coz check this:

--cuda_devices 1 (2 GPU) - v0.3 normal version

Code:
+-------------------------------------------------+
|         EWBF's Eqihash CUDA miner. v0.3         |
+-------------------------------------------------+
23:55:57 INFO: Current pool: btg.suprnova.cc:8866
23:55:57 INFO: Selected pools: 1
23:55:57 INFO: Algorithm: 144_5 "BgoldPoW"
23:55:57 INFO: Devices: User defined.
23:55:57 INFO: Temperature limit: 90
23:55:57 INFO: Api: Disabled
---------------------------------------------------
23:55:57 INFO: Target: 00f0f0f0f0f0f0f0...
23:55:57 INFO: Detected new work: 62f
23:55:58 CUDA: Device: 0 GeForce GTX 1060 3GB Not selected.
23:55:58 ERROR: out of memory

--cuda_devices 0 (2 GPU) - v0.3 normal version
Code:
+-------------------------------------------------+
|         EWBF's Eqihash CUDA miner. v0.3         |
+-------------------------------------------------+
20:15:04 INFO: Current pool: btg.suprnova.cc:8866
20:15:04 INFO: Selected pools: 1
20:15:04 INFO: Algorithm: 144_5 "BgoldPoW"
20:15:04 INFO: Devices: User defined.
20:15:04 INFO: Temperature limit: 90
20:15:04 INFO: Api: Disabled
---------------------------------------------------
20:15:04 INFO: Target: 00f0f0f0f0f0f0f0...
20:15:04 INFO: Detected new work: 5b7
20:15:04 CUDA: Device: 0 GeForce GTX 1060 3GB, 3072 MB i:64
20:15:04 ERROR: out of memory

--cuda_devices 0 (2 GPU) - new test version functional one
Code:
+-------------------------------------------------+
|         EWBF's Eqihash CUDA miner. v0.3         |
+-------------------------------------------------+
00:11:37 INFO: Current pool: btg.suprnova.cc:8866
00:11:37 INFO: Selected pools: 1
00:11:37 INFO: Algorithm: 144_5 "BgoldPoW"
00:11:37 INFO: Devices: User defined.
00:11:37 INFO: Temperature limit: 90
00:11:37 INFO: Api: Disabled
---------------------------------------------------
00:11:38 INFO: Target: 00f0f0f0f0f0f0f0...
00:11:38 INFO: Detected new work: 636
00:11:38 Device detection:
00:11:38 CUDA: Device: 0 GeForce GTX 1060 3GB, 3072 MB i:64
00:11:38 CUDA: Device: 1 GeForce GTX 650 Not selected.
00:11:38 Running device threads:
00:11:38 CUDA: Device: GeForce GTX 1060 3GB 0000:01:00.0 started...

Power Limit: 74%, Core Clock: +164, Memory: +500 (Samsung Vram)
Code:
00:20:46 Temp: GPU0: 63C
00:20:46 GPU0: 24 Sol/s
00:20:46 Total speed: 24 Sol/s
00:20:46 -----------+--------------+
| GPU | Power usage |  Efficiency  |
+-----+-------------+--------------+
|  0  |     82W     |  0.29 Sol/W  |
+-----+-------------+--------------+

so conclusion new test version it fix using device correctly (cuda 9.1) ....