Post
Topic
Board Bitcoin Technical Support
Merits 6 from 1 user
Re:- Mnemonics Recovery 12 words-11 words known not in order-1 unknown
by
nc50lc
on 18/02/2024, 05:03:45 UTC
⭐ Merited by ABCbits (6)
-snip- I think you'll need --list-gpus to see name of all your GPUs and then use multiple --gpu-names instead.
But it's for btcrecover while OP is utilizing "seedrecover.py" script which doesn't use btcrpass.py but btcrseed.py.
In seedrecover, as of btcrecover v1.12, his options to use GPU is under "OpenCL acceleration" when prompted for commands seedrecover.py -h.

Here are the available args for seedrecover gpu acceleration: github.com/3rdIteration/btcrecover/blob/master/btcrecover/btcrseed.py#L3204-L3210
The developer has a note in the official documentation page that it's currently buggy.