🖥️Installation (Andes)
Guide on Light Validator for Dill by Ravenode
Hardware Specifications
2 Cores
2 GB
20 GB
Ubuntu 22.04.2
1 MB/S
Add Andes Testnet Network
Network Name
Dill Testnet Andes
RPC URL
Chain ID
558329
Token Symbol:
DILL
Block explorer URL
Request Faucet
Requires andes-validator Role
Go to private [🌋|andes] channel on Dill discord server
Copy your EVM (0x) address
Type $request address
Please double check your address as one user can only request on time
Update System
sudo apt update && sudo apt upgrade -y
Download and run the setup script
curl -O https://raw.githubusercontent.com/DillLabs/launch-dill-node/main/launch_dill_node.sh && chmod +x launch_dill_node.sh && ./launch_dill_node.sh
Wait for the files to download.
Create a strong password for your keystore (At least 8 characters long) and confirm Keystore Password.
Press enter to confirm after validator keys generated.
If you completed all the steps correctly, you will get an output like this:
node running, congratulations 😄
validator pubkey: xxxxxx
Please backup this directory $YOUR_SCRIPT_PATH/dill/validator_keys. Required for recovery and migration. Important !!!
Please backup the validator_keys folder on this directory /root/dill/validator_keys
Check your node health
cd dill
./health_check.sh -v
If you receive an output like this, it means your node is synced:
2024-07-26 15:13:13 +08 > node running
2024-07-26 15:13:13 +08 > node peers count 81
2024-07-26 15:13:13 +08 > node's network connectivity check passed
2024-07-26 15:13:13 +08 > Synchronization done, current slot is 121826
2024-07-26 15:13:13 +08 > Node health check passed.
Validator Staking
Please ensure your address have at least >2500 DILL requested from the faucet channel.
Upload Deposit Data
Upload the deposit_data-xxxx.json file

After uploading the deposit_data-xxxx.json file to the site, click Connect to MetaMask, make sure you have enough funds (>2500 DILL)

Send deposit, using MetaMask to send a deposit transaction

After completing these operations, you can check your node using your public key (prefixed with 0x) on the last pages of the validators section in the Explorer at https://andes.dill.xyz/validators. Please note that it may take up to an hour for your node to appear.

Last updated