Services Management
cd $HOME/dill
Check health node
./health_check.sh -v
Stop node
ps -ef | grep dill-node | grep -v grep | awk '{print $2}' | xargs kill
Start node
./start_light.sh -p walletPw.txt
Check logs
tail -f -n 100 $HOME/dill/light_node/logs/dill.log
Check on Explorer
Copy your pubkey in file deposit_data-xxxx.json and search it on explorer: https://andes.dill.xyz/validators
Last updated