# 礦機

### 礦機（Mining Rig）是專門用來進行加密貨幣挖礦的電腦設備。從一般電腦、顯示卡，到專用的 ASIC 晶片，礦機的演化就是一場軍備競賽的縮影。

***

## 礦機的演化史

比特幣挖礦的歷史就是一部礦機進化史：

| 階段 | 年代        | 設備   | 算力         |
| -- | --------- | ---- | ---------- |
| 1  | 2009-2010 | CPU  | \~10 MH/s  |
| 2  | 2010-2012 | GPU  | \~500 MH/s |
| 3  | 2013      | FPGA | \~1 GH/s   |
| 4  | 2013 至今   | ASIC | 100+ TH/s  |

{% hint style="info" %}
**從業餘到專業**

2009 年中本聰用普通電腦就能挖比特幣。現在，你需要價值數千美元的 ASIC 礦機，和便宜的電費，才有機會獲利。
{% endhint %}

***

## 礦機類型

### 1. CPU 挖礦

最早期的方式，用電腦的中央處理器挖礦。現在已經不划算。

### 2. GPU 挖礦

使用顯示卡挖礦。顯示卡擅長平行運算，效率比 CPU 高很多。

### 3. ASIC 挖礦

專門為特定算法設計的晶片（Application-Specific Integrated Circuit）。效率最高，但只能挖特定幣種。

| 類型   | 優點       | 缺點          |
| ---- | -------- | ----------- |
| GPU  | 靈活、可轉換幣種 | 效率較低        |
| ASIC | 效率極高     | 只能挖特定幣、無法轉用 |

***

## 主流 ASIC 礦機

| 品牌      | 型號              | 算力       | 功耗    |
| ------- | --------------- | -------- | ----- |
| Bitmain | Antminer S21    | 200 TH/s | 3550W |
| MicroBT | Whatsminer M60S | 186 TH/s | 3422W |
| Canaan  | Avalon A1466    | 150 TH/s | 3230W |

***

## 挖礦獲利計算

礦工需要考慮：

| 因素   | 說明       |
| ---- | -------- |
| 礦機價格 | 初始投資成本   |
| 算力   | 每秒運算次數   |
| 功耗   | 每小時耗電量   |
| 電價   | 每度電多少錢   |
| 幣價   | 當前加密貨幣價格 |
| 難度   | 全網挖礦難度   |

{% hint style="success" %}
**礦機的淘汰**

當「電費成本 > 挖礦收入」時，礦機就會被淘汰。這通常發生在：

* 幣價大跌
* 難度大增
* 新一代更高效的礦機出現
  {% endhint %}

***

## 延伸閱讀

* [算力](/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/suan-li.md) — 礦機的運算能力指標
* [礦工](/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/gong.md) — 使用礦機的人
* [GPU](/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/gpu.md) — 顯示卡挖礦
* [ASIC](/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/asic.md) — 專用挖礦晶片

***

#### 參考資料

* [ASIC Miner Value](https://www.asicminervalue.com/)
* [Mining Hardware Comparison](https://en.bitcoin.it/wiki/Mining_hardware_comparison)


---

# 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://www.0x1.academy/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/undefined-4.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.
