# An example of CryptoNote block reward scheme manipulation

Let us give you an example of how miners and mining pools have taken advantage of CryptoNote original block reward schedule.

In \[Table 1], the column 'Base Rewards' column is the design block rewards for miners for each block.

\[Table 1. An example of mining reward based on original Cryptonight block reward schedule between block 500,000 and 500,019]

![](/files/-M9vboiFwjFlyGEXSMsk)

The total time miners put into mining these 19 blocks are 2,161 seconds whereas the total time for the mining 20 blocks (20 \* difficulty target) is set to be 2,400 seconds. This shows that the blocks are issued at the inconsistent interval and miners are basically taking advantage of their hashing power to get the rewards in a shorter time span.

In fact, \[Table 1] shows that the miners were receiving approximately 10% additional profits compared to intended blockchain design. This additional profits theoretically can range from 0.8% to 11,900.0%.

To prevent this abuse, the concept of time will be introduced through a variable called ‘consistency’. The new EPoW block reward consensus will be adjusted based on ‘consistency’ (actual mining time divided by difficulty target time).


---

# 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/cryptonote-block-reward-scheme-calculation/cn-block-reward-scheme-manipulation.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.
