Bitcoin Forum
May 07, 2024, 02:27:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  Print  
Author Topic: Encrypted wallet.dat, lost password, any solutions?  (Read 213393 times)
Revalin
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g


View Profile
September 13, 2012, 04:18:38 PM
 #61

Is bitcoind in the .bitcoin dir?  To be clear, it needs to be in the directory with the Satoshi client program goes, not the one where the wallet.dat goes.

      War is God's way of teaching Americans geography.  --Ambrose Bierce
Bitcoin is the Devil's way of teaching geeks economics.  --Revalin 165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g
1715092042
Hero Member
*
Offline Offline

Posts: 1715092042

View Profile Personal Message (Offline)

Ignore
1715092042
Reply with quote  #2

1715092042
Report to moderator
1715092042
Hero Member
*
Offline Offline

Posts: 1715092042

View Profile Personal Message (Offline)

Ignore
1715092042
Reply with quote  #2

1715092042
Report to moderator
1715092042
Hero Member
*
Offline Offline

Posts: 1715092042

View Profile Personal Message (Offline)

Ignore
1715092042
Reply with quote  #2

1715092042
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Ashitank
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
September 13, 2012, 04:20:49 PM
 #62

there is bitcoind.pid file in the ./bitcoin directory is this correct.
Ashitank
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
September 13, 2012, 04:23:22 PM
 #63

Eh No I have placed brute.rb in directory where my wallet.dat is.

Would you know what is the path to bitcoind directory.
Revalin
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g


View Profile
September 13, 2012, 04:29:20 PM
 #64

Did you actually get and install bitcoin?  Try this:

wget http://softlayer.dl.sourceforge.net/project/bitcoin/Bitcoin/bitcoin-0.6.3/bitcoin-0.6.3-linux.tar.gz
tar -xf bitcoin-0.6.3-linux.tar.gz
cd bitcoin-0.6.3-linux/bin/32/
mv ~/.bitcoin/brute.rb .
echo rpcpassword=somerandomjunk > ~/.bitcoin/bitcoin.conf
./bitcoind -daemon

... wait a minute while it starts up ...

ruby brute.rb

And it should start cracking.

      War is God's way of teaching Americans geography.  --Ambrose Bierce
Bitcoin is the Devil's way of teaching geeks economics.  --Revalin 165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g
Ashitank
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
September 13, 2012, 04:36:58 PM
 #65

Trying above steps.
Ashitank
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
September 13, 2012, 04:44:22 PM
 #66

get this error on starting bitcoind

newb@newb-VPCEB45FG:~$ cd bitcoin-0.6.3-linux/bin/32/
newb@newb-VPCEB45FG:~/bitcoin-0.6.3-linux/bin/32$ ls
bitcoind  bitcoin-qt  brute.rb
newb@newb-VPCEB45FG:~/bitcoin-0.6.3-linux/bin/32$ echo rpcpassword=somerandomjunk > ~/.bitcoin/bitcoin.conf
newb@newb-VPCEB45FG:~/bitcoin-0.6.3-linux/bin/32$ ./bitcoind -daemon
newb@newb-VPCEB45FG:~/bitcoin-0.6.3-linux/bin/32$ bitcoin server starting


************************
EXCEPTION: 22DbRunRecoveryException      
DbEnv::open: DB_RUNRECOVERY: Fatal error, run database recovery      
bitcoin in AppInit()      

terminate called after throwing an instance of 'DbRunRecoveryException'
  what():  DbEnv::open: DB_RUNRECOVERY: Fatal error, run database recovery
Ashitank
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
September 13, 2012, 04:46:42 PM
 #67

newb@newb-VPCEB45FG:~/bitcoin-0.6.3-linux/bin/32$ ./bitcoind -getinfo


************************
EXCEPTION: 22DbRunRecoveryException       
DbEnv::open: DB_RUNRECOVERY: Fatal error, run database recovery       
bitcoin in AppInit()       

terminate called after throwing an instance of 'DbRunRecoveryException'
  what():  DbEnv::open: DB_RUNRECOVERY: Fatal error, run database recovery
Aborted (core dumped)
Revalin
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g


View Profile
September 13, 2012, 04:47:34 PM
 #68

Try:

mv ~/.bitcoin ~/.bitcoin-old
mkdir ~/.bitcoin
cp ~/.bitcoin-old/wallet.dat ~/.bitcoin
echo rpcpassword=somerandomjunk > ~/.bitcoin/bitcoin.conf
./bitcoind -daemon



edit: Fixed the echo line

      War is God's way of teaching Americans geography.  --Ambrose Bierce
Bitcoin is the Devil's way of teaching geeks economics.  --Revalin 165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g
Ashitank
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
September 13, 2012, 04:58:45 PM
 #69

Revalin Please check PM
Ashitank
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
September 13, 2012, 05:17:17 PM
 #70

Scripts running now Revalin. 

Getting lot of passphrase was incorrect message as we would expect.

I really appreciate your kind help & patience with a Linux newb like my self , if I am able to get my password back I will send you 0.1BTC out of some 2.0Btc in that wallet Cheesy

Revalin
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g


View Profile
September 13, 2012, 05:21:32 PM
 #71

No problem!  I'm always glad to help.  Smiley

      War is God's way of teaching Americans geography.  --Ambrose Bierce
Bitcoin is the Devil's way of teaching geeks economics.  --Revalin 165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g
grubles
Full Member
***
Offline Offline

Activity: 180
Merit: 100


mistaken for gribble since 2011


View Profile
September 19, 2012, 09:10:22 PM
 #72

