# Run a BTC node

## Hardware Requirement

Recommended Configuration:

* CPU: 4 Cores
* RAM: 8GB
* System Disk: 30GB
* Data Disk: 1TB
* Data traffic：
  * The initial sync : 600 GB, takes about 6 days.
  * Monthly: 200 GB

Refer to the AWS Virginia cloud service pricing: approximately 80 USD/month.&#x20;

Prices in Asia may be higher.

### Run the BTC node

#### BTC mainnet

Please refer to the commands [here ](https://github.com/exsat-network/exsat-initialize-data?tab=readme-ov-file#set-up-the-btc-fullnode)to run a **full** Bitcoin node.

Please refer to the commands [here ](https://github.com/exsat-network/exsat-initialize-data?tab=readme-ov-file#set-up-the-mainnet-btc-prune-node)to run a **light** Bitcoin node.

#### BTC test3 net

Please refer to the commands [here ](https://github.com/exsat-network/exsat-initialize-data?tab=readme-ov-file#set-up-the-btc-fullnode)to run a Bitcoin test3 full node. Please be aware to change the script mentioned in the notes.


---

# 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.exsat.network/guides-of-data-consensus/others/operation-references/preparation-before-you-start/run-a-btc-node.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.
