8000 GitHub - FurkanL0/Nexus
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

FurkanL0/Nexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

Nexus Node Setup

image

X Minimum
CPU 4
RAM 9++ GB
Storage 50 GB SDD
Network 100 Mbps (1 Gbps+ recommended)
Image Ubuntu 22.04
Server Provider Link Features
Contabo Link Cheap / Paypal
PQ Link Cheap / Crypto Payment
NetCup Link Cheap / Paypal

Web / Sing Up :

  • 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. Install Packages:

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 unzip lz4 -y
sudo apt install build-essential pkg-config libssl-dev git-all protobuf-compiler
sudo apt remove -y protobuf-compiler
sudo curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip
sudo apt install unzip
sudo unzip protoc-21.12-linux-x86_64.zip -d /usr/local
sudo chmod +x /usr/local/bin/protoc
rm protoc-21.12-linux-x86_64.zip
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustup target add riscv32i-unknown-none-elf

3. Nexus CLI :

screen -S nexus
curl https://cli.nexus.xyz/ | sh

image

image

image

image

Fist 2 and Enter your ID.

image

Web :

image

Repo / Profile Views

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0