Contribute to Nexus zkVM Prover : https://beta.nexus.xyz/
1. Install Dependecies
sudo apt update && sudo apt upgrade -y
2. 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
3. Install Rust
sudo curl https://sh.rustup.rs -sSf | sh
4. Add Rust to path
source $HOME/.cargo/env
export PATH="$HOME/.cargo/bin:$PATH"
rustup update
rustc --version
5. 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
To run the prover again if faced any issues
sudo curl https://cli.nexus.xyz/install.sh | sh
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