Skip to content

0xmjqarai/Nexus-Prover

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

Nexus-Prover

Method 1. Web Browser

Contribute to Nexus zkVM Prover by click Connect button: https://beta.nexus.xyz/

image

Method 2. Linux Server

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

image

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

Screenshot_3

Track your Contribution

There is no wallet or social connection yet but team is tracking your computer Contributions and will add a leaderboard later

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published