# Specifikacija

Tehničke specifikacije kriptovalutnog projekta navode njegove bitne značajke, arhitekturu i funkcionalnost. One uključuju mehanizam konsenzusa, poput Proof of Work ili Proof of Stake, temeljni blockchain protokol, brzinu obrade transakcija i rješenja za skalabilnost. Specifikacije također pokrivaju standarde enkripcije, rudarske algoritme i ukupnu strukturu mreže. Dobro definirane tehničke specifikacije ključne su za osiguranje sigurnosti, optimizaciju performansi i održavanje učinkovitosti. One pružaju temelj za održiv rast ekosustava, usmjeravajući programere, rudare i korisnike te podržavajući inovacije i dugoročnu pouzdanost unutar kripto mreže. Jasne specifikacije pomažu u izgradnji povjerenja i transparentnosti u projektu.

| Specifikacije                                             | Opis                             |
| --------------------------------------------------------- | -------------------------------- |
| Ime coina                                                 | Hypercoin                        |
| Ticker                                                    | HRC                              |
| Konsenzus                                                 | PoW (Proof of Work)              |
| Algoritam                                                 | SHA256                           |
| Prefiks adrese                                            | 1, 3 i h1                        |
| Vrijeme bloka                                             | 1 minuta                         |
| Veličina bloka                                            | Veća od 4 MB                     |
| Ciljani vremenski raspon                                  | 1 sat                            |
| Zrelost Coinbase-a                                        | 30 blokova                       |
| Ukupna maksimalna ponuda                                  | 21 milijun                       |
| Nagrada za rudarenje                                      | 25 HRC (početno)                 |
| Magic                                                     | f7f7f7f7                         |
| RPC port                                                  | 8992                             |
| P2P port                                                  | 8993                             |
| Razvoj izdanja                                            | Kompatibilno s Bitcoin izdanjima |
| [Open-source](https://github.com/hypercoin-prj/hypercoin) | MIT licenca                      |


---

# 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-hr/zapoceto/specifikacija.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.
