Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: diklovejoy on October 12, 2014, 09:39:01 AM



Title: Bitcoin wallet.dat export, syncronysation isn't complete
Post by: diklovejoy on October 12, 2014, 09:39:01 AM
How can I export wallet.dat if syncronisation isn't complete. Computer restarts whyle syncronisation. Look like my computer isn't enought strong for bitcoin-qt, but money already sent, how can I recieve my money. Thanks


Title: Re: Bitcoin wallet.dat export, syncronysation isn't complete
Post by: fsb4000 on October 12, 2014, 10:11:11 AM
use pywallet https://bitcointalk.org/index.php?topic=294439.0
instruction: https://bitcointalk.org/index.php?topic=294439.msg3172859#msg3172859


Title: Re: Bitcoin wallet.dat export, syncronysation isn't complete
Post by: diklovejoy on October 12, 2014, 06:05:34 PM
Answer about pywallet didn't help me, I'm simple user,  have some easy way to help me? Thank you


Title: Re: Bitcoin wallet.dat export, syncronysation isn't complete
Post by: fsb4000 on October 12, 2014, 06:39:07 PM
Answer about pywallet didn't help me, I'm simple user,  have some easy way to help me? Thank you
How much time do you have before PC restarts?

If the reboot does not occur immediately, try this:

1. Run Bitcoin QT
2. Press Help-> Debug Window -> Console
3. Type
Code:
dumpprivkey [your bitcoin address]
4. Save private key.
5. Close Bitcoin QT
6. import your private key into alternative client.


Title: Re: Bitcoin wallet.dat export, syncronysation isn't complete
Post by: Newar on October 12, 2014, 06:58:18 PM
The easiest way is probably importing it on blockchain.info using their online wallet. Be aware that you are trusting their services then. So after the import make a transaction to a wallet that is in your full control emptying out that old wallet. Don't use those addresses again afterwards.


Title: Re: Bitcoin wallet.dat export, syncronysation isn't complete
Post by: diklovejoy on October 12, 2014, 07:33:40 PM
1. How can I find my btc adress?

2. Synchronizing come 37 W then restart on turning on while verificating. After deleting base I easy come in btc, but synchronizations comes again.

3. Blockchain says "Error Decrypting Wallet. Please check your password is correct."  Password correct

Please help me


Title: Re: Bitcoin wallet.dat export, syncronysation isn't complete
Post by: fsb4000 on October 12, 2014, 08:27:56 PM
1. How can I find my btc adress?

2. Synchronizing come 37 W then restart on turning on while verificating. After deleting base I easy come in btc, but synchronizations comes again.

3. Blockchain says "Error Decrypting Wallet. Please check your password is correct."  Password correct

Please help me
1. Press File -> Receiving Addresses
2. ok

Because your wallet is encrypted, i should modify previous instruction.

1. Run Bitcoin QT
2. Press Help -> Debug Window -> Console
3. Type
Code:
walletpassphrase [your passphrase] 600

4. Type
Code:
dumpprivkey [your bitcoin address]
5. Save private key.
6. Close Bitcoin QT
7. Import your private key into alternative client.


Title: Re: Bitcoin wallet.dat export, syncronysation isn't complete
Post by: diklovejoy on October 12, 2014, 11:02:55 PM
passphrase is password ? password is "1", I make it:

walletpassphrase [1] 600
Error: The wallet passphrase entered was incorrect. (code -14)

what is passphrase & how can I decrypt wallet for having my btc, thanks


Title: Re: Bitcoin wallet.dat export, syncronysation isn't complete
Post by: fsb4000 on October 13, 2014, 09:14:16 AM
passphrase is password ? password is "1", I make it:

walletpassphrase [1] 600
Error: The wallet passphrase entered was incorrect. (code -14)

what is passphrase & how can I decrypt wallet for having my btc, thanks
Yes, passphrase = password
Make:
walletpassphrase 1 600

without brackets
P.S. dumpprivkey [your bitcoin address] also without brackets.
Example dumpprivkey 1LqXE9xzjLS3HcoRe6AvxAw9zhMimDWCjP
I use brackets to show that you should use your own data.


Title: Re: Bitcoin wallet.dat export, syncronysation isn't complete
Post by: diklovejoy on October 13, 2014, 10:58:40 AM
All good, thank you