# Sync wallet with a Bootstrap

## What is a bootstrap?

A bootstrap is a backup of the **SATOXCOIN** blockchain.

Visit <https://github.com/satoverse/satoxcoin/releases/> and download the latest bootstrap.

There is 2 versions of the bootstrap:

For standard user, download the version **"without-txindex".**

For users thats want to run an explorer or other services, download the version **"txindex".**

Use [WinRAR](https://www.rarlab.com/download.htm) to extract the compressed files.

*The bootstrap contains 2 folders:*&#x20;

* ***blocks***
* ***chainstate***

## Extract the files to your Satoxcoin folder:

Location of file in **Windows**: **%AppData%\satoxcoin\\**

Location of file in **Linux**: **\~/.satoxcoin/**

You need to overwrite the old folders with the new, when that is done.

Restart the Satoxcoin Core Wallet and you have just saved yourself from syncing 1+ year of blocks.


---

# 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://docs.satoverse.io/docs/wallet-troubleshoot/sync-wallet-with-a-bootstrap.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.
