2019-12-23 20:39:14 +00:00
2019-12-20 14:54:48 +00:00
2019-11-28 19:33:20 +00:00
2019-12-16 17:42:55 +00:00

Nym Mixnode

A Rust mixnode implementation.

Building

  • check out the code
  • install rust (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.

S
Description
Nym provides strong network-level privacy against sophisticated end-to-end attackers, and anonymous transactions using blinded, re-randomizable, decentralized credentials.
Readme 377 MiB
Languages
Rust 65.9%
JavaScript 22.1%
TypeScript 9.1%
Shell 0.9%
Python 0.6%
Other 1.2%