https://github.com/zunxbt/nillion-verifier
One click guide to run nillion verifier node
https://github.com/zunxbt/nillion-verifier
Last synced: 5 months ago
JSON representation
One click guide to run nillion verifier node
- Host: GitHub
- URL: https://github.com/zunxbt/nillion-verifier
- Owner: zunxbt
- Created: 2024-11-01T05:49:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T06:04:52.000Z (8 months ago)
- Last Synced: 2024-11-14T21:27:39.453Z (7 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nillion Verifier One Click Guide
## Prerequisites
- Need to have a VPS with the following requirements| Resource | Requirement |
|-------------------|---------------|
| RAM | 4 GB |
| CPU Cores | 2 cores |
| Storage | 50 GB SSD |
| Internet Speed | 200 Mbps |- If you don't know how to buy or where to buy VPS, you can watch this [youtube video](https://youtu.be/vNBlRMnHggA?t=293)
- PQ Hosting website link : [Click Here](https://pq.hosting/?from=622403&lang=en)## Installations
- You can use either this command```bash
[ -f "nillion.sh" ] && rm nillion.sh; wget -q -O nillion.sh https://raw.githubusercontent.com/zunxbt/nillion-verifier/refs/heads/main/nillion.sh && chmod +x nillion.sh && ./nillion.sh
```
- Or this command
```bash
[ -f "nillion.sh" ] && rm nillion.sh; curl -sSL -o nillion.sh https://raw.githubusercontent.com/zunxbt/nillion-verifier/refs/heads/main/nillion.sh && chmod +x nillion.sh && ./nillion.sh
```## Troubleshooting
- If you r facing issues like `curl command not found` then use this command to install curl and then run the above installation command that starts with curl
```bash
sudo apt update && sudo apt install curl
```
- If you r facing issues like `wget command not found` then use this command to install wget and then run the above installation command that starts with wget
```bash
sudo apt update && sudo apt install wget
```