Author

Topic: After prunne, how to backup my wallet without dowload the full blockchain? (Read 722 times)

hero member
Activity: 602
Merit: 500
In math we trust.
OP, you can export your keys from wallet.dat with https://github.com/jackjack-jj/pywallet
After that, you are free to import your keys to an SPV light wallet.(I highly recommed electrum, you have full control of your wallet.)
member
Activity: 102
Merit: 11
Hi,

Same problem, it started to re-index or re-download without showing the main screen...

Final solution? Deleted ALL block related files from AppData\Roaming\Bitcoin   and now is trying to download the whole thing BUT it allows me to access the GUI  :-)

Cheers
 MC


Try
Code:
bitcoin-qt.exe -checklevel=0 -checkblocks=1 -splash=0

Also look at: [Solved] How to upgraded without re-downloading blocks

I basically moved by "blocks" directory to a different volume.  Its not entirely safe since I hear power outages could cause DB tearing.  May be ok though... All my Level DB files are on the same volume.
full member
Activity: 210
Merit: 104
“Create Your Decentralized Life”
Try
Code:
bitcoin-qt.exe -checklevel=0 -checkblocks=1 -splash=0

Also look at: [Solved] How to upgraded without re-downloading blocks

I basically moved by "blocks" directory to a different volume.  Its not entirely safe since I hear power outages could cause DB tearing.  May be ok though... All my Level DB files are on the same volume.
member
Activity: 102
Merit: 11
Do it offline or just let it sync in the background. You can access your private keys via the console without the blockchain data.

The problem is that the client never starts.....

It stays the whole time in the splash screen.  Meaning that I can't access to the console.

Cheers
 MC
staff
Activity: 3458
Merit: 6793
Just writing some code
You don't need to start up Bitcoin Core to do a wallet backup. Instead, go to the bitcoin datadir. Copy the wallet.dat file to somewhere else and you will have just backed up your wallet file. You can no longer import private keys to multibit though. I would recommend that you use electrum instead. To get the keys out of the wallet, you need to use a tool like pywallet and extract the keys before importing them into electrum.
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
Hi,

I was having space problems with my hard drive and after reading about the new block prune feature of the official client I gave it a try...

I only realized afterwords that you can use your walled with this feature enabled...  to late....  the block chain was pruned and I will need to re-download it again.

On my connection it will take days :-(

My idea is to backup the wallet and import the keys in multibit but...

Every time that I start bitcoin, it stays in the splash screen downloading the block chain... :-(

Is there a way to avoid that step and start the client just to do a  wallet backup?


Cheers
 MC



Do it offline or just let it sync in the background. You can access your private keys via the console without the blockchain data.
member
Activity: 102
Merit: 11
Hi,

I was having space problems with my hard drive and after reading about the new block prune feature of the official client I gave it a try...

I only realized afterwords that you can use your walled with this feature enabled...  to late....  the block chain was pruned and I will need to re-download it again.

On my connection it will take days :-(

My idea is to backup the wallet and import the keys in multibit but...

Every time that I start bitcoin, it stays in the splash screen downloading the block chain... :-(

Is there a way to avoid that step and start the client just to do a  wallet backup?


Cheers
 MC

Jump to: