Dill light node
Requirement
-Ubuntu os
-2 Core of CPU
-2 GB RAM
-20 GB of storage
Installation
before you run alps light validator you must have alps role for requesting faucet, for getting role u must participate on galxe task
sudo apt update && sudo apt upgrade -y
Run the script
curl -sO https://raw.githubusercontent.com/DillLabs/launch-dill-node/main/dill.sh && chmod +x dill.sh && ./dill.sh
Launch a new dill node
Add validator to existing node
for option 1 you should backup the validator_keys folder on this directory /root/dill/validator_keys
for option 2, make sure you have backup the validator_keys from old Andes Validator, . Select option 2 and paste your seed phrase when prompted and hit enter
You will get an output like this if you installation step is correct

if you have more than 1 quota you can create new light validator

make sure you in dill directory
cd dill
./2_add_validator.sh
Check node health
cd dill
./health_check.sh -v
the output should be like this

Validator Staking
your address must have 3600 DILL for Light Validator & 36000 DILL for Full Validator
1.go to https://staking.dill.xyz/
2.Upload the deposit_data-xxxx.json file

3.click Connect to MetaMask after complete uploading your deposit_data-xxxx.json make sure you have dill token

4.Send deposit and confirm on your metamask

5.Viola..! your light validator has been up, you can check your node using your public key at https://alps.dill.xyz/validators. if your node can't see after u deposit wait arround 1 hour and check again
Last updated