Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zunxbt/sixgpt

One click guide to run Sixgpt Minner on Vana Network
https://github.com/zunxbt/sixgpt

ollama sixgpt vana vanadatahero

Last synced: 6 days ago
JSON representation

One click guide to run Sixgpt Minner on Vana Network

Awesome Lists containing this project

README

        

Run SixGPT Miner on VPS

## Info
- You need to connect your wallet first in [SixGPT](https://sixgpt.xyz) website
- Click on Log In or Sign Up button
- Connect your burner wallet
- Connect your google drive
- Done, For Now
---
- Now you need to request faucet from this [website](https://faucet.vana.org/)
- You can request either `moksha` or `satori` faucet

![image](https://github.com/user-attachments/assets/b62be5b0-7f8e-40dd-8941-1b95665126d9)

---
- **To run this miner, you must need to have 6 GB RAM on your VPS or system (Recommended)**
- If you want to buy any VPS, you can buy from [PQ Hosting](https://pq.hosting/?from=622403&lang=en) using crypto currency

## Installation
- You can use either this command
```bash
[ -f "sixgpt.sh" ] && rm sixgpt.sh; curl -s -o sixgpt.sh https://raw.githubusercontent.com/zunxbt/sixgpt/main/sixgpt.sh && chmod +x sixgpt.sh && ./sixgpt.sh
```
- Or this command to run this script
```bash
[ -f "sixgpt.sh" ] && rm sixgpt.sh; wget -q https://raw.githubusercontent.com/zunxbt/sixgpt/main/sixgpt.sh && chmod +x sixgpt.sh && ./sixgpt.sh
```

## Imp Note
During the execution of the script, you will be prompted to enter the network name like this **Enter Vana Network (satori or moksha)**

- If you requested the faucet for the Moksha network, type `moksha`
- If you requested the faucet for the Satori network, type `satori`

## Miner Status
- Use this command
```bash
sudo docker logs ollama -f -n 50
```
- If you get output like this, it is working fine

![image](https://github.com/user-attachments/assets/c380d037-4750-452c-a882-86a23dd32cc6)