Post
Topic
Board Bitcoin Technical Support
Re: Where can I download a Core Snapshot?
by
kryptonoid
on 28/11/2024, 20:06:07 UTC
Some website i know which create and share Bitcoin Core folder no longer online. But FYI, Bitcoin Core have UTXO snapshot feature which allows you to jump sync to certain block height. After you synced to latest block height, you can use most of your full node features while it download older blocks in background.

3 days ago, Jameson Lopp write a great article about it (with download link) on https://blog.lopp.net/bitcoin-node-sync-with-utxo-snapshots/.

The Assumeutxo feature is very handy for people who don't have the best hardware but want to interact with the blockchain right away.
I'm using an Azure VM and paying for each GB. I'd like to download a pruned node and interact with the blockchain without the high storage costs before pruning.
I think a Raspberry Pi combined with the Assumeutxo feature could solve my problems.

But why isn't there an official pruned version of the blockchain available?