Hello, I'm getting this error for every password attempt when running Revalin's script.


Code:
error: {"code":-32601,"message":"Method not found"}


On further investigation it seems that my version of bitcoind is ancient and I need to upgrade.

BM-NBi5PcH8BBqDVp7WSJe2pNgqEVvTjd6T
Bugpowder
Sr. Member
****
Offline Offline

Activity: 394
Merit: 250


View Profile
September 19, 2012, 09:33:40 PM
 #73


I really appreciate your kind help & patience with a Linux newb like my self , if I am able to get my password back I will send you 0.1BTC out of some 2.0Btc in that wallet Cheesy



OMG. I wonder how much electricity you will burn to get those two BTC back.  Sentimental value I guess?
niklas
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
January 22, 2013, 04:31:12 PM
 #74

Hi everyone,

I have exactly the same problem as described here - forgot the password for my wallet. I have tried out Revalins script but sso far I had no luck. There are two issues that possibly prevent me from succesfully using Revalin's script:

1. I am running the script on the laptop I also use for my work (I do not have another computer at the moment. Therefore I can let the script run only at night and on weekends, but there is no possibility to resume the script at the point where it left off.)
2. I tried to add german umlauts (ä,ö,ü) to the character list used in the script, but somehow they were not correctly used.

For the reasons mentioned above I have two questions to Revalin and all other interested:

Would it be possible to implement a resume function (possibly using a protocol of the already tried-out combinations)?
Could you add german umlaut and special characters (Ä,Ö,Ü,ä,ö,ü,ß)?

Any help would be great!
joinmicah
Member
**
Offline Offline

Activity: 81
Merit: 16


Crypto-Commodities are the People's Money!


View Profile
January 23, 2013, 02:33:30 PM
 #75

I Lost the Passphrase to my Wallet it only have about 1 BTC is it even worth trying to recover? I have the Wallet.dat file however I have no idea what the passphrase is and I have no clue where to begin as the text document that had my passphrase in was destroyed in the multiple format incident... Should I just start over or try running the script that guy posted in the forum to try Brute Forcing it?
memvola
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1002


View Profile
January 23, 2013, 02:54:51 PM
 #76

I Lost the Passphrase to my Wallet it only have about 1 BTC is it even worth trying to recover? I have the Wallet.dat file however I have no idea what the passphrase is and I have no clue where to begin as the text document that had my passphrase in was destroyed in the multiple format incident... Should I just start over or try running the script that guy posted in the forum to try Brute Forcing it?

If you know absolutely nothing about the passphrase, it's not even worth trying for 1000 coins. However, you might know something about it without recognizing it, like possible length, characters used and whatnot.

As a side note, you might be able to partially recover the text document you mentioned even after formatting, if you haven't totally wiped the drive. Do you remember any other text in that document?
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
January 23, 2013, 03:42:04 PM
 #77

. . . I have no idea what the passphrase is and I have no clue where to begin . . .
When someone says "I have no idea what the passphrase is and I have no clue where to begin" they usually still remember something about the password.

Examples:

  • Was it less than 4 characters?
  • Was it more than 50 characters?
  • Was there any punctuation in the password?
  • Did it use any capital letters?
  • Did it use any lowercase letters?
  • Did it use any numbers?
  • Did it include any real words?
  • How did you create it? (mashed the keyboard? ran a random number generator? some other process?)
gmaxwell
Staff
Legendary
*
Offline Offline

Activity: 4158
Merit: 8411



View Profile WWW
January 23, 2013, 05:21:54 PM
 #78

Please don't bump really old threads. Someone should split at the bump point, lock the original, and delete this post..
riX
Sr. Member
****
Offline Offline

Activity: 326
Merit: 252



View Profile
February 03, 2013, 11:00:08 PM
 #79

Please don't bump really old threads. Someone should split at the bump point, lock the original, and delete this post..

Why?
The information in the thread is not outdated, and splitting or creating a new thread for someone having the same issue months later would just create a lot of threads where the same information is repeated.
I get PM's about this thread several times every month, and have helped some people recover their wallets.

Sorry, I can't help you with your lost password.

PGP key: 0x9F31802C79642F25
niklas
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 15, 2013, 08:18:58 AM
 #80

Hi everyone,

I have exactly the same problem as described here - forgot the password for my wallet. I have tried out Revalins script but sso far I had no luck. There are two issues that possibly prevent me from succesfully using Revalin's script:

1. I am running the script on the laptop I also use for my work (I do not have another computer at the moment. Therefore I can let the script run only at night and on weekends, but there is no possibility to resume the script at the point where it left off.)
2. I tried to add german umlauts (ä,ö,ü) to the character list used in the script, but somehow they were not correctly used.

For the reasons mentioned above I have two questions to Revalin and all other interested:

Would it be possible to implement a resume function (possibly using a protocol of the already tried-out combinations)?
Could you add german umlaut and special characters (Ä,Ö,Ü,ä,ö,ü,ß)?

Any help would be great!

I mangaged to solve my problems on my own:

The issue with the german umlauts seems to have to do with some encoding problems. It dissappeared when I used linux instead of Windows.

I am now running the script brute.rb on a virtual machine provided my Amazon using Linux. After registering for Amazon Web Services (AWS), you can use one of their smallest virtual machine instances ('micro') for free for one year. After starting the bitcoind, you just start the script like this:

ruby brute.rb > log.txt &

It then sends its output to log.txt and you can just logout. It takes quite some time, since the AWS micro instance is rather low on CPU power. An attempt to crack an 8 character password took about one week. However, it is absolutely free; you don't even have to pay for the electricity ...
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  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!