Set up a new node, seems to have stopped getting traffic and most storage deleted after 72 hours

@orangepeelbeef & @Mams: One way to escape such commands (or display logs) on this forum is to use the triple backtick syntax.
For instance this:
image
would give this:

for sat in `docker exec -i storagenode wget -qO - localhost:14002/api/sno | jq .satellites[].id -r`; do
  docker exec -i storagenode wget -qO - localhost:14002/api/sno/satellite/$sat | jq .id,.audit
done

Instead of running this, you could also check the following script out to get more info (and audit scores) in a clearer way:


Do you have successful uploads/downloads in your log or is everything failing?
Might want to check you have nothing blocking your ports, and that they are correctly redirected on your router.
These tools can be helpful for confirming your node’s port is correctly reachable from outside (but I guess it is otherwise you wouldn’t receive download requests):

Any firewall that could block outgoing connections?