Author

Topic: My problem with btcseedrecover, I give a finder’s reward! (Read 119 times)

member
Activity: 234
Merit: 51
New ideas will be criticized and then admired.

I give a finder’s reward!
Thanks everyone

Your wallet was emptied yesterday, honor whoever helped you, don't contribute to the fact that your next time no one wants to help you.
legendary
Activity: 2394
Merit: 5531
Self-proclaimed Genius
The tokenlist file is called token.txt and is located in the btcseedrecover folder.
i use a mac
You mean inside the same directory where seedrecover.py is located?

If not, it should be inside it if you do not want to include the full path.
If yes, one possible scenario is if your Mac is configured to hide file name extensions, in which your "token.txt" file could actually be "token.txt.txt" file.
In that case, enable file name extensions (Google how) to see if you've actually named like that.
legendary
Activity: 2268
Merit: 18509
You don't need to specify typos or wordswaps when simply descrambling if you are certain your words are correct.

Further, if you are getting the no such file error, then you haven't included the full path to the file. Either put the file in the base btcrecover directory, or add the full path.

I'd run the following command, assuming of course the address you have given is in fact the address at m/84'/0'/0'/0/0:

Code:
python seedrecover.py --no-dupchecks --mnemonic-length 12 --language EN --dsw --wallet-type BIP39 --addr-limit 1 --addrs bc1qkccun6f65de3wq4fwnl2qfptfzd5q34gy4m2kc --tokenlist ./path/to/folder/token.txt --no-eta

See this page for more help: https://btcrecover.readthedocs.io/en/latest/Usage_Examples/2020-05-02_Descrambling_a_12_word_seed/Example_Descrambling_a_12_word_seed/
full member
Activity: 427
Merit: 105
Hi my friends,

I have a problem with the seedrecover.py file.
I have created a token list, but like mine is always displayed:  no such file or direcoty

what am I doing wrong?
I have already tested the program with other token lists. But I need my own 12 words that are all twisted.
I know all 12 words but they are all twisted.

Can someone give me an example command of how the program then rolls the dice?
address is: bc1qzgujzqeg4sht0dme6za87usp6pn2e5exhemenp

The tokenlist file is called token.txt and is located in the btcseedrecover folder.
i use a mac

i tried:  python3.9 seedrecover.py --no dupchecks --mnemonic-length 12 --language EN --dsw --wallet-type BIP39 --addr-limit 1 --addrs bc1qkccun6f65de3wq4fwnl2qfptfzd5q34gy4m2kc --tokenlist token.txt --typos 0 --transform-wordswaps 12


I give a finder’s reward!
Thanks everyone

this is what my readme says. Seedrecover_Quick_Start_Guide.md
# seedrecover.py #

*seedrecover.py* is a seed recovery tool which can take a seed with one or more mistakes in it, and recover the correct seed if not too many mistakes have been made.

## Installation ##

[Follow the installation guide here... ](INSTALL.md)

## Running *seedrecover.py* ##

In order to run *seedrecover.py*, you'll need these two things:

 * A good estimate of what your seed is, *and*

 * *One* of these four, in order of preference:
     1. for Electrum (1.x or 2.x), a copy of your wallet file (a wallet file using Electrum 2.8's new full-file encryption won't work here), *or*
     2. your master public key (sometimes called an *xpub*), *or*
     3. a receiving address that was generated by your wallet from your seed, along with a good estimate of how many addresses you created before the receiving address you'd like to use, *or*
     4. an "address database". If you don't have i., ii., or iii. from above, please see [Recovery with an Address Database](Creating_and_Using_AddressDB.md)

To start *seedrecover.py* on OS X, first rename the `seedrecover.py` script file to `seedrecover.command`. Aside from this, starting it is the same for every system: just double-click the `seedrecover.py` (or `seedrecover.command`) file.
 If you're asked about running it in a terminal, choose *Run in Terminal*. Next, you'll be asked a short series of questions:

 1. First you'll be asked to open your wallet file. If you have an Electrum wallet file, find it now - the rest of the steps will then be skipped. Otherwise, click `Cancel` to continue.

 2. Next, select your wallet type. If you're unsure of what to choose, feel free to open an [issue on GitHub](https://github.com/3rdIteration/btcrecover/issues/new) to see if your wallet software is supported.

 3. Next you'll be asked for your master public key. If you don't have yours stored anywhere, click `Cancel` to continue.

 4. If you don't have your master public key, next you'll be asked for your addresses. Find as many of your addresses associated with this wallet as you can, and enter them here (separated by spaces).
 Addresses you created early in your wallet's lifetime are prefereable. If your wallet supports multiple "accounts" each with their own address list, only addresses from your first account should be entered here.

 5. If you entered addresses above, next you'll be asked to enter the "address generation limit". *seedrecover.py* works by generating one or more addresses based on each seed it tries.
 The generation limit is the number of addresses it generates for each seed. Generating fewer addresses will improve *seedrecover.py*'s speed, however if it generates too few, it will miss the correct seed entirely.
 (If you have done something non-standard and your wallet doesn't increment from the first address, you can also specify the index that this starts counting from with the --addr-start-limit)
 
    For example, let's say you found and entered three addresses in step 4. If you're reasonably sure that all three were within the first 10 addresses ever created in your wallet, you should use `10` for the address generation limit.

Finally, you'll be asked for your best guess of what your seed is.
newbie
Activity: 1
Merit: 0
Hi my friends,

I have a problem with the seedrecover.py file.
I have created a token list, but like mine is always displayed:  no such file or direcoty

what am I doing wrong?
I have already tested the program with other token lists. But I need my own 12 words that are all twisted.
I know all 12 words but they are all twisted.

Can someone give me an example command of how the program then rolls the dice?
address is: bc1qzgujzqeg4sht0dme6za87usp6pn2e5exhemenp

The tokenlist file is called token.txt and is located in the btcseedrecover folder.
i use a mac

i tried:  python3.9 seedrecover.py --no dupchecks --mnemonic-length 12 --language EN --dsw --wallet-type BIP39 --addr-limit 1 --addrs bc1qkccun6f65de3wq4fwnl2qfptfzd5q34gy4m2kc --tokenlist token.txt --typos 0 --transform-wordswaps 12


I give a finder’s reward!
Thanks everyone
Jump to: