Has my node been vetted yet?

Not even an error message? Try to run some parts of the command
wget -qO - localhost:14002/api/dashboard
and
wget -qO - localhost:14002/api/dashboard | jq .data.satellites[].id -r
Do you get any output? Then try with one of the satellites, which you got from the last command
wget -qO - localhost:14002/api/satellite 118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW | jq .data.id,.data.audit

The last command is one line.

1 Like