Common Problems
Problem #1: My validator has voting_power: 0
voting_power: 0realio-networkd startrealio-networkd status# /etc/systemd/system/realio-networkd.service
[Unit]
Description=Realio Network Full Node
After=network.target
[Service]
Type=simple
User=ubuntu # This is the user that is running the software in the background. Change it to your username if needed.
WorkingDirectory=/home/ubuntu # This is the home directory of the user that running the software in the background. Change it to your username if needed.
ExecStart=/home/ubuntu/go/bin/realio-networkd start # The path should point to the correct location of the software you have installed.
Restart=on-failure
RestartSec=3
LimitNOFILE=4096 # To compensate the "Too many open files" issue.
[Install]
WantedBy=multi-user.targetProblem #3: My validator is inactive/unbonding
Problem #4: My validator is jailed
Problem #5: The persistent peers do not work properly
Using a seed node
Changing your persistent peers
Problem #6: I tried unjailing my validator, but it keeps getting jailed after some time
Problem #7: My validator run out of space
Problem #8: Wrong Block Header AppHash
Last updated