From 4da68438c0c70d28cdf5ebfadc72da72beb561cf Mon Sep 17 00:00:00 2001 From: import this <97586125+serinko@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:13:55 +0000 Subject: [PATCH] [DOCs/operators]: Monor fix (#5650) --- .../docs/pages/operators/nodes/nym-node/configuration.mdx | 2 +- .../nodes/preliminary-steps/vps-setup/advanced.mdx | 6 +++--- .../docs/pages/operators/nodes/validator-setup/nym-api.mdx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/docs/pages/operators/nodes/nym-node/configuration.mdx b/documentation/docs/pages/operators/nodes/nym-node/configuration.mdx index 53838919c6..ab425f8e4e 100644 --- a/documentation/docs/pages/operators/nodes/nym-node/configuration.mdx +++ b/documentation/docs/pages/operators/nodes/nym-node/configuration.mdx @@ -532,7 +532,7 @@ You can validate the application of the IP tables routes on your `nym-node` by c -Your node has successfully implemented wireguard exit policy with the same rotuing permissions like [Nym exit policy](https://nymtech.net/.wellknown/network-requester/exit-policy.txt) used on 5-hop (Mixnet). +Your node has successfully implemented wireguard exit policy with the same routing permissions like [Nym exit policy](https://nymtech.net/.wellknown/network-requester/exit-policy.txt) used on 5-hop (Mixnet). ## Running `nym-node` as a non-root diff --git a/documentation/docs/pages/operators/nodes/preliminary-steps/vps-setup/advanced.mdx b/documentation/docs/pages/operators/nodes/preliminary-steps/vps-setup/advanced.mdx index e3bf5806a4..14637e0a8d 100644 --- a/documentation/docs/pages/operators/nodes/preliminary-steps/vps-setup/advanced.mdx +++ b/documentation/docs/pages/operators/nodes/preliminary-steps/vps-setup/advanced.mdx @@ -323,16 +323,16 @@ nano /etc/netplan/00-installer-config.yaml network: version: 2 ethernets: - eno49: + : dhcp4: false dhcp6: false # Bridge interface configuration bridges: br0: - interfaces: [] addresses: - - /24 # IPv4 Address + - /24 # IPv4> Address - /64 # IPv6 Address routes: - to: default diff --git a/documentation/docs/pages/operators/nodes/validator-setup/nym-api.mdx b/documentation/docs/pages/operators/nodes/validator-setup/nym-api.mdx index bc26ef2676..5b4847aaba 100644 --- a/documentation/docs/pages/operators/nodes/validator-setup/nym-api.mdx +++ b/documentation/docs/pages/operators/nodes/validator-setup/nym-api.mdx @@ -94,7 +94,7 @@ The example value of `100` for `pruning-interval` can be customised as per your ### Credential Generation -Validators that took part in the DKG ceremony became part of the 'quorum' generating and verifying zk-nym credentials. These will initially be used for private proof of payment for NymVPN (more [here](https://blog.nym.com/nymvpn-an-invitation-for-privacy-experts-and-enthusiasts-63644139d09d) and [here](https://nym.com/blog/zk-nyms-are-here-a-major-milestone-towards-a-market-ready-mixnet), and in the future will be expanded into more general use-cases such as [offline ecash](https://arxiv.org/abs/2303.08221). +Validators that took part in the DKG ceremony became part of the 'quorum' generating and verifying zk-nym credentials. These will initially be used for private proof of payment for NymVPN (more [here](https://nym.com/blog/invitation-for-privacy-experts-and-enthusiasts) and [here](https://nym.com/blog/zk-nyms-are-here-a-major-milestone-towards-a-market-ready-mixnet), and in the future will be expanded into more general use-cases such as [offline ecash](https://arxiv.org/abs/2303.08221). The DKG ceremony was used to create a subset of existing validators who run `nym-api` alongside a Nyx full-node. As outlined above, they are the ones taking part in the generation and verification of zk-nym credentials. The size of the 'minimum viable quorum' is 10 - the intial set taking part in DKG was 17 validators. This is in order to have some redundancy in the case of a validator dropping or going offline.