Author

Topic: Do I still have to download the whole blockchain? (Read 800 times)

staff
Activity: 3374
Merit: 6530
Just writing some code
November 24, 2015, 12:20:45 AM
#7
The latest version of Bitcoin core, 0.11.2 has block pruning enabled, so you the blockchain will be pruned and it will take up less space. Unfortunately, it does not have the wallet enabled so you won't be able to use your wallet with that.

The next version of Bitcoin Core, 0.12, will have block pruning and the wallet will work when that is enabled. It is supposed to come out sometime in December.

If you are feeling up to it, you can compile and run the version in the master branch of the Github repository. It should already have the wallet function in pruned mode enabled.

Or you can do as others suggested and switch to a SPV wallet.
sr. member
Activity: 266
Merit: 250
Grow SMALL amount of BTC by earning it
I was updating my laptop and its bitcoin wallet, and noticed that the blockchain file is now taking up 53 GB of my SSD's space!

Isn't there a shorter version of the blockchain, maybe one that starts at block 380,000 or so?  I don't need the whole damn chain, it is just wasted disk space.
Unfortunately block pruning has not been completed yet so you can't spend coins when you enable pruning as of now. If you have enough space, synchronize it and send it to another HD wallet like Electrum after you backup the seed. Then keep a backup of wallet.dat and delete the %appdata%/Bitcoin files.

It isn't recommended to extract your private key but if you absolutely need to, you can. Go to console, type in this to unlock wallet:
Code:
walletpassphrase [walletpasscodehere] 600
if you have a password and use this
Code:
dumpprivkey [Address here]
. You should get your private key of the address and you can proceed to import into another client.
legendary
Activity: 2352
Merit: 1101
Damn. I am using bitcoin core version 0.10.2 .
you can switch to other wallet version like electrum, just export your private keys from bitcoin core and import into electrum wallet
hero member
Activity: 742
Merit: 500
I'm dying.
Just use electrum. The best lite wallet out there imo.
No need to dl any crap.
hero member
Activity: 955
Merit: 1004
Damn. I am using bitcoin core version 0.10.2 .
hero member
Activity: 499
Merit: 500
you can try other light version of bitcoin wallets like electrum,multibit etc
no need to download big blockchain
hero member
Activity: 955
Merit: 1004
I was updating my laptop and its bitcoin wallet, and noticed that the blockchain file is now taking up 53 GB of my SSD's space!

Isn't there a shorter version of the blockchain, maybe one that starts at block 380,000 or so?  I don't need the whole damn chain, it is just wasted disk space.
Jump to: