Even though i have drivers and everything updated but its showing 0 p/s but i can hear gpus started whirling shall i have to wait.
Mine sometimes doesn't show right away and I'm getting continuous "
CompilerWarning" errors (
unrelated to your issue).
But it's working in the background, the correct rate usually show a minute later and doesn't stay at 0P/s unlike in your screenshot.
-snip- and please guide me how to enable multiple gpus using --opencl-devices ID1 ID2 like that with an example i have four gpus
Its default is already set to "
all" but it will depend to the auto-selected platform if all of your GPUs will be used.
Are those 4 GPUs from different platforms? Nvidia/AMD...
I don't use mixed AMD and NVIDIA GPU to test this:
Since
--opencl-platform default is 'auto', it selected your 'platform 0' which is "
NVIDIA Cuda", so if your other 3GPUs are AMD, those wont be used.
Check from:
seedrecover.py --opencl-info to see if you have two opencl platforms listed,
if so, try to add
--opencl-platform 1 arg to see if your other 3 GPUs will be used instead.