# Bitcoin Core/Ord Client Setup on WINDOWS

## Bitcoin Core/Ord Client Setup on WINDOWS

- [Installing Bitcoin Core](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/installing-bitcoin-core.md)
- [Installing Visual Studio & Rust](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/installing-visual-studio-and-rust.md)
- [Installing & Indexing Ord Client](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/installing-and-indexing-ord-client.md)
- [Runestones on Signet](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/runestones-on-signet.md): While we wait for the halving... you can have some fun on Signet etching and minting Runes!
- [Runestones on Main-net](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/runestones-on-main-net.md)
- [Inscribing on Ord](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/inscribing-on-ord.md): COMING SOON...
- [How to Find .cookie file](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/how-to-find-.cookie-file.md): Sometimes we gotta find the cookie!  Ord client depends on the cookie file to successfully talk with Bitcoin Core.
- [Upgrading Ord Client](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/upgrading-ord-client.md): In this exercise, we will be upgrading ord client from version 0.18.1 to 0.18.2
- [Common Issues](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/common-issues.md): I will outline some common issues that some users have faced. Hope this helps you troubleshoot!
- [Resources/Donation](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/resources-donation.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/installing-bitcoin-core.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.
