> 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-ar/bda/almwasfat.md).

# المواصفات

المواصفات الفنية لمشروع عملة مشفرة توضح ميزاته الأساسية والهندسة والوظائف. تشمل آلية الإجماع، مثل إثبات العمل أو إثبات الحصة، وبروتوكول البلوكشين الأساسي، وسرعة معالجة المعاملات، وحلول القابلية للتوسع. تغطي المواصفات أيضًا معايير التشفير وخوارزميات التعدين وبنية الشبكة العامة. تعتبر المواصفات المحددة جيدًا ضرورية لضمان الأمن وتحسين الأداء والحفاظ على الكفاءة. فهي توفر أساسًا لنمو نظام بيئي مستدام، وتوجيه المطورين والمعدنين والمستخدمين مع دعم الابتكار والموثوقية على المدى الطويل داخل شبكة التشفير. تساعد المواصفات الواضحة في بناء الثقة والشفافية في المشروع.

| المواصفات                                                  | الوصف                            |
| ---------------------------------------------------------- | -------------------------------- |
| اسم العملة                                                 | هايبركوين                        |
| الرمز                                                      | HRC                              |
| آلية الإجماع                                               | PoW (إثبات العمل)                |
| الخوارزمية                                                 | SHA256                           |
| بادئة العنوان                                              | 1 و 3 و h1                       |
| زمن البلوك                                                 | 1 دقيقة                          |
| حجم البلوك                                                 | أكبر من 4 ميجابايت               |
| الفترة المستهدفة                                           | 1 ساعة                           |
| نضج الكوينبيس                                              | 30 كتلة                          |
| إجمالي الحد الأقصى للعرض                                   | 21 مليونًا                       |
| مكافأة التعدين                                             | 25 HRC (بداية)                   |
| السحر                                                      | f7f7f7f7                         |
| منفذ RPC                                                   | 8992                             |
| منفذ P2P                                                   | 8993                             |
| إصدار التطوير                                              | لتكون متوافقة مع إصدارات بيتكوين |
| [مفتوح المصدر](https://github.com/hypercoin-prj/hypercoin) | ترخيص MIT                        |


---

# 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-ar/bda/almwasfat.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.
