> For the complete documentation index, see [llms.txt](https://whitepaper.hypercoin.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.hypercoin.network/documentation/documentation-ja/mi/mainingu.md).

# マイニング

ブロックチェーンマイニングとは、トランザクションを検証してブロックチェーンに記録し、新しい暗号通貨コインを生成するプロセスです。これはビットコインのような分散型ネットワークの中核であり、中央機関に依存せずにセキュリティ、透明性、信頼を確保します。マイナーは計算能力を用いて複雑な数学的パズルを解くことで参加します。最初にパズルを解いたマイナーが新しいトランザクションブロックをブロックチェーンに追加し、新規発行コインおよびトランザクション手数料という形で報酬を得ます。このプロセスは二重支払いを防止し、ネットワークの改ざんからの保護も提供します。

プルーフ・オブ・ワーク（Proof of Work、PoW）は、Hypercoinやビットコインなど多くのブロックチェーンネットワークを支えるコンセンサス機構です。PoWでは、マイナーが暗号学的パズルを解くために競い合い、これらのパズルの難易度は一定のブロック生成速度を維持するために自動的に調整されます。PoWはブロックチェーンの整合性を保証します。確認済みのブロックを改ざんするには、その後のすべてのブロックに対する計算作業をやり直す必要があり、攻撃は非常に困難かつ高コストになります。この機構は強力なセキュリティを提供しますが、高いエネルギー消費と専門的なマイニング機器を必要とし、小規模参加者のアクセスを制限することがあります。

PoWマイニングの課題に対処するため、マイナーはしばしば [マイニングプール](https://hypercoin.network/mining-pool)に参加します。マイニングプールは、成功裡にブロックを採掘する確率を高めるために計算資源を結集するマイナーのグループです。プールがブロックを採掘した際、報酬は参加者が提供した計算力に比例して分配されます。マイニングプールにより、小規模なマイナーでも安定した報酬を得ることが可能になり、マイニング収入のばらつきを減らし、マイニング運用の全体的な効率を向上させます。

マイニング、PoW、マイニングプールは共に、ブロックチェーンネットワークを保護し、参加を促進し、報酬の公平な分配を確保する堅牢なエコシステムを形成します。PoWマイニングはエネルギー集約的ですが、資源をプールすることでより広い参加を可能にし、分散化されたトラストレスなブロックチェーンシステムの性質を維持するため、現代の暗号通貨ネットワークにおいて重要な役割を果たします。


---

# 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://whitepaper.hypercoin.network/documentation/documentation-ja/mi/mainingu.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.
