Mining is the process of gathering data from X. Miners use a bot to gather data from X, and store it encrypted on their Google Drive. Miners are given Volara tokens ($VOL) for their work. It's the best way to recieve VOL tokens on the Volara network.
- A vps machine you can kindly get it https://vpsdime.com/a/4422/linux-vps
- X username and password, for access to the Twitter API (Better to be a secondary X account)
- Google OAUTH, for storing your mined X data in Google Drive
- A Metamask wallet private key with funded VANA(you can get it in any preferable exchange 'mexc,binance and bybit) and VOLARA token from https://flur.sh/agent/0xeb68ef0550a5532447da0fea4f0ed9f804803b8b
sudo apt update sudo apt upgrade -y sudo apt install -y apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null sudo apt update sudo apt install -y docker-ce docker-ce-cli containerd.io docker --version
Volara uses several dependencies to operate:
•Python 3.12 •Poetry •Git
#Start mining
-
open screen:
screen -S volara -
Replace your metamask private key with
PVKEYdocker pull volara/miner export VANA_PRIVATE_KEY=PVKEY docker run -it -e VANA_PRIVATE_KEY=${VANA_PRIVATE_KEY} -
Copy the link, Open it in browser, Login your gmail, Copy the given code and paste it in terminal

• To minimize screen: ctrl+A+D . To return screen: screen -r volara . To start mining: volara mine start
After a while , you will see your point updating in https://volara.xyz/


