The Nexus Network is an innovative platform that allows users to contribute compute resources to the network. Currently in its Testnet phase, the network is undergoing improvements to enhance stability and performance. If you're interested in supporting this decentralized initiative, you can do so via the Nexus Network CLI.
Introduction
The Nexus Network CLI is a command-line tool designed to help users contribute their computing resources efficiently. By setting up a CLI node, you can participate in the network and, if linked to your Nexus account, earn NEX Points.
Installation Guide
Before you install the Nexus CLI, ensure that you meet the prerequisites.
Prerequisites
To get started, you need to install Rust. Open your terminal and run the following command:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Once Rust is installed, add the riscv32i target:
rustup target add riscv32i-unknown-none-elf
Installing the Nexus CLI
You can install the Nexus CLI using a simple installation script.
Quick Install
To install the Nexus CLI quickly, run:
curl https://cli.nexus.xyz/ | sh
Manual Installation
If you prefer a manual installation, refer to the official documentation at Nexus Network.
Setup & Configuration
After installing the CLI, follow these steps to set it up correctly.
1. Initial Setup
Run the CLI for the first time by executing the following command:
nexus-cli
You will be prompted to accept the Terms of Use and choose a proving mode.
2. Choose Proving Mode
There are two proving modes available:
1. Link to Nexus Account (Recommended)
- Create an account at app.nexus.xyz.
- Follow the provided instructions to link your account to the CLI.
- Your contributions will be recorded, and you'll earn NEX Points.
- Track your progress on the Nexus leaderboard.
- Manage all your nodes from a single interface.
2. Anonymous Proving
- If you prefer privacy, you can contribute anonymously.
- However, anonymous contributions will not earn NEX Points or be tracked.
To maximize your rewards, linking your CLI to your Nexus account is highly recommended.
Conclusion
By contributing to the Nexus Network via CLI, you support decentralized computing while potentially earning rewards. Follow the installation and setup guide above to start your journey today.
For further details and updates, visit the official Nexus Network website.