# 仕様

暗号通貨プロジェクトの技術仕様は、その基本的な特徴、アーキテクチャ、および機能性を概説します。これには、Proof of WorkやProof of Stakeなどのコンセンサス機構、基盤となるブロックチェーンプロトコル、トランザクション処理速度、およびスケーラビリティの解決策が含まれます。仕様は暗号化標準、マイニングアルゴリズム、および全体的なネットワーク構造もカバーします。明確に定義された技術仕様は、セキュリティの確保、パフォーマンスの最適化、効率性の維持に不可欠です。それらは持続可能なエコシステム成長の基盤を提供し、開発者、マイナー、ユーザーを指導するとともに、暗号ネットワーク内でのイノベーションと長期的な信頼性を支えます。明確な仕様はプロジェクトの信頼と透明性の構築に役立ちます。

| 仕様                                                    | 説明                      |
| ----------------------------------------------------- | ----------------------- |
| コイン名                                                  | ハイパーコイン                 |
| ティッカー                                                 | HRC                     |
| コンセンサス                                                | PoW（プルーフ・オブ・ワーク）        |
| アルゴリズム                                                | SHA256                  |
| アドレス接頭辞                                               | 1、3、および h1              |
| ブロック時間                                                | 1分                      |
| ブロックサイズ                                               | 4MBより大きい                |
| ターゲット期間                                               | 1時間                     |
| コインベース成熟度                                             | 30ブロック                  |
| 総最大供給量                                                | 2100万                   |
| マイニング報酬                                               | 25 HRC（開始時）             |
| マジック                                                  | f7f7f7f7                |
| RPCポート                                                | 8992                    |
| P2Pポート                                                | 8993                    |
| リリース開発                                                | Bitcoinのリリースと互換性を持たせるため |
| [オープンソース](https://github.com/hypercoin-prj/hypercoin) | MITライセンス                |


---

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