- You need to have min 4 RAM in your system (VPS)
- Recommended : 6 GB RAM
- You can buy VPS from PQ Hosting using cryptocurrency
This script is compatible with Ubuntu on local system as well as on VPS
- If you run on VPS, u don't need to do anything after running the installation commands
- If you run on Local system (Ubuntu), u just need to open the terminal after turning on your system to start this prover, it will start running automatically again
- You can use either this command
sudo apt install curl && curl -sSL https://raw.githubusercontent.com/zunxbt/nexus-prover/main/nexus.sh | bash
- Or this command to run this script
sudo apt install wget && wget -qO - https://raw.githubusercontent.com/zunxbt/nexus-prover/main/nexus.sh | bash
- You can check your prover logs, using the below command
journalctl -u nexus.service -f -n 50
- You will see something like this, it means, it is fine
- If you want to connect your web browser nexus prover ID with CLI, then just visit : Nexus Beta Website and then copy your prover ID from profile section
- If you can't copy normally then watch the below video (Use f12 or just right click on empty place on the site and then click on inspect option. then go to applictaion section and copy the prover ID, don't include the double comma)
Screen.Recording.10-12-2024.11-27-45.AM.mp4
- Now open terminal and use the below command
sed -i 's/.*/YOUR_PROVER_ID/' .nexus/prover-id
- Make sure to replace
YOUR_PROVER_ID
with the value u copied earlier (Example :sed -i 's/.*/P2Fn8XlXjuWr8yeoJvE6bi2iP1I3/' .nexus/prover-id
) - Now restart the nexus.service using below command
sudo systemctl restart nexus.service
- After some times, u will see that, your CLI nexus points will also be displayed on Nexus Beta Website upon clicking
Profile
section