Skip to content

Commit 00cc54f

Browse files
authored
[DOCs/operators]: Release notes 2025.17-isabirra & New tools documentation (#6081)
* initialise release update notes * add api changes * create tools page and document nym-node-cli usage * syntax fix * document cmd tools * add tools and ufw command to changelog * add ufw 51830 to nym-node ports snippet * ready for review except missing version hash info * finished - ready for review * add spectre delegation wizzard
1 parent c190484 commit 00cc54f

File tree

17 files changed

+366
-289
lines changed

17 files changed

+366
-289
lines changed
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Open the needed ports for `nym-node` by running these commands:
22

33
```sh
4-
ufw allow 22/tcp # SSH - you're in control of these ports
5-
ufw allow 80/tcp # HTTP
6-
ufw allow 443/tcp # HTTPS
7-
ufw allow 1789/tcp # Nym specific
8-
ufw allow 1790/tcp # Nym specific
9-
ufw allow 8080/tcp # Nym specific - nym-node-api
10-
ufw allow 9000/tcp # Nym Specific - clients port
11-
ufw allow 9001/tcp # Nym specific - wss port
12-
ufw allow 51822/udp # WireGuard
4+
ufw allow 22/tcp # SSH - you're in control of these ports
5+
ufw allow 80/tcp # HTTP
6+
ufw allow 443/tcp # HTTPS
7+
ufw allow 1789/tcp # Nym specific - Mixnet
8+
ufw allow 1790/tcp # Nym specific - Verloc
9+
ufw allow 8080/tcp # Nym specific - nym-node-api
10+
ufw allow 9000/tcp # Nym Specific - clients port
11+
ufw allow 9001/tcp # Nym specific - wss port
12+
ufw allow 51822/udp # WireGuard
13+
ufw allow in on nymwg to any port 51830 proto tcp # bandwidth queries/topup - inside the tunnel
1314
```

documentation/docs/components/outputs/api-scraping-outputs/circulating-supply.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
},
66
"mixmining_reserve": {
77
"denom": "unym",
8-
"amount": "182883243257647"
8+
"amount": "180875972213757"
99
},
1010
"vesting_tokens": {
1111
"denom": "unym",
1212
"amount": "0"
1313
},
1414
"circulating_supply": {
1515
"denom": "unym",
16-
"amount": "817116756742353"
16+
"amount": "819124027786243"
1717
}
1818
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
817_116_756
1+
819_124_027
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5_080
1+
5_024
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
250_000
1+
250_614
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
60_000_000
1+
60_147_392
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
60_000_000
1+
60_147_391
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
| **Item** | **Description** | **Amount in NYM** |
22
|:-------------------|:------------------------------------------------------|--------------------:|
33
| Total Supply | Maximum amount of NYM token in existence | 1_000_000_000 |
4-
| Mixmining Reserve | Tokens releasing for operators rewards | 182_883_243 |
4+
| Mixmining Reserve | Tokens releasing for operators rewards | 180_875_972 |
55
| Vesting Tokens | Tokens locked outside of cicrulation for future claim | 0 |
6-
| Circulating Supply | Amount of unlocked tokens | 817_116_756 |
7-
| Stake Saturation | Optimal size of node self-bond + delegation | 250_000 |
6+
| Circulating Supply | Amount of unlocked tokens | 819_124_027 |
7+
| Stake Saturation | Optimal size of node self-bond + delegation | 250_614 |

documentation/docs/components/outputs/api-scraping-outputs/reward-params.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"interval": {
3-
"reward_pool": "182883243257647.891553460395608456",
4-
"staking_supply": "60000000000000",
3+
"reward_pool": "180875972213757.135840914936141948",
4+
"staking_supply": "60147391744900.170789956043539529",
55
"staking_supply_scale_factor": "0.07342892",
6-
"epoch_reward_budget": "5080090090.490219209818344322",
7-
"stake_saturation_point": "250000000000",
6+
"epoch_reward_budget": "5024332561.493253773358748226",
7+
"stake_saturation_point": "250614132270.417378291483514748",
88
"sybil_resistance": "0.3",
99
"active_set_work_factor": "10",
1010
"interval_pool_emission": "0.02"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Tuesday, September 16th 2025, 11:07:26 UTC
1+
Wednesday, October 1st 2025, 11:16:15 UTC

0 commit comments

Comments
 (0)