vertcoin-project/vertminer-nvidia

cannot use more than 10GPUs using -d option

Opened this issue · 1 comments

it seems as if the -d option supports a maximum of 10 GPUs, saying GPU 11 is not available
running it without -d starts all GPUs though

KlausT/ccminer@caf27b4

This is the fix for the issue. KlausT found the error in his code.

"The old code was checking the length of the numbers.
If it was longer than one character then you got an error.
The exact code change you can see here:
caf27b4
Now the code isn't checking the length anymore."