Skip to content

LINQNODE/Nexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Nexus Node Setup

image

X Minimum
CPU 4
RAM 10++ GB
SSD 50 GB SDD
Internet 100 Mbps
Ubuntu Ubuntu 24
  • Server Usage :

image

Register :

  • https://app.nexus.xyz/ - Register on the site with your wallet and email at the top right - it's better to use the same one you used on the old testnet.

1. Server Update :

sudo apt update -y && sudo apt upgrade -y

2. Package Update:

sudo apt install htop ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev tmux iptables curl nvme-cli git wget make jq libleveldb-dev build-essential pkg-config ncdu tar clang bsdmainutils lsb-release libssl-dev libreadline-dev libffi-dev jq gcc screen file nano btop unzip lz4 -y
sudo apt install build-essential pkg-config libssl-dev git-all protobuf-compiler -y

Rust :

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

image

  • 1 enter.
source $HOME/.cargo/env

image

rustup target add riscv32i-unknown-none-elf

image

3. Nexus CLI :

screen -S nexus
curl https://cli.nexus.xyz/ | sh
  • Y Enter.
source ~/.bashrc

image

Start :

image

nexus-network start --node-id your-node-id
  • Replace "your-node-id" with your nodeID from the site and start it.

image

image

  • You can exit the Screen by holding down CTRL and pressing A and D.
  • You can stop the node by pressing Q.

Web :

kass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors