Bitcoin Forum
May 21, 2024, 09:59:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: BTCRecover commands how to?  (Read 99 times)
kriptofan (OP)
Jr. Member
*
Offline Offline

Activity: 52
Merit: 1


View Profile
February 03, 2021, 06:52:14 AM
Merited by ABCbits (1)
 #1

I forgot password
but I know the idea

let say password is "stupid me forgot bitcoin password 6 9"

with spaces

I know for sure that 6 9 always at the end or not at all
I know it might be 69 or 6 9
I know I might not use spaces at all
also I know that "stupid" always comes first or "stupid" sometimes might be "retarded" or "idiot" or "dumb"

how to make this structure?
how to make sure that specific possible words are coming first or last?


and yes I am very stupid retarded degenerate Sad
this is what happens after 4+ years of not using wallet

don't go full retard as I did, and never trust your memory!
my god, just kill me... for weeks already
ranochigo
Legendary
*
Offline Offline

Activity: 2982
Merit: 4193



View Profile
February 03, 2021, 07:16:30 AM
 #2

Check the tokens docs, https://github.com/3rdIteration/btcrecover/blob/master/docs/tokenlist_file.md.

You'd be able to customize the settings to use space by %s and use positional anchors for the positions as welll.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
NotATether
Legendary
*
Online Online

Activity: 1610
Merit: 6752


bitcoincleanup.com / bitmixlist.org


View Profile WWW
February 03, 2021, 10:04:52 AM
Merited by ABCbits (2), nc50lc (1)
 #3

Your password has a structure which warrants trying combinations of dictionary words instead of individual character combos.

With the password hints that you gave your tokens.txt file will start with this:

Code:
^stupid%s retarded%s dumb%s idiot%s
6%s9 69$

And then if you remember roughly how many words you used, take a long list of dictionary words like https://github.com/dwyl/english-words (others can be found with a simple google search), remove the ones you know you haven't use, and put lines like these at the end:

Code:
word1%s
word2%s
... and so on. Words on different lines are combined together without spaces, so to force a space you must add %s at the end of each word.

Then if you want to try combos of words without spaces in between them, you make a second tokens file that looks like this:

Code:
^stupid retarded dumb idiot
6%s9 69$
word1
word2

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
kriptofan (OP)
Jr. Member
*
Offline Offline

Activity: 52
Merit: 1


View Profile
February 07, 2021, 09:42:33 PM
 #4

thanks helped me to recover some old wallets

another questions is how to force sequence?

lets say password is "you are a stupid moron forgot 69 password"
I know that these words could be different

stupid => dumb, retarded, slow
moron => idiot, imbecile, monkey
I can use
+ ^1^ stupid dumb retarded  slow
+ ^2^ moron => idiot  imbecile  monkey

but this is specific order

but, there are might be before and after some tokens

how to fix relationship between stupid<=>moron, that stupid[variable] comes exactly before moron[variable]  but flexible position?

 
NotATether
Legendary
*
Online Online

Activity: 1610
Merit: 6752


bitcoincleanup.com / bitmixlist.org


View Profile WWW
February 08, 2021, 06:41:12 AM
 #5

thanks helped me to recover some old wallets

another questions is how to force sequence?

lets say password is "you are a stupid moron forgot 69 password"
I know that these words could be different

stupid => dumb, retarded, slow
moron => idiot, imbecile, monkey
I can use
+ ^1^ stupid dumb retarded  slow
+ ^2^ moron => idiot  imbecile  monkey

but this is specific order

but, there are might be before and after some tokens

how to fix relationship between stupid<=>moron, that stupid[variable] comes exactly before moron[variable]  but flexible position?

You'd use relative anchors to force the word "moron" to come after "stupid":

Code:
^r1^stupid dumb retarded slow
^r2^moron idiot imbecile monkey

However, it's not possible to tell BTCRecover something like "there's a sequence of 3 tokens beginning at the second position" because you can't put relative and positional anchors on the same line.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
kriptofan (OP)
Jr. Member
*
Offline Offline

Activity: 52
Merit: 1


View Profile
February 09, 2021, 07:35:32 PM
Last edit: February 09, 2021, 08:07:07 PM by kriptofan
 #6

if word is included only then add satellites
how to do this
"this is forgotten password kamasutra 69 007 james bond "
i want this:
kamasutra comes with 69 or other sexy combinations

kamasutra comes without a must + inclusion
kamasutra may or may not be in the password, and if it is not then no satellites come with it

if "kamasutra" included then add 69 or other sexy combo else do not add "69 or other sexy combo"

if 007 then add combinations of james bond combos else do not add james bond combos

thus one word triggers inclusion of satellites or else nothing is included
NotATether
Legendary
*
Online Online

Activity: 1610
Merit: 6752


bitcoincleanup.com / bitmixlist.org


View Profile WWW
February 09, 2021, 09:35:25 PM
 #7

if word is included only then add satellites
how to do this
"this is forgotten password kamasutra 69 007 james bond "
i want this:
kamasutra comes with 69 or other sexy combinations

kamasutra comes without a must + inclusion
kamasutra may or may not be in the password, and if it is not then no satellites come with it

if "kamasutra" included then add 69 or other sexy combo else do not add "69 or other sexy combo"

if 007 then add combinations of james bond combos else do not add james bond combos

thus one word triggers inclusion of satellites or else nothing is included

You'd need two different token files for that because BTCRecover doesn't support that natively. Each file will start with the beginning phrase you want to use, in your case:

Code:
this
is
forgotten
password

And in the first token file you put your tokens for the satellite words inside, e.g. put kamasutra on the next line and then in the next few lines put the combinations for your other satellite words there.

For each satellite you have you got to make that many token files plus one with no satellite words at all, and then run BTCRecover with each token file one at a time.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
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!