# Assessment 5

#### Let's apply what you have learned so far to a specific scenario. Choose the most correct response (choose ALL that apply).

You are a node operator in the Bitcoin network and notice that your node is consistently falling behind in downloading and validating transactions compared to others. As a result, your block rewards are decreasing. What steps do you take to improve your node's performance and ensure it remains competitive?

* [x] Upgrade your hardware to a faster and more efficient machine.
* [x] Optimize your node's software settings for better performance.
* [ ] Ignore the issue and hope it resolves itself.
* [ ] Reduce the number of transactions your node processes to lessen the load.

**Notes to Learners**&#x20;

To maintain competitiveness in the Bitcoin network, it is essential to ensure that your node can keep pace with the rest of the network. Upgrading your hardware to a faster machine and optimizing your software settings are proactive steps that enhance your node's capacity to validate transactions efficiently. Ignoring the issue or reducing transaction processing will only lead to further decline in performance and revenue.


---

# 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://hub.bsvblockchain.org/higher-learning/bsv-academy/bitcoin-whitepaper-series/bitcoin-whitepaper-abstract/assessment-5.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.
