Bitcoin Forum
November 03, 2025, 08:43:21 AM *
News: Pumpkin carving contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: why my btcrecover cant produce different combinations  (Read 95 times)
cryptobabi (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 14, 2025, 08:03:10 AM
 #1

i type one word per line as follows in a txt file
ee
tt

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

is there something that i am not doing right?  who can help me

JackMazzoni
Jr. Member
*
Offline Offline

Activity: 160
Merit: 6


View Profile
January 14, 2025, 09:24:10 AM
 #2

Please post the whole command here.

Need Wallet Recovery? PM ME. 100% SAFE
cryptobabi (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 14, 2025, 10:03:50 AM
Last edit: January 19, 2025, 08:30:05 PM by Mr. Big
 #3

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?



should there be many combinations when the txt contents as   ee%3d
but the actual output is as follows:
*          Security: Warning          *
* * * * * * * * * * * * * * * * * * * *

Notice: Loading File:  token.txt
ee%3d
Notice: Finished File:  token.txt
1 password combinations










i dont know where is the problem
nc50lc
Legendary
*
Offline Offline

Activity: 2954
Merit: 7831


Self-proclaimed Genius


View Profile
January 14, 2025, 11:07:24 AM
Merited by ABCbits (2)
 #4

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 combinations of each line.

Help command results for reference:
Code:
--tokenlist FILE           the list of tokens/partial passwords (required)
--passwordlist [FILE]      instead of using a tokenlist, read complete passwords (exactly one per line) from this file or from stdin

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!