Bitcoin Forum
April 25, 2024, 11:43:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Recovering Electrum Password for OSX  (Read 2219 times)
Higheducation92 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 25, 2014, 03:12:43 AM
 #1

Hey Everyone,

I am very new to using bitcoin wallets as well as coding. I recently downloaded the OSX Executable file of Electrum and made a one time btc movement upon creating the account. I neglected to take down the seed and must have mistyped my intended password because now when I return to the wallet I am unable to access it.

Would anyone be able to assist me in brute forcing my password?

I am having serious trouble even finding my wallet.dat file and when I try to run the recommended code in Finder in order to find my Electrum folders, nothing is found.

Please assist me if you can, I appreciate any and all help. I would be happy to share some BTC with whoever can help me get into the account. Thank you very much.
1714045420
Hero Member
*
Offline Offline

Posts: 1714045420

View Profile Personal Message (Offline)

Ignore
1714045420
Reply with quote  #2

1714045420
Report to moderator
1714045420
Hero Member
*
Offline Offline

Posts: 1714045420

View Profile Personal Message (Offline)

Ignore
1714045420
Reply with quote  #2

1714045420
Report to moderator
1714045420
Hero Member
*
Offline Offline

Posts: 1714045420

View Profile Personal Message (Offline)

Ignore
1714045420
Reply with quote  #2

1714045420
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
notlist3d
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
July 25, 2014, 03:17:19 AM
 #2

Be VERY careful with who you share the file with.  If someone does happen to get into the wallet they could take it all.

That being said if you have a decent password cracking it might not be quick/easy.
Possum577
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250

Loose lips sink sigs!


View Profile WWW
July 25, 2014, 05:13:06 AM
 #3

You should move this to the technical section of this forum - you'll find people with more experience to give you a better or best solution.

btchris
Hero Member
*****
Offline Offline

Activity: 672
Merit: 504

a.k.a. gurnec on GitHub


View Profile WWW
July 26, 2014, 11:31:16 PM
Last edit: July 27, 2014, 12:32:21 AM by btchris
 #4

