TrailingStop / TT-Miner-beta

8 stars 0 forks source link

Missing GPUs when selecting via PCIe bus ID #15

Open RainbowMiner opened 1 month ago

RainbowMiner commented 1 month ago

I haven't noticed this at first, but the problem persists since v2024.3.3 beta 1. Even though the selected list all devices correctly, there is a status that says otherwise. And TTminer in fact leaving some GPUs untouched during mining:

TT-Miner.exe -d 01:00 02:00 03:00 05:00 07:00 08:00 -daginfo -oNE kawpow.mine.zergpool.com:3638 -uNE 3Dmywalletaddress -pNE c=BTC,mc=NEOX,ID=wrk -cNE NEOX -cZ ZIL -PZ zilmyzilwalletaddress.wrk:x@eu.crazypool.org:5005 -aNE KawPow
12:29:21.181 ********* Selected Devices - overview
12:29:21.181   #07 PCI 00:02.0 Intel(R) Corporation   Intel(R) HD Graphics 610
12:29:21.181 * #00 PCI 01:00.0 ASUS                   NVIDIA GeForce GTX 1070
12:29:21.181 * #01 PCI 02:00.0 ASUS                   NVIDIA GeForce GTX 1070
12:29:21.181 * #02 PCI 03:00.0 ASUS                   NVIDIA GeForce GTX 1070
12:29:21.181 * #03 PCI 05:00.0 ASUS                   NVIDIA GeForce GTX 1070
12:29:21.181 * #04 PCI 07:00.0 ASUS                   NVIDIA GeForce GTX 1070
12:29:21.181 * #05 PCI 08:00.0 ASUS                   NVIDIA GeForce GTX 1070
12:29:21.181   #06 PCI 09:00.0 ASUS                   NVIDIA GeForce RTX 3070
12:29:21.181   #08 PCI ff:00.0 GenuineIntel           Intel(R) Pentium(R) CPU G4560 @ 3.50GHz 2 Cores, 4 Threads
12:30:51.031 Algo-1 "NE"-Regular:      from command line option
12:30:51.031              -Selector:   NE
12:30:51.031              -Algo:       KawPoW - AlgoFamily: PROGPOW
12:30:51.031              -Coin:       Neoxa (NEOX)
12:30:51.047              -SelDev:     1 2 3 5
TrailingStop commented 1 month ago

Oh- good catch. Will fix that.

RainbowMiner commented 1 month ago

Looks like you have got yourself a mixup. The simple "Selected Device overview" correctly match the PCIe bus ids to the GPUs. The "-SelDev" devices on the other hand seem to be the integer of the left part of the PCIe bus id.

TrailingStop commented 1 month ago

Hi - can you please check this version:

www.TradeProject.de/download/Miner/TT-Miner-2024.3.3b6.zip

Is windows OK or do you need linux?

RainbowMiner commented 1 month ago

Windows is ok. I will check now.

RainbowMiner commented 1 month ago

Windows is ok. I will check now.

The device selection seems to work now :)