Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Update system
- sudo apt update & sudo apt upgrade -y
- #Install&UPdate packages
- sudo apt install ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev curl git wget make jq -y
- #Launch official installation script
- curl -sO https://raw.githubusercontent.com/DillLabs/launch-dill-node/main/dill.sh && chmod +x dill.sh && ./dill.sh
- #Add validator
- ~/dill/2_add_validator.sh
- #Health check
- ./health_check.sh -v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement