# 规范

加密货币项目的技术规格概述了其基本特性、架构和功能。它们包括共识机制，例如工作量证明（Proof of Work）或权益证明（Proof of Stake）、底层区块链协议、交易处理速度和可扩展性解决方案。规格还涵盖加密标准、挖矿算法和整体网络结构。明确的技术规格对于确保安全性、优化性能和保持效率至关重要。它们为可持续生态系统增长提供基础，指导开发者、矿工和用户，同时支持创新和长期可靠性。清晰的规格有助于在项目中建立信任和透明度。

| 规格                                               | 描述         |
| ------------------------------------------------ | ---------- |
| 币名                                               | Hypercoin  |
| 代码                                               | HRC        |
| 共识                                               | PoW（工作量证明） |
| 算法                                               | SHA256     |
| 地址前缀                                             | 1、3 和 h1   |
| 区块时间                                             | 1 分钟       |
| 区块大小                                             | 大于 4 MB    |
| 目标时间跨度                                           | 1 小时       |
| Coinbase 成熟期                                     | 30 个区块     |
| 总最大供应量                                           | 2100 万     |
| 挖矿奖励                                             | 25 HRC（起始） |
| 魔数                                               | f7f7f7f7   |
| RPC 端口                                           | 8992       |
| P2P 端口                                           | 8993       |
| 发布开发                                             | 与比特币发行兼容   |
| [开源](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-zh/yi-kai-shi/gui-fan.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.
