https://github.com/0xjac/nym-mixnode
A Rust mixnode implementation
https://github.com/0xjac/nym-mixnode
Last synced: about 1 year ago
JSON representation
A Rust mixnode implementation
- Host: GitHub
- URL: https://github.com/0xjac/nym-mixnode
- Owner: 0xjac
- Created: 2019-12-29T15:12:04.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-12-29T15:15:18.000Z (over 6 years ago)
- Last Synced: 2024-10-12T00:34:31.749Z (over 1 year ago)
- Language: Rust
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nym Mixnode
A Rust mixnode implementation.
## Building
* check out the code
* [install rust](https://www.rust-lang.org/tools/install) (stable)
* `cargo build --release` (for a production build)
The built binary can be found at `target/release/nym-mixnode`
## Usage
* `nym-mixnode` prints a help message showing usage options
* `nym-mixnode run --help` prints a help message showing usage options for the run command
* `nym-mixnode run --layer 1` will start the mixnode in layer 1 (coordinate with other people to find out which layer you need to start yours in)
By default, the Nym Mixnode will start on port 1789. If desired, you can change the port using the `--port` option.