[DOCs/operators]: Monor fix (#5650)

This commit is contained in:
import this
2025-03-20 12:13:55 +00:00
committed by GitHub
parent 2b83442a6d
commit 4da68438c0
3 changed files with 5 additions and 5 deletions
@@ -532,7 +532,7 @@ You can validate the application of the IP tables routes on your `nym-node` by c
</Tabs>
</div>
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
@@ -323,16 +323,16 @@ nano /etc/netplan/00-installer-config.yaml
network:
version: 2
ethernets:
eno49:
<INTERFACE>:
dhcp4: false
dhcp6: false
# Bridge interface configuration
bridges:
br0:
interfaces: [<INTERFACE]
interfaces: [<INTERFACE>]
addresses:
- <HOSTv4>/24 # IPv4 Address
- <HOSTv4>/24 # IPv4> Address
- <HOSTv6>/64 # IPv6 Address
routes:
- to: default
@@ -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.