You can see your vetting status either by
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 V3 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 running Docker on Windows or MacOS, stop the node, copy the satellites.db, bandwidth.db, stor…
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 por…
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