You can see your vetting status either by
Latest version @ 2025-12-18: v14.3.0 - Consider minimum vetting time for vetting progress
I made this calculator to provide payout information and be used as an extension of the dashboard functionality already provided by Storj.
Storj Earnings Calculator
Earnings calculation script for Storj storagenodes
Prerequisites
Python is required to run this script.
This script was tested on Windows 10 and Linux, with Python 3.7. Other OS’s and versions will likely also work.
Warning
If you are runnin…
or by
Updated for
Docker version (bash)
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,.audits; done
Docker version (Powershell)
(docker exec -i storagenode wget -qO - localhost:14002/api/sno | ConvertFrom-Json).satellites.id | %{"$_"; (docker exec -i storagenode wget -qO - localhost:14002/api/sno/satellite/$_ | ConvertFrom-Json).audits}
Dashboard is port m…
Your node should pass 100 audits for the satellite to be vetted on it.
However, the lack of activity can be due the customers’ activity. Since the space and bandwidth used by real people, we can’t expect constant traffic or usage.
1 Like