This is the OLD version of the SixGPT miner. Our official miner is here: https://github.com/sixgpt/miner
SixGPT is a decentralized synthetic data generation platform built on the Vana network. We empower users by giving them ownership of their data and enabling them to earn from it.
The SixGPT Miner is a software package which allows users to contribute data they generate for wikipedia question-answer based tasks to the network for rewards. In the future, we will support other tasks such as chatbot conversations, image captioning, etc.
SixGPT uses two credentials to perform mining on Vana:
- OpenAI api key, for access to the OpenAPI API
- Google OAUTH, for storing your mined data in Google Drive.
SixGPT uses several dependencies to operate.
- Python 3.12
- Poetry
brew install python
curl -sSL https://install.python-poetry.org | python3 -git clone https://github.com/sixgpt/minercli.git
cd minercli
source setup.shYou should now have access to the sixgpt cli command.
The interface can be accessed via the CLI at ./bin/sixgpt
By default, miner runs as a background daemon.
sixgpt mine start| Flag | Description |
|---|---|
| -b | Run the miner in a background process |
sixgpt mine stopsixgpt mine logssixgpt auth drive loginsixgpt auth drive logoutsixgpt auth openai loginsixgpt auth openai logoutsixgpt updatesixgpt --version