Hardware | Minimum Requirement |
---|---|
CPU | 4 Cores |
RAM | 8 GB |
Disk | 200 GB |
Bandwidth | 10 MBit/s |
sudo apt-get update && sudo apt-get 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-get update && sudo apt-get install -y docker-ce docker-ce-cli containerd.io && sudo systemctl start docker && sudo systemctl enable docker && sudo docker --version
Prepare any EVM wallet like Metamask and Extract Private key Faucet on Sepolia Network:
- https://cloud.google.com/application/web3/faucet/ethereum/sepolia
- https://www.alchemy.com/faucets/ethereum-sepolia
wget https://files.elixir.finance/validator.env
sudo nano ~/validator.env
STRATEGY_EXECUTOR_IP_ADDRESS: Your public IP/VPS IP.
STRATEGY_EXECUTOR_DISPLAY_NAME: Your chosen display name.
STRATEGY_EXECUTOR_BENEFICIARY: The wallet address to receive rewards.
SIGNER_PRIVATE_KEY: The private key from Metamask (without 0x).
-
Go to: https://testnet-3.elixir.xyz
-
Mint Mock and Stake 1000 Mock
-
Click to "Custom validator" and fill your wallet address
- Pull the Docker Image:
docker pull elixirprotocol/validator:v3
- Start Validator:
docker run -d \
--env-file /root/validator.env \
--name elixir \
--restart unless-stopped \
-p 17690:17690 \
elixirprotocol/validator:v3
Determine your container ID
docker ps
Check logs
docker logs --tail 50 -f <container-ID>
Check proposals_produced/up time:
curl http://localhost:17690/metrics