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 months 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T20:28:31.000Z (8 months ago)
- Last Synced: 2024-11-28T07:20:58.815Z (7 months ago)
- Topics: ollama, sixgpt, vana, vanadatahero
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 33
- Watchers: 1
- Forks: 18
- 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
---
- **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