# Load Checkpoints

You can start your Qwertycoin Daemon (>= 5.0.1) with a CSV which contains at least 1 Checkpoint. This can be useful to solve synchronization problems.

A checkpoint is the combination of block height and the associated block hash. You can find these informations on our Explorer: [https://explorer.qwertycoin.org](https://explorer.qwertycoin.org/)

Under `Recent blocks` you will find the Blocks and the corresponding Hashes. This is an example Checkpoint:\
&#x20;`269588,dd0e5f6232fde383e8249dfefb3d1d8e60834cac0edeeb26ce3179ee7fbbe7c6`

We have provided an API which automatically creates the most recent block in [checkpoint format](https://api.qwertycoin.org/checkpoint_raw). You can choose between a [single line](https://explorer.qwertycoin.org/q/checkpoint_raw/) that you can use to create the CSV yourself, or you can download a CSV file – checkpoint (CSV Export) by following below instruction.

## How to start Daemon with checkpoint.csv

1. [Download a checkpoint.csv from here](https://api.qwertycoin.org/checkpoint_csv)
2. Save this checkpoint.csv in the folder with your qwertycoind.exe
3. Open a CMD or a Terminal and launch your Daemon with the following command:\
   &#x20;`qwertycoind --load-checkpoints checkpoint.csv`
4. Your Daemon launch and you will see a message like this:\
   &#x20;`Loading checkpoints from file...`\
   &#x20;`Loaded 1 checkpoint from checkpoint.csv`
5. Your daemon will now sync without an error to the checkpoint height. If the error occurs again, repeat steps 1 to 5 with new checkpoint.
6. Done


---

# 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.qwertycoin.org/node/load-checkpoints.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.
