# Fix Sync Issues

* **Your Daemon stuck?**
* **Your GUI Wallet stuck?**
* **You see errors like these:**\
  &#x20;\- One of outputs for one of inputs have wrong tx.unlockTime = 269549\
  &#x20;\- Failed to handle\_output for output no = 3, with absolute offset 103181\
  &#x20;\- Failed to get output keys for tx with amount = 0.01000000 and count indexes 4\
  &#x20;\- Failed to check ring signature for tx ace343256581b8e130\[..]f109de8de
* **Your Node is not sync with** [**network height**](https://api.qwertycoin.org/height/)**?**

## How to Fix Sync Issue

The simplest way is to add an additional checkpoint to your Qwertycoin Daemon. If you're a Node- or a Pool owner you can copy a Checkpoint from here and paste it in a new line in your [CryptoNoteCheckpoints.h](https://github.com/qwertycoin-org/qwertycoin/blob/master/lib/Global/Checkpoints.h) under /qwertycoind/global/ folder. After saving the file you must build your project again.

You can start the Qwertycoin Daemon with a Checkpoint using `--load-checkpoints arg` Command. If you have a stuck GUI Wallet you have to quit it first and download the CLI client to continue. You can [download the CLI here](https://github.com/qwertycoin-org/qwertycoin/releases).

Download a checkpoint from [here](https://explorer.qwertycoin.org/q/checkpoint_csv) and start your Daemon with `--load-checkpoints checkpoint.csv` command. Please read our article about starting the daemon with checkpoints from CSV:

[Start Daemon with additional Checkpoint](https://docs.qwertycoin.org/node/load-checkpoints)


---

# 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/fix-sync-issues.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.
