NEW RELEASE v2024.10-caramello
IS OUT!
- Release binaries
nym-node
version1.1.7
- Release CHANGELOG.md
- Full detailed Changelog in Oprators Guide
- Operators Updates, tools and tasks
Operators Guide, Tooling & Updates
-
More explicit setup for
nym-node
with a new option explanation, including syntax examples -
Wireguard builds from source together with
nym-node
, no need to specify with a feature flag anymore -
Wireguard peers stay connected for longer time, re-connections are also faster
-
Profit margin and operating cost values will be set to the agreed values, the values can be changed in the future through Nym Operators governance process
- Minimum profit margin = 20%
- Maximum profit margin = 50%
- Minimum operating cost = 0 NYM
- Maximum operating cost = 1000 NYM
-
Nym Harbourmater has several new functionalities:
- Version counting graph for Gateways and Mixnodes
- Several new columns with larger nodes performance and settings overview.
- Top routing score now includes:
- Wireguard registration and complete handshake test, to configure see tasklist below
- DNS resolution check, to configure see tasklist below
- Wireguard perfomance > 0.75, to configure see tasklist below
-
New wallet coming out soon!
- Vesting contract functionalities have been purged, users can only remove tokens from vesting
-
Nym API Check CLI is upgraded according to the latest API endpoints, output is cleaner and more concise.
Operators Tasklist
The steps below are highly recommended for all operators and mandatory for everyone who is a part of Nym Delegation or Grant program. Deadline is Friday, September 20th, 2024.
SEE THE FULL TASK LIST HERE!
As always, the new binaries are in pre-release version. We welcome people testing in Sandbox env during the pre-release period, then upgrade on mainnet. During the upgrade, please follow the points below before you restart the node:
nym-node
- Every
nym-node
should be upgraded to the latest version! - Make sure to fill in basic description info, into the file located at
.nym/nym-nodes/<ID>/data/description.toml
(all nodes) - Configure wireguard routing with new
network_tunnel_manager.sh
following these steps (Gateways only for the time being) - Enable Wireguard with
--wireguard-enabled true
flag included in your run command (Gateways only for the time being)- Note: On some VPS this setup may not be enough to get the correct results as some ISPs have their own security groups setup below the individual VPS. In that case a ticket to ISP will have to be issued to open the needed settings. We are working on a template for such ticket.
- Setup reverse proxy and WSS on
nym-node
(Gateways only for the time being) - Don’t forget to restart your node - or (preferably using systemd automation) reload daemon and restart the service
- Migrating from
mixnet
orgateway
smart contracts to a newnym-node
smart contract will be available soon with an upcoming version of Nym desktop wallet. After this migration allnym-nodes
will be able to receive delegation. The operators will have to confirm the migration once it’s deployed.
validators
- Validators need to update and prepare for ecash implementation.
Known Bugs & Undone features
- New
nym-nodes
without a performance 24h history above 50% don’t show routing properly onnym-gateway-probe
, on Nym Harbourmaster the page may appear blank - we are working on a fix. - Wireguard works on IPv4 only for the time being, we are working on IPv6 implementation.