3. Initialize a Node

Step1: Download the CLI client

https://github.com/Lumoz-protocol/Lumoz-verifier-node-cli/releases/tag/mainnet-v0.0.2

Step2: Open terminal/cmd and enter the client directory and run(macOS as an example)

./verifier-node-macos-arm64

Step3: Init your node.

  1. Enter init,then press Enter.

  2. Enter the private key of the node owner(the wallet holding the license), then press Enter.

  1. Enter the address of the node operator, then press Enter.

  1. Check the operator's address, if it's correct, enter y/Y or just press Enter, else, enter n/N, enter the right address.

  2. Enter the number of licenses to delegate to yourself, at least one.

  3. Set the reward distribution split: your commission, delegated license rewards, and staked esMOZ rewards. The total must equal 100, or just press Enter to use the default value.

  1. Enter your node name, None as default.

  2. Enter your node description, None as default.

  3. Enter your node logo URL, None as default.

  4. Enter your social media URL, None as default.

Congratulations, your node operator has been successfully initialized.

Last updated