Post
Topic
Board Bitcoin Technical Support
Re: why my btcrecover cant produce different combinations
by
cryptobabi
on 14/01/2025, 10:03:50 UTC
Please post the whole command here.

python btcrecover.py  --listpass --passwordlist token.txt



contents of token.txt      line1: ee   line2: tt

output: 2 combinations
ee
tt


there are no combinations at all.
the correct output i think is as follows:
ee
tt
eett
ttee



right?