
| X |
Minimum |
| CPU |
4 |
| RAM |
10++ GB |
| SSD |
50 GB SDD |
| Internet |
100 Mbps |
| Ubuntu |
Ubuntu 24 |

- 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 file nano btop unzip lz4 -y
sudo apt install build-essential pkg-config libssl-dev git-all protobuf-compiler -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh


rustup target add riscv32i-unknown-none-elf

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


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


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