Testnet II is over. Testnet III is coming in Q2 2025. Devnet mode is live and activity may not be tracked. View your activities during Testnet II

Introduction

The Nexus Network CLI is a command-line tool for contributing compute resources to the network.

Installation

Prerequisites

Install Homebrew.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Rust.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install CMake.

brew install cmake

Install protocol buffers

brew install protobuf

Add the riscv32i target.

rustup target add riscv32i-unknown-none-elf

Install Script

Use our installation script:

curl https://cli.nexus.xyz/ | sh

Setup & Configuration

1

Initial Setup

  1. Run the CLI for the first time.
  2. Accept the Terms of Use.
  3. Choose between anonymous or linked proving (see below).
2

Choose Proving Mode

You have two options:

To earn NEX Points, you must link your CLI to your Nexus account. Anonymous proving will not record contributions.

Troubleshooting

If you encounter any issues: