3b6110a42e
* Added timeout values to configs * Fixed possible crash when using delay larger than 2 years * Connection timeout with hardcoded value * Using provided timeout value * tcp client requiring timeout value at construction * Client using updated tcp client * Mixnode using updated tcp client * Healthchecker having separate timeout + new client config field * Updated validator with connection timeout field * Added connection_timeout to validator config template
Nym Mixnode
A Rust mixnode implementation.
Usage
nym-mixnodeprints a help message showing usage optionsnym-mixnode run --helpprints a help message showing usage options for the run commandnym-mixnode run --layer 1 --host x.x.x.xwill start the mixnode in layer 1 and bind to the specified host IP address. Coordinate with other people in your network to find out which layer needs coverage.
By default, the Nym Mixnode will start on port 1789. If desired, you can change the port using the --port option.