> 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-da/startet/specifikation.md).

# Specifikation

De tekniske specifikationer for et kryptovalutaprojekt skitserer dets væsentlige funktioner, arkitektur og funktionalitet. De inkluderer konsensusmekanismen, såsom Proof of Work eller Proof of Stake, den underliggende blockchain-protokol, transaktionsbehandlingshastighed og skaleringsløsninger. Specifikationerne dækker også krypteringsstandarder, minedriftalgoritmer og den overordnede netværksstruktur. Veldefinerede tekniske specifikationer er afgørende for at sikre sikkerhed, optimere ydeevne og opretholde effektivitet. De udgør et fundament for bæredygtig økosystemvækst, vejleder udviklere, minearbejdere og brugere samt understøtter innovation og langsigtet pålidelighed inden for kryptonettet. Klare specifikationer hjælper med at opbygge tillid og gennemsigtighed i projektet.

| Specifikationer                                           | Beskrivelse                                    |
| --------------------------------------------------------- | ---------------------------------------------- |
| Møntnavn                                                  | Hypercoin                                      |
| Ticker                                                    | HRC                                            |
| Konsensus                                                 | PoW (Proof of Work)                            |
| Algoritme                                                 | SHA256                                         |
| Præfiksadresse                                            | 1, 3 og h1                                     |
| Blokkens tid                                              | 1 minut                                        |
| Blokkstørrelse                                            | Større end 4 MB                                |
| Måltidsmål                                                | 1 time                                         |
| Coinbase-modenhed                                         | 30 blokke                                      |
| Samlet maksimal udbud                                     | 21 millioner                                   |
| Minedriftsbelønning                                       | 25 HRC (start)                                 |
| Magic                                                     | f7f7f7f7                                       |
| RPC-port                                                  | 8992                                           |
| P2P-port                                                  | 8993                                           |
| Udgivelsesudvikling                                       | For at være kompatibel med Bitcoins udgivelser |
| [Open-source](https://github.com/hypercoin-prj/hypercoin) | MIT-licens                                     |


---

# 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-da/startet/specifikation.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.
