# 哈希力

### 哈希力（Hash Power）就是算力的另一種說法，指挖礦設備每秒能進行多少次雜湊運算。在加密貨幣圈子裡，「算力」和「哈希力」經常互換使用。

***

## 哈希力 = 算力

這兩個詞完全是同義詞：

| 英文              | 中文  | 意思       |
| --------------- | --- | -------- |
| Hash Rate       | 算力  | 每秒雜湊運算次數 |
| Hash Power      | 哈希力 | 每秒雜湊運算次數 |
| Computing Power | 運算力 | 每秒雜湊運算次數 |

{% hint style="info" %}
**用語習慣**

* 中國用戶較常說「算力」
* 台灣用戶有時說「哈希力」或「算力」
* 英文環境多用「Hash Rate」
  {% endhint %}

***

## 哈希力的重要性

### 1. 決定挖礦收益

你的哈希力佔全網比例越高，挖到區塊的機率越大，收益越高。

### 2. 保障網路安全

全網哈希力越高，發動 51% 攻擊的成本越高，網路越安全。

### 3. 反映市場信心

哈希力持續增長，代表礦工願意投入更多設備，對幣價有信心。

***

## 哈希力的單位

| 單位       | 縮寫 | 數量     |
| -------- | -- | ------ |
| Hash     | H  | 1      |
| Kilohash | KH | 1,000  |
| Megahash | MH | 100 萬  |
| Gigahash | GH | 10 億   |
| Terahash | TH | 1 兆    |
| Petahash | PH | 1000 兆 |
| Exahash  | EH | 100 京  |

***

## 延伸閱讀

* [算力](/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/suan-li.md) — 詳細的算力說明
* [哈希值](/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/ha-xi-zhi.md) — 雜湊運算的結果
* [礦工](/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/gong.md) — 提供哈希力的人
* [礦池](/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/chi.md) — 集合哈希力的組織

***

#### 參考資料

* [Bitcoin Hash Rate Chart](https://www.blockchain.com/explorer/charts/hash-rate)


---

# 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/ha-xi-li.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.
