# \[Outdated] CryptoNote Proof of Work

QWC blockchain project is an open-source project and is driven by community members. Anyone can join and support the network and get coins as compensation to their support through mining.

CryptoNote Technology V2.0 has a built-in block reward system called ‘emission rate’. It is a shape of log function and, because of its original design, **QWC block rewards will reduce by each block and eventually reach a point called ‘tail emission’.**

QWC has an emission factor of 19. Please refer to the below graphs to see how block rewards are reduced over time.

The default equation for calculating block rewards for CryptoNote is as follows:

Max. number of coins = (2^64) - 1, Number of decimals = 8, Emission factor = 19&#x20;

Block Reward (or Base Reward)&#x20;

\= {((2^64) -1) - (already\_generated\_coins\*10^(8))}\*2^(-19)\*10^(-8)

\[Figure 1. Total QWC in Circulation per Bloch Height]

![](https://2033312304-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Fqwertycoin-white-paper%2F-M9vSBtQtLV7U1PQ4w7m%2F-M9vSbD1GdFA1ye0ICAp%2F1.png?generation=1592283006591872\&alt=media)

\[Figure 2. Total QWC in Circulation per Date]

![](https://2033312304-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Fqwertycoin-white-paper%2F-M9vSBtQtLV7U1PQ4w7m%2F-M9vSbD2OnwVtMKv1kvC%2F2.png?generation=1592283006640162\&alt=media)

\[Figure 3. Block Reward Reduction per Block Height]

![](https://2033312304-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Fqwertycoin-white-paper%2F-M9vSBtQtLV7U1PQ4w7m%2F-M9vSbD3IkVDe0QI_QJj%2F3.png?generation=1592283006576332\&alt=media)

\[Figure 4. Block Reward Reduction per Date]

![](https://2033312304-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Fqwertycoin-white-paper%2F-M9vSBtQtLV7U1PQ4w7m%2F-M9vSbD4VPA_ejNCx07m%2F4.png?generation=1592283006562061\&alt=media)

* History of Mining Algorithm Changes

![Click to enlarge the table](https://2033312304-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M9vS8EzA6RpzXIh8rof%2F-M9vcVMvokwSAVrw7ARl%2F-M9vd0VioXaSfzQ1IwYT%2FHistory.PNG?alt=media\&token=7af91f9e-568f-4a9c-8b62-51d74b81bfbc)

Qwertycoin core team is committed to reflecting the decisions of the community regarding major changes in the future through the community voting system.

Please go to our explorer page (<https://explorer.qwertycoin.org/#pools>) and select a pool to mine from. Each pool provides information and a guide to set up for mining. Users can also mine with CPU using a built-in mining feature in QWC Desktop Wallet Software.

Make sure to create a wallet address before you start mining QWC.


---

# 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://wp.qwertycoin.org/consensus/cryptonote-proof-of-work.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.
