1. Install
sudo apt update && sudo apt-get install openssl
curl -fsSL <https://get.docker.com> -o get-docker.sh && sh get-docker.sh
sudo usermod -aG docker $USER && newgrp docker
sudo systemctl enable docker.service && sudo systemctl enable containerd.service
  1. Git install
git clone <https://github.com/vana-com/vana.gitcd> vana
  1. 0gchain Install
cp .env.example .env
  1. 0gchain Service create
docker compose --profile manual run --rm validator-keygen
  1. Snapshot Download
docker 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.

  1. story Service Restart
docker compose --profile init --profile node up -d