Miner for the Volara X DLP
Volara is a decentralized data marketplace for X data, built on the robust Vana network. We empower users by giving them ownership of their data and enabling them to earn from it.
The Volara Miner is a software package which allows users to contribute X data to the network for rewards.
Volara uses two credentials to perform mining on Vana:
- X username and password, for access to the Twitter API
- Google OAUTH, for storing your mined X data in Google Drive.
Volara 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/volaradlp/minercli.git
cd minercli
source setup.sh
You should now have access to the volara
cli command.
The interface can be accessed via the CLI at ./bin/volara
By default, miner runs as a background daemon.
volara mine start
Flag | Description |
---|---|
-b | Run the miner in a background process |
volara mine stop
volara mine logs
volara account rewards
volara auth drive login
volara auth drive logout
volara auth twitter login
volara auth drive logout
volara update
volara --version