Skip to content

sbayu27/minercli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volara Miner

Miner for the Volara X DLP

About

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.

Credentials

Volara uses two credentials to perform mining on Vana:

  1. X username and password, for access to the Twitter API
  2. Google OAUTH, for storing your mined X data in Google Drive.

Install

Prerequisites

Volara uses several dependencies to operate.

  • Python 3.12
  • Poetry
brew install python
curl -sSL https://install.python-poetry.org | python3 -

Quick Start

git clone https://github.com/volaradlp/minercli.git
cd minercli
source setup.sh

You should now have access to the volara cli command.

Interface

The interface can be accessed via the CLI at ./bin/volara

Mining

By default, miner runs as a background daemon.

Start Mining

volara mine start
Flag Description
-b Run the miner in a background process

Stop Mining

volara mine stop

See Mining Logs

volara mine logs

Account

Rewards

View your hotkey's rewards

volara account rewards

Auth

Google Drive

Login to Drive

volara auth drive login

Logout to Drive

volara auth drive logout

X

Login to X

volara auth twitter login

Logout to X

volara auth drive logout

Misc

Update the Volara CLI

volara update

Check the Volara CLI version

volara --version

About

The Volara DLP Miner + CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.0%
  • Shell 4.0%