# Bootstrap Installation

To speed up syncing of the I/O Coin blockchain from several days to a couple of minutes you can use the bootstrap files. The bootstrap is regularly updated by the team over on GitHub. Follow below steps to use the bootstrap files. This guide assumes you have already successfully installed the wallet, if you haven't done so yet you can find the installation guide [here](broken://pages/-MUoNdf2V87L7IwVCdZY).

1. Go to the [Wallet Releases](https://github.com/IOCoin/DIONS/releases) page on the I/O Coin GitHub, download the bootstrap zipfile and unzip the files.
2. If you have never opened your wallet before, open the wallet until it is fully loaded (the pulsing logo will disappear) and then close it again. When asked whether to leave the daemon running, click **No**.
3. Navigate to your I/O Coin wallet folder and replace the 'txleveldb' folder, 'blk0001.dat' and  'blk0002.dat' with those from the bootstrap file.
4. Now you can open your wallet again. Starting up the wallet will take a little bit longer than usual because the wallet is loading the files.

It is best practice to always make a back-up of your wallet folder before making any changes to it!

## Video Tutorial <a href="#video-tutorial" id="video-tutorial"></a>

Below video briefly shows the above steps as well.

{% embed url="<https://youtu.be/jcfGE7ve0Cg>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://i-o-digital-foundation.gitbook.io/ioc/bootstrap-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
