⚙️ Installation
NYM Mixnet. Node installation.
Node Type
CPU
RAM
Storage
sudo apt -q update
sudo apt install curl git wget htop tmux build-essential jq make lz4 gcc unzip -y
sudo apt -qy upgradewget https://github.com/nymtech/nym/releases/download/v2025.3-ruta/nym-nodechmod +x nym-nodemv nym-node /usr/local/bin/nym-node run --id <ID> --init-only --mode mixnode --verloc-bind-address 0.0.0.0:1790 --public-ips "$(curl -4 https://ifconfig.me)" --accept-operator-terms-and-conditionsecho '[Unit]
Description=Nym Node 1.2.1
StartLimitInterval=350
StartLimitBurst=10
[Service]
User=root
LimitNOFILE=65536
ExecStart=/usr/local/bin/nym-node run --id <ID> --deny-init --mode mixnode --accept-operator-terms-and-conditions
KillSignal=SIGINT
Restart=on-failure
RestartSec=30
[Install]
WantedBy=multi-user.target' | tee /etc/systemd/system/nym-node.serviceLast updated