Welcome Zstake Service
Vana
Validator
Copy
- Install
1sudo apt update && sudo apt-get install openssl
1curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
1sudo usermod -aG docker $USER && newgrp docker
1sudo systemctl enable docker.service && sudo systemctl enable containerd.service
- Git install
1git clone https://github.com/vana-com/vana.gitcd vana
- 0gchain Install
1cp .env.example .env
- 0gchain Service create
1docker compose --profile manual run --rm validator-keygen
- Snapshot Download
1docker compose --profile init --profile manual run --rm submit-deposits
Before running this command, ensure you have correctly set the DEPOSIT_* environment variables in your .env file.
This process stakes 35k VANA for each set of validator keys in secrets/ and registers them with the network.
- story Service Restart
1docker compose --profile init --profile node up -d