Bandwidth utilization comparison thread

There is a way by using API language or by using earnings calculator that is available here in forum just search for it. (easier to execute but it requires python installed i think)
With API - it is a little tricky (quite manual):
evoke this command in your browser where you connect to your dashboard:
http://localhost:14001/api/sno/ (example for my dashboard - be mindful that my port might be different than yours - 14001 instead of 14003 i think)
You will get something looking like that:


Notice the id: strings
Now you can evoke those commands:
http://localhost:14001/api/sno/satellite/${id}
example : http://localhost:14001/api/sno/satellite/12tRQrMTWUWwzwGh18i7Fqs67kmdhH9t6aToeiwbo5mfS2rUmo/
It will return this kind of text to your browser

The totalCount is the amount of “checks” this sattelite issued each day. When they add up to 100 your node will be vetted on this particular sattelite.
The more data you have the more probability for a higher count each day.
This is pretty old node so counts are high.
Usually at the beginning there will be 0-1 count a day.

You have to check every satelliteID to see how much progress you have.
Here is a link to whole API