Post
Topic
Board Bitcoin Technical Support
Merits 2 from 1 user
Re: why my btcrecover cant produce different combinations
by
nc50lc
on 14/01/2025, 11:07:24 UTC
⭐ Merited by ABCbits (2)
but when run btcrecover.py    there only comes out two combinations  ee and tt, and that does not align with what is said in the document.  the right output is  eett   ee   tt   ttee
python btcrecover.py  --listpass --passwordlist token.txt
That's the issue, you're using --passwordlist instead of --tokenlist.
The former will take each line as the complete possible password while the latter generates a number of possible combination of each lines.