sp-hash / TeamBlackMiner

Fast and stable mining software for Ethereum POW, Ethereum Classic, Zilliqa, Ravencoin (KAWPOW), Firo (FIROPOW), MEOWPOW, EVRPROGPOW , Vertcoin and Hypra.
92 stars 28 forks source link

v1.94 (Windows). --cl-devices [0] --nvidia-only conflict, also in 1.95 #368

Closed UselessGuru closed 1 year ago

UselessGuru commented 1 year ago

TeamBlackMiner-v1.91\TBMiner.exe --algo ethash --hostname daggerhashimoto.auto.nicehash.com --wallet ######################.######## --ssl-port 443 --server-passwd x --ssl --ssl-verify-none --api --api-version 1.4 --api-port 4001 --cl-devices [0] --nvidia-only

00:00:00 [2023-02-22 09:17:39.033] 00:00:00 [2023-02-22 09:17:39.069] Cuda driver version: 12.0 00:00:00 [2023-02-22 09:17:39.069] Cuda runtime API version: 11.6 00:00:00 [2023-02-22 09:17:39.069] 00:00:00 [2023-02-22 09:17:39.069] 00:00:00 [2023-02-22 09:17:39.069] 00:00:00 [2023-02-22 09:17:39.069] Welcome to Team Black Miner 1.91 00:00:00 [2023-02-22 09:17:39.069] 00:00:00 [2023-02-22 09:17:39.069] 00:00:00 [2023-02-22 09:17:39.069] Only using Nvidia devices 00:00:00 [2023-02-22 09:17:39.231] GPU0 NVIDIA GeForce GTX 1660 SUPER 6GB added to miner as Cuda device 00:00:00 [2023-02-22 09:17:39.315] GPU1 NVIDIA GeForce GT 1030 2GB added to miner as Cuda device 00:00:00 [2023-02-22 09:17:39.378] GPU2 NVIDIA GeForce GTX 750 Ti 2GB added to miner as Cuda device 00:00:00 [2023-02-22 09:17:39.378] Api server started at 127.0.0.1:4001 00:00:00 [2023-02-22 09:17:39.379] Trying stratum+ssl://daggerhashimoto.auto.nicehash.com:443 (ethash) 00:00:00 [2023-02-22 09:17:39.431] daggerhashimoto.auto.nicehash.com: Pool responded successfully to subscribe 00:00:00 [2023-02-22 09:17:39.488] daggerhashimoto.auto.nicehash.com: Pool responded successfully to extranonce subscribe 00:00:00 [2023-02-22 09:17:39.519] daggerhashimoto.auto.nicehash.com: Pool responded successfully to authorize 00:00:00 [2023-02-22 09:17:39.519] GPU0 Started Cuda work thread 00:00:00 [2023-02-22 09:17:39.534] daggerhashimoto.auto.nicehash.com: Difficulty is set to 0.481757 00:00:00 [2023-02-22 09:17:39.612] GPU1 Started Cuda work thread 00:00:00 [2023-02-22 09:17:39.692] GPU2 Started Cuda work thread

I'd expect that no devices would get selected, and not all NVIDIA and thereby ignoring --cl-devices

Suggestion: Remove '--amd-only' & '--nvidia-only' and make the device id selector ([n]) with '--cl-device' & '--cuda-device' optional. -> if device ID is omitted then all cuda / cl devices are selected

sp-hash commented 1 year ago

nvidia is disabled by default in the --cl-devices

UselessGuru commented 1 year ago

nvidia is disabled by default in the --cl-devices

So why does it select ALL nvidia devices and ignore the CL device?

~edit: Are you referring to a change made in v1.92?~ Still same in v1.92

UselessGuru commented 1 year ago

Any news?

UselessGuru commented 1 year ago

Still the same in v1.94

UselessGuru commented 1 year ago

Still the same in v1.95

sp-hash commented 1 year ago

not sure if this will be fixed. nvidia cards doesnt support opencl

UselessGuru commented 1 year ago

not sure if this will be fixed. nvidia cards doesnt support opencl

This is not my point. Is my original post not clear?

'--amd-only' & '--nvidia-only' should always exclude all devices of that type no matter what other deveice selection parameter is added. As you can see from above this is not the case if used in combination with '--cl-devices' / '--cude-devices'.

Suggestion: Remove '--amd-only' & '--nvidia-only' parameters. Make the device id number ([n]) an optional parameter for --cl-device' & '--cuda-device'. -> if device number is omitted then all cuda or all cl devices should get selected.

UselessGuru commented 1 year ago

Any news?

UselessGuru commented 1 year ago

Do you ever look at open issues???

sp-hash commented 1 year ago

fixed in v2.01