Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: hubinator on June 12, 2017, 09:50:39 PM



Title: What is the current data directory size of the bitcoind?
Post by: hubinator on June 12, 2017, 09:50:39 PM
I wanted to install wallet and I wonder, how much space do I need to get whole blockchain on my disk? I have and SSD but it's 100GB free space.


Title: Re: What is the current data directory size of the bitcoind?
Post by: Wusolini on June 12, 2017, 10:05:09 PM
I wanted to install wallet and I wonder, how much space do I need to get whole blockchain on my disk? I have and SSD but it's 100GB free space.

Blockchain at the moment is 135 GB so your SSD is too small.


Title: Re: What is the current data directory size of the bitcoind?
Post by: Velkro on June 12, 2017, 10:30:37 PM
Blockchain at the moment is 135 GB so your SSD is too small.
I think its more like 125 GB but you should have space for it to grow in coming days/weeks/months so plan ahead.
You need at least 150 GB to be able to run it for months and 200 GB to be safe for longer time :)


Title: Re: What is the current data directory size of the bitcoind?
Post by: bct-user on June 12, 2017, 10:34:06 PM
i think your disk to small, there are still more data incoming, you need to upgrade your disk.
if you don't have space on your disk i suggest you to use electrum, you don't need to download big data of blockchain just sync it and its easy to use with good security features.


Title: Re: What is the current data directory size of the bitcoind?
Post by: vh on June 12, 2017, 11:01:31 PM
For looking into the future, it appears to grows close to about 5GB a month.


Title: Re: What is the current data directory size of the bitcoind?
Post by: kolloh on June 13, 2017, 03:37:00 AM
You won't need the full space of the blockchain if you use the pruning feature in recent versions of Bitcoin Core. If you use pruning, you shouldn't have an issue with 100GB free space.


Title: Re: What is the current data directory size of the bitcoind?
Post by: hubinator on June 13, 2017, 01:06:24 PM
Damn. Probably I  will have to use HDD, to keep the free space safe. Thanks a lot for all replies.


Title: Re: What is the current data directory size of the bitcoind?
Post by: Mike Mayor on June 18, 2017, 07:50:35 PM
I wanted to install wallet and I wonder, how much space do I need to get whole blockchain on my disk? I have and SSD but it's 100GB free space.

Blockchain at the moment is 135 GB so your SSD is too small.

The other problem is the blockchain builds in size each and everyday and the hard drive will get more and more full so you need to make sure you get well over 235gb to accommodate this. You don't want to try open your wallet one day because you need to make a transaction only to find you have no space left to download the rest of the blockchain.


Title: Re: What is the current data directory size of the bitcoind?
Post by: Kvanko on June 24, 2017, 02:25:42 PM
You won't need the full space of the blockchain if you use the pruning feature in recent versions of Bitcoin Core. If you use pruning, you shouldn't have an issue with 100GB free space.

I think prune won't work for him either. It will start removing blocks beyond the limit only after full sync. At least that's how it works for me now. I used prune=4096 and my blocks folder is already 50 GB in size after almost 400k of blocks synchronized. But maybe I just did something wrong.