BitCoin BlockChain Download Alternate #27026

issue ahmed-naeem1012 openend this issue on February 2, 2023
  1. ahmed-naeem1012 commented at 3:07 pm on February 2, 2023: none

    please anyone out there having knowledge help me that How can I deploy a node and start transactions on BTC Core without downloading the complete blockchain, as its more than 350GB Right now.

    I want to know if there is any possible solution to it?

  2. ahmed-naeem1012 added the label Feature on Feb 2, 2023
  3. jarolrod commented at 3:45 pm on February 2, 2023: member
    Pruning is enabled in your screenshot of the gui intro window. You’ll go through an IBD’s worth of network bandwidth, but storage on disk will be limited to your prune target.
  4. fanquake removed the label Feature on Feb 2, 2023
  5. fanquake added the label Questions and Help on Feb 2, 2023
  6. ahmed-naeem1012 commented at 6:44 pm on February 2, 2023: none
    does this mean that just only the data indicated in pruning will be downloaded or will it initially download the complete history and then proceed?
  7. jarolrod commented at 6:51 pm on February 2, 2023: member
    @ahmed-naeem1012 storage on disk will not exceed the prune target.
  8. ahmed-naeem1012 commented at 7:07 pm on February 2, 2023: none
    @jarolrod what about the time period and what work structure does that follow to not exceed the prune target and still run our nodes?
  9. john-moffett commented at 0:20 am on February 3, 2023: contributor

    @ahmed-naeem1012 Roughly speaking, the node will download less than 2 GB worth of blocks starting from the Genesis block, and while it downloads newer ones, it will delete the older ones it already downloaded and processed. When the node processes a block, it maintains the things it needs to fully validate new blocks (the UTXO set), so it no longer needs the full original blocks. It will only keep several days’ worth of original blocks in your storage, not to exceed 2 GB.

    The entire process will take a while to reach the current chaintip – the exact time depends on many factors including your network speed and specific hardware. It generally ranges from several hours to a couple days.

    I agree that the message is a bit ambiguous about exactly when the data gets deleted. To be clear, it does not store all ~450 GB and only then delete all but 2 GB. It will delete them as it goes.

  10. maflcko closed this on Feb 8, 2023

  11. bitcoin locked this on Feb 8, 2024

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-07-01 10:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me