Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot)
by
cyberdeath
on 07/02/2018, 17:50:45 UTC
Please add 17gpu+ mining support
Ccminer works well with 16 gpu system
But when adding 17's card, card identified incorrectly.

Here is what we have with ccminer -n on the system with 17 gpu's

c:\miner\Desktop\ccminer-x86-2.2.4-cuda9>ccminer -n
*** ccminer 2.2.4 for nVidia GPUs by tpruvot@github ***
    Built with VC++ 2013 and nVidia CUDA SDK 9.0 32-bits

  Originally based on Christian Buchner and Christian H. project
  Include some kernels from alexis78, djm34, djEzo, tsiv and krnlx.

BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)

GPU #0: SM 6.1 P104-100 @ 1734 MHz (MEM 5005)
GPU #1: SM 6.1 Gigabyte GTX 1080 Ti @ 1633 MHz (MEM 5505)
GPU #2: SM 6.1 Gigabyte GTX 1080 Ti @ 1633 MHz (MEM 5505)
GPU #3: SM 6.1 MSI GTX 1080 @ 1823 MHz (MEM 5005)
GPU #4: SM 6.1 Gigabyte GTX 1080 Ti @ 1633 MHz (MEM 5505)
GPU #5: SM 6.1 MSI GTX 1080 @ 1823 MHz (MEM 5005)
GPU #6: SM 6.1 ASUS GTX 1060 3GB @ 1785 MHz (MEM 4004)
GPU #7: SM 6.1 MSI GTX 1080 @ 1823 MHz (MEM 5005)
GPU #8: SM 6.1 MSI P104-100 @ 1734 MHz (MEM 5005)
GPU #9: SM 6.1 Gigabyte GTX 1080 Ti @ 1633 MHz (MEM 5505)
GPU #10: SM 6.1 MSI GTX 1080 @ 1823 MHz (MEM 5005)
GPU #11: SM 6.1 GeForce GTX 1080 @ 1823 MHz (MEM 5005)
GPU #12: SM 6.1 P104-100 @ 1734 MHz (MEM 5005)
GPU #13: SM 6.1 Gigabyte P104-100 @ 1734 MHz (MEM 5005)
GPU #14: SM 6.1 P104-100 @ 1734 MHz (MEM 5005)
GPU #15: SM 6.1 GeForce GTX 1080 Ti @ 1633 MHz (MEM 5505)
GPU #0: SM 6.1 P104-100 @ 1734 MHz (MEM 5005)

c:\miner\Desktop\ccminer-x86-2.2.4-cuda9>

17th gpus has id 0
And while i'll try to miner on this sistem i get the following errors

[2018-02-07 09:49:41] Starting on stratum+tcp://pool.bsod.pw:2132
[2018-02-07 09:49:41] NVAPI GPU monitoring enabled.
[2018-02-07 09:49:41] 17 miner threads started, using 'lyra2z' algorithm.
[2018-02-07 09:49:48] Stratum difficulty set to 1 (0.00391)
[2018-02-07 09:49:48] lyra2z block 3856, diff 333.930
[2018-02-07 09:49:48] GPU #0: scanhash_lyra2Z:60 invalid device ordinal

Please fix such issues with 17+ gpu's Thanks.