Manual Docker Run
If you prefer to not use the quickstart script, you can manually run the miner with native docker commands.
Make sure you have completed the prerequisites before proceeding.
Start mining
Replace <your_private_key> with your Ethereum compatible private key from the prerequisites.
docker pull volara/miner
export VANA_PRIVATE_KEY=<your_private_key>
docker run -it -e VANA_PRIVATE_KEY=${VANA_PRIVATE_KEY} volara/miner