You could give btcrecover a try (it's a Bitcoin password recovery tool which supports Electrum). I've never tried it on OSX before but I believe it should work (if you can find the wallet file that is...). Let me know if you have any trouble setting it up.

Edited to add: I believe the default wallet filename for Electrum is called default_wallet on all operating systems, although I don't know where it's located on OSX...

(full disclosure: I'm the developer of btcrecover)
Higheducation92 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
August 03, 2014, 01:17:43 AM
 #5

Currently, I am struggling with step #5 of your guide:

You will need to run btcrecover.py with at least two command-line options, --wallet FILE to identify the wallet file name and either --tokenlist FILE or --passwordlist FILE (the FILE is optional for --passwordlist), depending on whether you're using a Token File or Passwordlist. If you're using Typos or Autosave, please refer the sections above for additional options you'll want to add.

What follows is an example on windows. The details for your system will be different, for example the download location may be different, or the wallet file name may differ, so you'll need to make some changes. Any additional options are all placed on the same line.

cd \Users\Chris\Downloads\btcrecover-master
C:\python27\python btcrecover.py --wallet wallet.dat --tokenlist tokens.txt --other-options...


I am having trouble writing the command lines to identify my wallet file name and token file. I am very confused by the example that you have provided. What does the code "cd" mean? Is the code that you indicated above as an example the same step as step #5? How would this differ for someone using a Mac? 

I found the wallet and have everything set up, but cannot get the file to begin running. My btcrecover-master folder is at this location /Users/Ben/Desktop/btcrecover-master and my wallet is at this location /Users/Desktop/Ben/btcrecover-master/Wallet, do you mind assisting me in determining how I would write the code for this in order to proceed? Also, where do I write this code: in the Python Shell Box that has lines of code being with ">>>" or should I do it in the btcrecover.py file itself? If I should do it in the btcrecover.py file itself, does it matter where in that file I add the code?

When I try to do it in the Python Shell file, everytime I try I receive various syntaxs.

These syntaxs include:

"unexpected character after line continuation character"
"invalid syntax"
"Traceback"

I can't figure this out...
Baitty
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500

Currently held as collateral by monbux


View Profile
August 03, 2014, 01:32:50 AM
 #6

There's some people who are offering password recovery over at the services sub forum you might want to contact them see if they can help.

Here's one: https://bitcointalk.org/index.php?topic=717334.0

Another you've already tried out btcrecover which seems to be quite good if you are experienced in password recovery.

Currently held as collateral by monbux
Higheducation92 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
August 03, 2014, 01:37:40 AM
 #7

My lack of coding experience is making btcrecovery extremely challenging. I have set everything up but cant get it to start. I don't know how to write the proper command lines necessary for python to understand where my wallet and tokens files are. When I try to create the btcrecovertokens-auto file I am not doing it right because btcrecover never runs.
pissedoff
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
August 03, 2014, 01:41:42 AM
 #8

If you are new and havent got much bitcoin in it it might be better just to create a new wallet how much roughly have you got in there?
btchris
Hero Member
*****
Offline Offline

Activity: 672
Merit: 504

a.k.a. gurnec on GitHub


View Profile WWW
August 03, 2014, 12:03:11 PM
 #9

Currently, I am struggling with step #5 of your guide:
...
cd \Users\Chris\Downloads\btcrecover-master
C:\python27\python btcrecover.py --wallet wallet.dat --tokenlist tokens.txt --other-options...[/color]

I am having trouble writing the command lines to identify my wallet file name and token file. I am very confused by the example that you have provided. What does the code "cd" mean? Is the code that you indicated above as an example the same step as step #5? How would this differ for someone using a Mac? 

Those commands were an example for Windows. I'm not much of an OS X person, so I might be wrong, but give this a try.

Start in the Applications folder, then open the Utilities folder, then open the Terminal application. From here, type in this:

Code:
cd /Users/Ben/Desktop/btcrecover-master
python btcrecover.py --wallet Wallet --tokenlist tokens.txt --other-options...

You shouldn't need to, but if you're interested there's a Terminal tutorial for OS X you can read over here: http://blog.teamtreehouse.com/introduction-to-the-mac-os-x-command-line
Higheducation92 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
August 03, 2014, 10:07:35 PM
 #10

I contacted you through e-mail, but will post here too for others. Using the code you provided in terminal, I succesfully can run the btcrecover.py script. Now I am trying to have PyCrypto work for the script to speed up this process.

How do I install pycrypto once I have it downloaded? I tried running the setup.py file and tried putting its folder in the btcrecover-master folder, but neither work. When I run btcrecover.py the file still displays "warning can't find PyCrypyto".

When I type the below into Terminal, the terminal asks for my password and provides me with a warning. Upon this time it will not let me enter a password, so using the below in terminal does not seem to work:
 
sudo apt-get install python-pip
sudo pip install pycrypto

*This code causes a warning as described above and will not work in Terminal.
vamosrafa
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 22, 2014, 09:33:07 PM
 #11

Did you have any luck retreiving your password highereducation with this script? I have an idea of what my password is, and want to give this software a go. Would rather donate to the open source software, but I am willing to try the wallet receovery guy too.
btchris
Hero Member
*****
Offline Offline

Activity: 672
Merit: 504

a.k.a. gurnec on GitHub


View Profile WWW
August 22, 2014, 10:14:23 PM
 #12

Did you have any luck retreiving your password highereducation with this script? I have an idea of what my password is, and want to give this software a go. Would rather donate to the open source software, but I am willing to try the wallet receovery guy too.

Although Higheducation92 did get the script working, I don't know if he ended up finding his password. I don't think he ended up installing PyCrypto. The PyCrypto install is optional (it speeds up Electrum and MultiBit searches), and on OS X it might be tricky. I did update the Tutorial with instructions on how to install PyCrypto on OS X, but I don't know if the instructions actually work.... (On Linux and Windows, installing PyCrypto is a bit easier.)

At any rate, if you have any specific questions, I'll try my best to answer them.

-Chris
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!