Pages:
Author

Topic: Lost Bitcoins please help (Read 3283 times)

full member
Activity: 182
Merit: 100
October 29, 2015, 02:40:02 PM
#45
This made me scared i will make now serval copys on different harddisk to avoid the same situation as op

I hpe you will find your wallet.dat back very soon
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
October 29, 2015, 02:57:43 AM
#44
I suspect its a different wallet file. Do you maybe have an older backup somewhere else, e.g. on an USB stick? That way you know for sure its the wallet you used and not a different one bitcoin core created while you moved the data around.

About dumpwallet not working on Mac. I suspect (cant test, because I cant get a Mac VM :C) that its just a pathing issue. If you have to give a full path it would look quite different on a Mac than on Windows.
staff
Activity: 3458
Merit: 6793
Just writing some code
October 29, 2015, 12:05:40 AM
#43
Ok so ran walletpassphrase and it kicked back:

Error: running with an unencrypted wallet, but walletpassphrase was called. (code -15)

This wallet was absolutely encrypted. I know I tried downloading the newer version of the bitcoin client since this one would not start up, is there a chance the new client replaced the wallet with an empty and unencrypted wallet?

Still looking for a backup on an external drive around the house.
It is possible, but if you did not run that version, then it shouldn't have done anything to the wallet. Check for a backup. Also make sure that the wallet file is the same one as the one I told you to backup earlier.
newbie
Activity: 25
Merit: 0
October 28, 2015, 11:56:38 PM
#42
Ok so ran walletpassphrase and it kicked back:

Error: running with an unencrypted wallet, but walletpassphrase was called. (code -15)

This wallet was absolutely encrypted. I know I tried downloading the newer version of the bitcoin client since this one would not start up, is there a chance the new client replaced the wallet with an empty and unencrypted wallet?

Still looking for a backup on an external drive around the house.
staff
Activity: 3458
Merit: 6793
Just writing some code
October 28, 2015, 11:25:41 PM
#41
Okay so I used listreceivedbyaddress 0 true and that kicked back an address that I successfully used with dumpprivkey to get my private key. I now have one private key and my password but don't know what to do from here. I have tried to import the private key to a separate wallet on blockchain.info but that has not changed my balance. I did not have to input the password that I encrypted the account with. Is there a chance that this is the wrong private key?
If your wallet was encrypted, you need to use walletpassphrase before dumping the keys, the instructions are earlier in the thread.

Check the balance of that address on blocktrail.com (blockchain.info has been buggy and stupid recently).

Try importing the address (and any other that you have) to Electrum. Download and install electrum from https://electrum.org/#download and create a new wallet. Make sure you select the option to import keys and then just copy and paste all of your keys into the text box. Follow all of the instructions and you should be able to see your balance and spend from it.
newbie
Activity: 25
Merit: 0
October 28, 2015, 10:50:53 PM
#40
Okay so I used listreceivedbyaddress 0 true and that kicked back an address that I successfully used with dumpprivkey to get my private key. I now have one private key and my password but don't know what to do from here. I have tried to import the private key to a separate wallet on blockchain.info but that has not changed my balance. I did not have to input the password that I encrypted the account with. Is there a chance that this is the wrong private key?
staff
Activity: 3458
Merit: 6793
Just writing some code
October 28, 2015, 10:34:00 PM
#39
dumpwallet doesn't seem to work on mac. dumpprivkey does, but I can't find the correct public key to pair. Looking for any sort of backup on my computer or external drives now.

I appreciate your time and help.
dumpwallet should work, but maybe on mac it doesn't, IDK.

what do you mean you can't find the correct public key to pair? You only need to enter a bitcoin address for dumpprivkey to work. You can find all of your addresses by using the command
Code:
listreceivedbyaddress 0 true
That will list all of the addresses that you have used, including change.
newbie
Activity: 25
Merit: 0
October 28, 2015, 10:27:28 PM
#38
dumpwallet doesn't seem to work on mac. dumpprivkey does, but I can't find the correct public key to pair. Looking for any sort of backup on my computer or external drives now.

I appreciate your time and help.
staff
Activity: 3458
Merit: 6793
Just writing some code
October 28, 2015, 09:30:44 PM
#37
Ok so now everything is back where it's supposed to be but the blockchain is syncing and I still show a zero balance. The good news is I'm now able to start the client without the typical Bitcoin QT Quit Unexpextedly message and subsequent shut down.

