Skip to main content
Once prerequisites are installed, proceed to register your machine with the network. Visit your Dispersed console to generate a secret and public key as these will be requested on first run and then saved in the registry for subsequent runs. On all platforms you can provide them via env vars “DISNET_PUBKEY” and “DISNET_SECRET”, commandline —pubkey and —secretkey or config file (dotfile)
  • Windows: AppData\Roaming\Otoy\config
  • * Linux: ~/.Otoy/config
  • * MacOS: ~/.Otoy/config
Note: Starting from v1.8.1 the config location was updated. The folder name was changed from ~/.otoy to ~/.Otoy on Linux and macOS, and the config file (dotfile) was renamed from zernet to config.
Precedence is commandline > env var > dotfile.

1. Download disNet

Download disNet from the Dispersed Console or contact support for access.
Image

2. Run Registration

Navigate to the directory with the disNet client binary and register using your API Key:2.1 Find and navigate to the disNet client binary:
2.2 Register (first time only):
Expected output:
The new node should appear in the Dashboard page of the Dispersed Console. You can have multiple nodes.

3. Start the disNet client

After registration, start the client normally:
You only need the --register flag on first run. After that, just use --pubkey and --secretkey.

Troubleshooting

See Troubleshooting for more common issues.