Do you have to download the entire bitcoin blockchain for bitcoin core pruned mode to take effect?

2

I've read that you need to download the entire bitcoin blockchain before you can set it to bitcoin core pruned mode to reduce space. But what if I don't have 100gb+ free on my hard drive? Is there a "pruned" blockchain file I can just download so I can skip needing to downloading the entire blockchain?

Patoshi パトシ

Posted 2018-02-28T03:28:16.627

Reputation: 8 911

Answers

2

Pruning saves disk space, but you still need to download the whole blockchain, prune mode works on the fly, once your node has downloaded the block data and validated the blocks/transactions in it, it throws away the old data that it no longer needs, but in order to revalidate all old blocks

Зелёный

Posted 2018-02-28T03:28:16.627

Reputation: 871

Is there a way to avoid downloading the entire blockchain? Its 100gb+ and my laptop doesnt have such free space for this. This is a common problem.Patoshi パトシ 2018-02-28T15:13:48.130

@Patoshiパトシ you dont have to have more than 5GiB with pruning mode activated. So no worries on lack of storage space on your laptop. But you have to download +100GiB in order to get synced with the blockchain.Behrad Khodayar 2019-01-30T09:09:58.287

1

You can safely set prune either on the command line or in you conf file and Bitcoin Core will handle it automatically. Note that for pruning to operate automatically you need to set it to a number greater than 550 in MB.

Willtech

Posted 2018-02-28T03:28:16.627

Reputation: 2 657