ac312e9109
* Renamed "address" argument in "sign" command to "wallet-address" * Ability to optionally describe mixnode with command line arguments * renamed 'validators' arguments to 'nym-apis' in mixnode binary * cleaned up gateway validator-related url arguments * fixup! Renamed "address" argument in "sign" command to "wallet-address" * renamed 'use_anonymous_sender_tag' to 'use_anonymous_replies' * 'nymd_endpoints => 'nymd_validators' * more consistency for nymd_validators and nym_apis urls arguments * updated changelog
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.