# 명세

암호화폐 프로젝트의 기술 사양은 필수 기능, 아키텍처 및 작동 방식을 설명합니다. 여기에는 작업증명(PoW) 또는 지분증명(PoS)과 같은 합의 메커니즘, 기본 블록체인 프로토콜, 트랜잭션 처리 속도 및 확장성 솔루션이 포함됩니다. 사양은 또한 암호화 표준, 채굴 알고리즘 및 전체 네트워크 구조를 다룹니다. 잘 정의된 기술 사양은 보안 보장, 성능 최적화 및 효율성 유지를 위해 매우 중요합니다. 이는 지속 가능한 생태계 성장을 위한 기반을 제공하고 개발자, 채굴자 및 사용자를 안내하며 암호화 네트워크 내에서의 혁신과 장기적 신뢰성을 지원합니다. 명확한 사양은 프로젝트에 대한 신뢰와 투명성을 구축하는 데 도움을 줍니다.

| 사양                                                  | 설명              |
| --------------------------------------------------- | --------------- |
| 코인 이름                                               | 하이퍼코인           |
| 심볼                                                  | HRC             |
| 합의                                                  | PoW (작업증명)      |
| 알고리즘                                                | SHA256          |
| 주소 접두사                                              | 1, 3 및 h1       |
| 블록 시간                                               | 1분              |
| 블록 크기                                               | 4MB 이상          |
| 목표 기간                                               | 1시간             |
| 코인베이스 성숙도                                           | 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-ko/started/specification.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.