The bad news is the only public address in there was the one I tried dumpprivkey with before...
Try doing the whole dumpwallet thing and make sure you set the path to a location you can access, like the desktop
newbie
Activity: 25
Merit: 0
October 28, 2015, 09:27:14 PM
#36
Ok so now everything is back where it's supposed to be but the blockchain is syncing and I still show a zero balance. The good news is I'm now able to start the client without the typical Bitcoin QT Quit Unexpextedly message and subsequent shut down.

The bad news is the only public address in there was the one I tried dumpprivkey with before...
staff
Activity: 3458
Merit: 6793
Just writing some code
October 28, 2015, 08:55:14 PM
#35
I tried dumpwallet and I tried   dumpprivkey YourBitCoinPublicAddress but it may have been the wrong public address. Basically the backstory is I had been using Bitcoin Core v0.8.5-beta and one day it would no longer open. It's been about a year now since I've tried but I have moved the Bitcoin folder from /library/application support/bitcoin to the desktop. From there I can open the client but it won't re-index the blockchain. My balance is at 0, which it shouldn't be, and the public keys I had used are no longer there... I've been browsing forums looking for anyway to get them back.
That folder is NOT the bitcoin installation. That is the data directory. It has the blockchain and wallet stored there. When you moved it, Bitcoin no longer sees the files since they are not where they are supposed to be. Move the folder back and copy out the wallet.dat file as a backup. Then try again.
newbie
Activity: 25
Merit: 0
October 28, 2015, 08:51:17 PM
#34
I tried dumpwallet and I tried   dumpprivkey YourBitCoinPublicAddress but it may have been the wrong public address. Basically the backstory is I had been using Bitcoin Core v0.8.5-beta and one day it would no longer open. It's been about a year now since I've tried but I have moved the Bitcoin folder from /library/application support/bitcoin to the desktop. From there I can open the client but it won't re-index the blockchain. My balance is at 0, which it shouldn't be, and the public keys I had used are no longer there... I've been browsing forums looking for anyway to get them back.
staff
Activity: 3458
Merit: 6793
Just writing some code
October 28, 2015, 08:44:13 PM
#33
So I am facing a similar problem, but on a mac. Also somewhat of a newbie here. I have followed all of these steps and gotten the same error code. Any help would be greatly appreciated!
Can you describe what you are getting?

Did you do the dumpwallet command as I wrote above, because that won't work on a mac.
newbie
Activity: 25
Merit: 0
October 28, 2015, 08:43:19 PM
#32
Happy to send a .5 BTC finders fee to whoever can help me get mine back
newbie
Activity: 25
Merit: 0
October 28, 2015, 08:41:57 PM
#31
So I am facing a similar problem, but on a mac. Also somewhat of a newbie here. I have followed all of these steps and gotten the same error code. Any help would be greatly appreciated!
legendary
Activity: 1414
Merit: 1077
October 26, 2015, 05:29:28 AM
#30
Well done glad you got it sorted Smiley.
newbie
Activity: 14
Merit: 0
October 26, 2015, 05:01:02 AM
#29
Nah it's fine I wasn't clear, thanks for the help
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
October 26, 2015, 04:52:36 AM
#28
I did what shorena and knightdk said. This is from the point where I had the conflicted transactions in qt.

1. I did the dump wallet thing where I specified the path e.g. C//:Users/User/documents wallet.txt
2. I went into documents and opened up wallet.txt
3. I copied it whole
4.Went onto electrum, import, then pasted it then I had the balance


Glad you have your coins back, sorry I suspected you of stealing someone elses wallet file. You get a bit paranoid here over time.
newbie
Activity: 14
Merit: 0
October 26, 2015, 04:51:39 AM
#27
I did what shorena and knightdk said. This is from the point where I had the conflicted transactions in qt.

1. I did the dump wallet thing where I specified the path e.g. C//:Users/User/documents wallet.txt
2. I went into documents and opened up wallet.txt
3. I copied it whole
4.Went onto electrum, import, then pasted it then I had the balance
legendary
Activity: 3374
Merit: 3095
BTC price road to $80k
October 26, 2015, 01:57:37 AM
#26
Got my bitcoins back, thanks everyone!
Just give a steps how do you solve the problem or what is your last step bro? do you do the steps from crairezx20 i think thats the way that you can see again your balance.
Pages:
Jump to: