Post
Topic
Board Development & Technical Discussion
Re: [Choose the new Pywallet name] - Pywallet 2.1.6: manage your wallet
by
Gramps
on 29/01/2014, 12:53:04 UTC
I am having trouble dumping my wallet. I am running the command
Code:
./pywallet.py --dumpwallet --passphrase=[PASS]
and the output is
Code:
Traceback (most recent call last):
  File "pywallet.py", line 5010, in
    db_env = create_env(db_dir)
  File "pywallet.py", line 1269, in create_env
    r = db_env.open(db_dir, (DB_CREATE|DB_INIT_LOCK|DB_INIT_LOG|DB_INIT_MPOOL|DB_INIT_TXN|DB_THREAD|DB_RECOVER))
bsddb.db.DBRunRecoveryError: (-30975, 'DB_RUNRECOVERY: Fatal error, run database recovery -- unable to join the environment')

Does anyone know what to do?

UPDATE: I deleted everything except the wallet.dat in my bitcoin directory, and now when I run the command the output is
Code:
Segmentation fault: 11

I am running Mac OS 10.7. Has anyone seen this problem before?