a8299e867d
* WIP * WIP for time measurement * In theory working sender and listener * Further additions + main.rs for local testing * Further improvements + config builder * Initial integration into mixnode * Verifying mixnode version * 1.52+ clipy warning * 1.54 nightly clippy fixes * Changed HTTP Api to bind to the same ip as used for mix packets * Changed measurements to instead write to shared object * Required dependencies * Connecting with the http api * Updated mixnode common rand dependency
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.