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