Skip to content

itsmesatyavir/Nexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

πŸš€ Nexus Testnet III β€” Prover Setup Guide

A step-by-step guide to install and run the Nexus Prover on your server.


πŸ“¦ Requirements

  • Ubuntu/Debian-based system
  • Git, curl, and build tools
  • Node ID (from Nexus Dashboard)

πŸ› οΈ Step-by-Step Installation

βœ… 1. Update System

sudo apt update && sudo apt upgrade -y

βœ… 2. Install Dependencies

sudo apt install screen curl build-essential pkg-config libssl-dev git-all -y
sudo apt install protobuf-compiler -y
sudo apt update

βœ… 3. Install Rust

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

πŸ”Ή Follow the prompts to complete the Rust installation.
πŸ”Ή Then run:

source $HOME/.cargo/env

βœ… 4. Add RISC-V Target

rustup target add riscv32i-unknown-none-elf

πŸš€ Run the Prover

πŸ–₯️ Start a Background Session

screen -S nexus

πŸ”§ Install Nexus CLI

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

▢️ Start the Prover

source ~/.bashrc
nexus-network start --node-id YOUR_NODE_ID

example

source ~/.bashrc
nexus-network start --node-id 6756232
source ~/.bashrc
nexus-network start --node-id 7268428

πŸ” Replace YOUR_NODE_ID with your actual node ID from the Nexus dashboard.


πŸ“Œ Useful Screen Commands

  • Detach screen (keep it running in background):
    Ctrl + A, then D

  • Reattach screen session:

    screen -r nexus

πŸ“š Resources


πŸ™Œ Credits

Maintained by the Nexus community. Feel free to contribute!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published