Skip to content

Brucelees/Nexus-labs-testnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 

Repository files navigation

Nexus-labs-testnet

image

Update system directory

sudo apt update && sudo apt upgrade
sudo apt install build-essential pkg-config libssl-dev git-all

Proceed with “Y” & wait for the process to complete, Type ‘8’ none of the above if asked

Install RUST

curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh
. "$HOME/.cargo/env"

To check if rust installed properly

RustUP --version

Reboot System

Wait for 30 seconds, connect terminal again

reboot

Install Screen

screen -S nexus

Install Compiler

sudo apt install -y protobuf-compiler

RUN

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

CTRL + Z to stop

It will show as stopped then proceed with next steps

Copy the prover ID from https://beta.nexus.xyz/ and replace

image

EDIT: To copy prover ID, disconnect the Web Interface first, then use the copy. [28 Char]

echo "YOUR_PROVER_ID" > ~/.nexus/prover-id

Run Command again and DONE!

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

photo_2024-12-11_10-27-18

Extit from Screen

Ctrl+A+D

To check Status or renter screen

screen -r nexus

To Check all visible screens

screen -ls

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published