Skip to content

Commit

Permalink
operators update
Browse files Browse the repository at this point in the history
  • Loading branch information
serinko committed Dec 6, 2024
1 parent 62fca3a commit bf77cae
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions documentation/docs/pages/operators/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,27 @@ This page displays a full list of all the changes during our release cycle from

### Operators Updates & Tools

<Callout type="warning" emoji="⚠️">
**Nym Network will now only allow nodes which [migrated](nodes/nym-node/bonding#migrate-to-nym-node-in-mixnet-smart-contract) their node in Nym mixnet smart contract to Nym Node. All nodes which are still bonded as a legacy one (Mixnode or Gateway) in the wallet will have no chnance to taske part in the [Rewarded set selection](tokenomics/mixnet-rewards#rewarded-set-selection).**

**Operators taking part in Delegation program or Service Grant program must migrate their nodes latest by December 13th, 08:00 UTC.**
</Callout>

#### Updates

- [Version count as a part of config score](tokenomics/mixnet-rewards#config-score-calculation) has been introduced. To familiarize yourself with Nym Node operator rewards calculation, read [this page](tokenomics/mixnet-rewards).
- Nym nodes running as Exit Gateway in Service Grant program received delegation. Nym team is now delegating total of **64,800,000 NYM on top 241 Nym Nodes** (137 in Mixnode mode and 104 as Gateways). Our delegation aims to incentivise committed operators who support bootstrapping of Nym network before paying users come.

<br />

<AccordionTemplate name="Delegation size for Gateways in SGP">
- 250k NYM - Upgrading to magura in time - 2 nodes
- 300k NYM - Upgrading to magura + bonus for a quick patch upgrade - 102 nodes
- No delegation - not upgrading in time - 2 nodes
</AccordionTemplate>

#### Tools

- [Nym Harbourmaster](https://harbourmaster.nymtech.net/) has a new tab called `CONTRACT EXPLORER` querying data from Nym mixnet contract in real time.
- [Nym Explorer](https://explorer.nymtech.net) is updated to read migrated nodes correctly
- [New community explorer by SpectreDAO](https://explorer.nym.spectredao.net/dashboard) offers Nym Network dashboard, Node overview and Account stats view functions for operators and delegators.
Expand Down
12 changes: 6 additions & 6 deletions documentation/docs/pages/operators/tokenomics/mixnet-rewards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Only if both conditions above are `True` the node can have any chance to be sele
**The `version_behind` parameter in `config_score` calculation**

From release `2024.14-crunch` (`nym-node v1.2.0`), the `config_score` parameter takes into account also nodes version. Current version is the
one marked as `Latest` in our repository. From that one we count the parameter `version_behind`. With every version behind increasing the number of `versions_behind` by 1 in this formula:
one marked as `Latest` in our repository. From that one we count the parameter `version_behind`, where every version back the number of `versions_behind` increases by 1 in this formula:

<Callout type="info" emoji="📌">
> **0.8 ^ ( versions_behind ^ 2 )**
Expand All @@ -187,11 +187,11 @@ one marked as `Latest` in our repository. From that one we count the parameter `
| :-- | --: |
| 0 (current version) | 1.0 |
| 1 | 0.8 |
| 2 | 0.4096000000000001 |
| 3 | 0.13421772800000006 |
| 4 | 0.028147497671065624 |
| 5 | 0.0037778931862957215 |
| 6 | 0.00032451855365842736 |
| 2 | 0.4096 |
| 3 | 0.1342 |
| 4 | 0.0281 |
| 5 | 0.0038 |
| 6 | 0.0003 |

![](/images/operators/tokenomics/reward_version_graph.png)

Expand Down

0 comments on commit bf77cae

Please sign in to comment.