Bitcoin Forum
March 19, 2024, 02:35:10 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: November 30, 2015, 11:07:21 PM
On OS X (10.8.5) I get this in Terminal when trying to run btcrecover on my wallet (double clicking the btcrecover.py file only starts Xcode, so I drag and drop it in to the terminal):

Ms-Mac-Pro:~ m$ /Users/m/Desktop/btcrecover-master/btcrecover.py --wallet wallet.dat --tokenlist tokens.txt --autosave savefile
Traceback (most recent call last):
  File "/Users/m/Desktop/btcrecover-master/btcrecover.py", line 4952, in <module>
    parse_arguments(sys.argv[1:])
  File "/Users/m/Desktop/btcrecover-master/btcrecover.py", line 2501, in parse_arguments
    default_filename=TOKENS_AUTO_FILENAME, permit_stdin=True, make_peekable=True)
  File "/Users/m/Desktop/btcrecover-master/btcrecover.py", line 2308, in open_or_use
    file = open(filename, mode)
IOError: [Errno 2] No such file or directory: 'tokens.txt'
Ms-Mac-Pro:~ m$


I can't understand the error message.
The tokens.txt is placed in the btcrecover-master folder, I made it plain text.

Edit:
I tried some more times and the Terminal error is this now this:

Ms-Mac-Pro:btcrecover-master m$ /Users/m/Desktop/btcrecover-master/btcrecover.py --wallet wallet.dat --tokenlist tokens.txt --autosave savefile
Traceback (most recent call last):
  File "/Users/m/Desktop/btcrecover-master/btcrecover.py", line 4952, in <module>
    parse_arguments(sys.argv[1:])
  File "/Users/m/Desktop/btcrecover-master/btcrecover.py", line 2842, in parse_arguments
    load_global_wallet(args.wallet)
  File "/Users/m/Desktop/btcrecover-master/btcrecover.py", line 211, in load_global_wallet
    loaded_wallet = load_wallet(wallet_filename)
  File "/Users/m/Desktop/btcrecover-master/btcrecover.py", line 196, in load_wallet
    return wallet_type.load_from_filename(wallet_filename)
  File "/Users/m/Desktop/btcrecover-master/btcrecover.py", line 667, in load_from_filename
    import bsddb.db
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/__init__.py", line 67, in <module>
    import _bsddb
ImportError: No module named _bsddb
Ms-Mac-Pro:btcrecover-master m$
2  Bitcoin / Mining software (miners) / Re: BitMinter client (Win/Linux/Mac, BFL ASIC, Block Erupter USB) on: February 05, 2014, 04:41:09 PM
Why is my accepted work so low compared to what my Red Fury's have done?

See pict:
http://bayimg.com/mAiDLaAfI

27764 vs. 8750 accepted...
3  Other / Beginners & Help / Re: How to guide for lost Bitcoin-QT password? on: January 23, 2014, 08:29:10 PM
wish I could help, but haven't gone through that before thankfully.  How did it all turn out?
Not so good.
I read many boring blocks of text and learned basic terminal talk, the installed Xcode, Git and Homebrew.
Still there was no way to get Bitcoind to run.

I followed these instructions:
https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md

First I got stuck at getting the correct OpenSSL-version (got OpenSSL 0.9.8y 5 Feb 2013) but then I found a way around this (changed were it got looked for by changing in $PATH.
But I never got by the step "Building bitcoind"…


Now I'm trying a windows app, Recoinvery http://www.recoinvery.com, but no luck there yet, it seems to crash or look up…
It's only BTC 3,99, but that is kind of a lot for me  Undecided
4  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: January 23, 2014, 07:54:08 PM
I've tried really hard to get this working on my mac, installed Xcode, learned the basic in how to use the terminal, installed Git and Homebrew and fiddled around a few days but never got Bitcoind to run on OS X 10.8.5.

Now I'm trying this windows app (on my work-computer -> bad, since boss will fire me if he finds out I have admin-rights on it Smiley) that I just found: Recoinvery.com
However, it seems to crash a lot, so still no luck.
I'll report if I get any luck with it.
 
5  Other / Beginners & Help / Re: How to guide for lost Bitcoin-QT password? on: January 19, 2014, 11:55:15 PM
As I'm on Mac OS, do I need to run any program else than the Terminal for this? I can't work this out.
6  Other / Beginners & Help / Re: Free Bitcoins - Registration open for newbies on: January 16, 2014, 07:37:46 PM
Why not! Måns Collner /1EHq8xAkVy8PRFFBcSMMwq7NjeuboTGdkg
7  Other / Beginners & Help / How to guide for lost Bitcoin-QT password? on: January 16, 2014, 07:16:44 PM
Hi, I'm trying to rescue some Bitcoins from my wallet (Bitcoin-QT) for whom I lost the password.
I can't get anything useful out of Google from what I know so far.

Following the tread here at Bitcoin Forum > Bitcoin > Technical Support I'm stuck at the part were you supposed to do something with the wallet-files prior to running the ruby script.

https://bitcointalk.org/index.php?topic=85495.msg942017#msg942017

Quote
This also requires a running bitcoind.
1. set "rpcpassword=somerandomcrap" in .bitcoin/bitcoin.conf
2. run "./bitcoind -daemon"
3. run "./bitcoind getinfo" until it starts returning data instead of errors
4. then run the script above.


So far I have succeeded in getting some ruby code running in the Terminal (I'm on Mac OS X). This took me all night yesterday Embarrassed
= I have no skills in code... yet!

How do I access the .bitcoin/bitcoin.conf? What tool to use?

Thankful for any help.

Edit: And thanks Revalin for the script!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!