Has my node been vetted yet?

the forum software ate some characters. Try

for sat in $(wget -qO - localhost:14002/api/dashboard | jq .data.satellites[].id -r) ; do wget -qO - localhost:14002/api/satellite/$sat | jq .data.id,.data.audit; done
1 Like