Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zunxbt/sixgpt
- Owner: zunxbt
- Created: 2024-10-08T11:29:05.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-08T20:28:31.000Z (30 days ago)
- Last Synced: 2024-10-28T19:31:16.849Z (10 days ago)
- Topics: ollama, sixgpt, vana, vanadatahero
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 32
- Watchers: 1
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)