Bootstrap Downloader

From Veriblock Wiki
Revision as of 21:56, 13 May 2020 by VeriBlockTim (talk | contribs)
Jump to: navigation, search

See: NodeCore_0.4.8_ReleaseNotes

Overview

The bootstrap-downloader is a new tool which can be used to download all block files, or missing block files, and an updated nodecore.dat from the VeriBlock mirrors, so that you can sync a full node much quicker than from peers. When doing an incremental update, it checks all existing block files for corruption and will replace them along with downloading any missing (newer) files that you may not have.

Usage

The following program options are available:

  • -n to specify the target network, ie: -n testnet (by default it will download the mainnet blocks)
  • -d to specify the target data directory, ie: -d /nodecore_data (by default it will download the blocks at ./)


The following environment variables are available:

  • DOWNLOADER_LOG_LEVEL


Please remember, the usage of the bootstrap-downloader is optional and is not necessary to run a NodeCore instance, also it is not intended to be the main way to maintain your NodeCore installation.

Note: The bootstrap-downloader will update the files which are on the target data directory (including the nodecore.dat file) so please, stop any NodeCore instance using the targeted data directory before its use.

TestNet

See: TestNet#Bootstrap

Expected console output

Testnet download example.png

At the start, the downloader will check how many files are available on the trusted host, after that, the local files are checked (this operation may take several minutes if it's ran over an existing data folder, the speed will depend on your disk), as the last step, the tool will download all the necessary files individually.