Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zunxbt/nexus-prover
One click guide to run nexus prover beta on your system
https://github.com/zunxbt/nexus-prover
nexus prover rust rust-lang
Last synced: 5 days ago
JSON representation
One click guide to run nexus prover beta on your system
- Host: GitHub
- URL: https://github.com/zunxbt/nexus-prover
- Owner: zunxbt
- Created: 2024-10-09T05:49:36.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-10-10T13:45:18.000Z (28 days ago)
- Last Synced: 2024-10-21T05:58:27.031Z (17 days ago)
- Topics: nexus, prover, rust, rust-lang
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 28
- Watchers: 1
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run Nexus Prover Beta
## Info
- You need to have min 4 RAM in your system (VPS)
- Recommended : 6 GB RAM
- You can buy VPS from [PQ Hosting](https://pq.hosting/?from=622403&lang=en) 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, if it is not running then use this command to run
```bash
sudo systemctl start nexus.service
```## Installation
- You can use either this command
```bash
curl -sSL https://raw.githubusercontent.com/zunxbt/nexus-prover/main/nexus.sh | bash
```
- Or this command to run this script
```bash
wget -qO - https://raw.githubusercontent.com/zunxbt/nexus-prover/main/nexus.sh | bash
```## Status
- You can check prover status using this command
```bash
systemctl status nexus.service
```
- To check logs, use the below command
```bash
journalctl -u nexus.service -f -n 50
```
- You will see something like this, it means, it is fine![Screenshot 2024-10-09 115039](https://github.com/user-attachments/assets/3d3065d8-cb88-44ca-88b8-ac072bcf9eff)