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 |
- 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.
sudo apt update -y && sudo apt upgrade -y
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
screen -S nexus
curl https://cli.nexus.xyz/ | sh