# ASICs

### ASIC（Application-Specific Integrated Circuit，特殊應用積體電路）是專門為某一種運算設計的晶片。在加密貨幣世界，ASIC 礦機就是為了挖礦而生的「專業選手」——它只會做一件事，但做得比誰都好。

***

## 什麼是 ASIC？

想像你要開一家餐廳：

* **CPU** 像瑞士刀：什麼都能做，但什麼都不特別厲害
* **GPU** 像一組專業廚具：比瑞士刀好用多了
* **ASIC** 像專門煎蛋的機器：只能煎蛋，但一分鐘煎一千顆

ASIC 犧牲了通用性，換取極致的效率。

{% hint style="info" %}
**為什麼叫「特殊應用」？**

因為 ASIC 晶片在設計時就決定了它要做什麼。一旦製造完成，它就只能執行特定的運算，無法像 CPU 或 GPU 那樣運行各種程式。
{% endhint %}

***

## ASIC 礦機的優勢

| 優勢   | 說明          |
| ---- | ----------- |
| 算力超高 | 比 GPU 高出數千倍 |
| 能效比佳 | 每瓦特產出更多算力   |
| 專業設計 | 針對特定算法最佳化   |

一台現代 ASIC 礦機的算力，可能相當於數千張頂級顯卡。

***

## ASIC 礦機的劣勢

| 劣勢     | 說明                 |
| ------ | ------------------ |
| 只能挖特定幣 | SHA-256 的機器只能挖 BTC |
| 淘汰快    | 新機型出來，舊機就不賺錢       |
| 難轉手    | 淘汰後幾乎沒有殘值          |
| 噪音大    | 工業級風扇，無法放家裡        |

{% hint style="warning" %}
**ASIC 的宿命**

ASIC 礦機的命運通常是：賺錢 → 效率被新機超越 → 電費大於收入 → 關機 → 變廢鐵
{% endhint %}

***

## 主要 ASIC 礦機品牌

| 品牌      | 代表產品          | 說明    |
| ------- | ------------- | ----- |
| Bitmain | Antminer 系列   | 市佔率最高 |
| MicroBT | Whatsminer 系列 | 性能穩定  |
| Canaan  | Avalon 系列     | 老牌廠商  |

***

## ASIC 支援的算法

不同幣種使用不同的哈希算法，需要不同的 ASIC：

| 算法      | 代表幣種     | ASIC 品牌      |
| ------- | -------- | ------------ |
| SHA-256 | BTC、BCH  | Antminer S21 |
| Scrypt  | LTC、DOGE | Antminer L7  |
| Ethash  | ETC      | Antminer E9  |
| X11     | DASH     | Antminer D9  |

***

## ASIC 抗性

有些加密貨幣刻意設計「ASIC 抗性」算法，讓 ASIC 難以取得優勢，以維持挖礦的去中心化：

* **門羅幣（XMR）**：使用 RandomX 算法
* **Ravencoin（RVN）**：使用 KAWPOW 算法

{% hint style="success" %}
**為什麼要抵抗 ASIC？**

ASIC 礦機價格高昂，容易造成算力集中在少數大礦場手中。抵抗 ASIC 是為了讓普通人用 CPU/GPU 也能參與挖礦。
{% endhint %}

***

## 延伸閱讀

* [GPU](/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/gpu.md) — 另一種挖礦方式
* [礦機](/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/undefined-4.md) — 挖礦設備總覽
* [算力](/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/suan-li.md) — ASIC 的運算能力
* [礦工](/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/gong.md) — 使用 ASIC 的人

***

#### 參考資料

* [ASIC Miner Value](https://www.asicminervalue.com/)
* [Bitmain Official](https://www.bitmain.com/)


---

# 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/asic.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.
