We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can create a vana wallet by running the vanacli script from the vana-framework repo.
I can see the wallet was created successfully and is in my home directory under .vana. When I try to run this command volara mine start to start mining volara, I get this error: Checking Vana credentials... Vana account is not present. Please install the Vana CLI and create a wallet: https://docs.vana.org/vana/for-builders/network-setup/creating-a-wallet#creating-a-local-wallet-with-cli
volara mine start
How do I make the cli discover the wallet?
The text was updated successfully, but these errors were encountered:
same errors here
Sorry, something went wrong.
What are GitHub issues for then? The website honestly looks like a scam
export VANA_PRIVATE_KEY=<your_private_key>
Replace <your_private_key> With your vana wallet privatekey
No branches or pull requests
I can create a vana wallet by running the vanacli script from the vana-framework repo.
I can see the wallet was created successfully and is in my home directory under .vana. When I try to run this command
volara mine start
to start mining volara, I get this error:Checking Vana credentials...
Vana account is not present. Please install the Vana CLI and create a wallet: https://docs.vana.org/vana/for-builders/network-setup/creating-a-wallet#creating-a-local-wallet-with-cli
How do I make the cli discover the wallet?
The text was updated successfully, but these errors were encountered: