> For the complete documentation index, see [llms.txt](https://theminingtoken.gitbook.io/tmt-mining/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://theminingtoken.gitbook.io/tmt-mining/technical/poject-development.md).

# Components

Mining is the glue that holds Ethereum’s ‘decentralized app store’ together by ensuring that it comes to a consensus on each change to any of the applications (dapps) running on the network. Essentially mining helps verify and validate transactions within Ethereum’s network. But what do miners get in return for doing all the heavy lifting? Ethereum reward coins.

**HOW IS AN ETHEREUM MINING RIG DIFFERENT FROM A NORMAL COMPUTER?**\
Looks awesome right? A mining rig is made up of the same components that go into a normal desktop computer. But there are a few differences. In a normal desktop computer, you have a good balance between CPU, RAM, GPU, and HD. With gaming computers, you have higher clocked versions of CPU, loads of RAM, one or two GPUs and SDDs.

With mining rigs, you want the lowest clocked CPU, bare minimum RAM, 5,6 or 7 GPUs and a very basic HDD]/SSD. Oh, and as you can see from the picture, you don’t want (or even can) fit all those GPUs instead on a normal case. For this, specially assembled shelves are used to place each of the components. It's amazing when you see them all together!

![Clasic Mining Rig](/files/-MfEdPXZwlFYSVH6t9zp)

The main components of any mining rig include a power supply, a motherboard, an operating system to run on your motherboard, computer memory, and a GPU or graphics processing unit.

An ethereum mining rig is just like any other computer you would build on your own; only instead of having an actual case that all the components live in, it’s in an open area. You need to do this because when the GPUs are running, their temperatures can go really high, and it’s important to have a lot of air circulation.

This rig, with only one graphics card, can run roughly 27 million math equations every second.

That sounds like a lot, right?

But on ethereum’s network right now, there are 600 trillion math operations happening every second. Performing the highest amount of math operations per second will equate to higher rewards.


---

# 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://theminingtoken.gitbook.io/tmt-mining/technical/poject-development.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.
