Back in 2013 bought some bitcoin via btcrecover, -snip- So I wanted to know two things. Which wallet version was this from blockchain.com? Wallet was made back in november 2013. I would like to figure to decrypt the wallet.
*via Blockchain?
I'm not entirely sure but it matches the iteration count in their v2 wallet which is archived in their GitHub Repo,
here:
https://github.com/blockchain/unused-My-WalletFor the older version, search its
oldest commits and click "
<>" to see the repo's state at that point.
Also is there a command within btcrecover I can use to brute force the wallet between a certain number of characters?
Yes, for that, you can use
--length-min and
--length-max.
./python btcrecover.py ---help:
--length-min COUNT skip passwords shorter than given length
--length-max COUNT skip passwords longer than given length