Contribute to Nexus zkVM Prover by click Connect button: https://beta.nexus.xyz/
1. Install Dependecies
sudo apt update && sudo apt upgrade -y
# Install packages
sudo apt install curl iptables build-essential git wget lz4 jq make gcc nano automake autoconf tmux htop nvme-cli pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip libleveldb-dev -y
# Install Rust
sudo curl https://sh.rustup.rs -sSf | sh
# Add Rust to path
source $HOME/.cargo/env
export PATH="$HOME/.cargo/bin:$PATH"
rustup update
rustc --version
2. Run Prover
Open screen
screen -S nexus
Run:
sudo curl https://cli.nexus.xyz/install.sh | sh
To minimize screen: CTRL+A+D
To retun screen: screen -r nexus
3. Save Prover ID file
You'll get a prover-id
file in /root/.nexus/
representing your unique contribution ID to Prover Node
There is no wallet or social connection yet but team is tracking your computer Contributions and will add a leaderboard later