Advertisement
EvenoR

Dill Node

Mar 4th, 2025 (edited)
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. #Update system
  2. sudo apt update & sudo apt upgrade -y
  3.  
  4. #Install&UPdate packages
  5. sudo apt install ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev curl git wget make jq -y
  6.  
  7. #Launch official installation script
  8. curl -sO https://raw.githubusercontent.com/DillLabs/launch-dill-node/main/dill.sh  && chmod +x dill.sh && ./dill.sh
  9.  
  10. #Add validator
  11. ~/dill/2_add_validator.sh
  12.  
  13. #Health check
  14. ./health_check.sh -v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement