🏆Dill - lightnode

Website: dill.xyz

X: https://x.com/dill_xyz_

Discord: https://discord.com/invite/dill

EXplorer: https://andes.dill.xyz/

Hardware Requirements

SPEC
Minimum

CPU

2 Cores

RAM

4 GB

Storage

100 GB SSD or Nvme

Install required packages

sudo apt update && sudo apt upgrade -y 
sudo apt install make curl git wget htop tmux build-essential jq make lz4 gcc unzip -y

Download & Extract the package

cd $HOME && curl -O https://dill-release.s3.ap-southeast-1.amazonaws.com/linux/dill.tar.gz && \
tar -xzvf dill.tar.gz && cd dill

Generate Validator Keys

./dill_validators_gen new-mnemonic --num_validators=1 --chain=andes --folder=./

Import your keys to your keystore

./dill-node accounts import --andes --wallet-dir ./keystore --keys-dir validator_keys/ --accept-terms-of-use

Write the password you configured in the previous step into a file

(change xxxxx= your password)

echo xxxxx > walletPw.txt

Start light node

./start_light.sh -p walletPw.txt

Check health node

./health_check.sh -v

FAUCET :

1.Get faucet into your EVM wallet from the Andes channel. Your wallet form before on galxe.

2.Use WinSCP or Terminus, Then go to folder /dill/validator_keys directory and get your deposit_data-xxxx.json file and upload it to the site bellow.

Upload deposit_data-*.json

4.Connect to MetaMask,make sure you have enough balance(>2500 DILL), send deposit

Last updated