> For the complete documentation index, see [llms.txt](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/common-issues.md).

# Common Issues

### GIT FAILED WITH FATAL ERROR

<figure><img src="/files/WCeBJzdMqfoKlNKVjzdL" alt=""><figcaption></figcaption></figure>

When cloning Ord with Visual Studio code, this error could pop up. The simple fix is to update your Windows:

> Open Windows Update Settings.
>
> Click on the Start menu and select 'Settings' (gear icon). Go to 'Update & Security'. Check for Updates.
>
> In the Windows Update section, click on 'Check for updates'. If there are any updates available, Windows will automatically download and install them. Restart if Required.

***

### GETTING CODE -5 WHEN SYNCING ORD

<figure><img src="/files/rvwv9oj8nzunqY2Y6Oed" alt=""><figcaption></figcaption></figure>

If you are getting this error, your txindex in Bitcoin Core is still indexing. To check on the status of indexing, you can look at the instructions found here:  [Indexing Ord](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/installing-ord-client#cookie-file-and-indexing-ord)

***

### Bitcoin Core/Ord Client syncing/indexing is TAKING FOREVER!

Total indexing/syncing time depends heavily on your computer build's performance and internet speed.  You are downloading over 600GB worth of data from the internet, so it is going to take some time. For me personally, it took almost 48 hours total.\
\
Here are some tips that I have found helpful and what other community members have suggested:

* Try not to stream Netflix/Music while syncing. It can take up a lot of your internet bandwidth. Try not to use your internet as much as possible while syncing.&#x20;
* Close out of all applications on your computer that are not being used.
* Update your computer and drive's setting for best performance. Overclocking may be an option, but I would only suggest this by people who are experienced with overclocking.\
  Here is a tip that was suggested by a Pizza Ninja community member. I will drop his tip below:

{% hint style="info" %}
**TIP CAME FROM PIZZA NINJA COMMUNITY MEMBER SAGE007**\
Go to Device Manager, then expand “disk drives”, find your SSD then right click on it, click properties, then go to the policy tab, click better performance then check the enable write caching box.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/common-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
