Fix token reward

If running a lightnode does not increase token rewards, please follow the following guide

Stop Node

pkill -f dill-node

check node

./health_check.sh -v

Remote Light_node folder

rm -rf light_node

Restart lightnode

./start_light.sh -p walletPw.txt

Wait for successful synchronization, then :

curl -s localhost:<8082>/metrics | grep -e "validator_correctly_voted_head" -e "validator_correctly_voted_source" -e "validator_correctly_voted_target" -e "validator_successful_attestations" -e "validator_last_attested_slot" -e "validator_next_attestation_slot" | grep pubkey

Last updated