Earnings calculator (Update 2024-04-14: v13.4.0 - Additional info on uncollected garbage and unpaid data - Detailed earnings info and health status of your node, including vetting progress)

That won’t work, you need to pass the script to the python binary. Try it with the original command from cmd or powershell.

what is the difference between
Status:OK
And,
Status:Vetting?
Does the Status Ok means that the satellite is off the vetting period?
And what does that Aud.946 and Aud.937 mean in the other satellites?

but it is python binary, it is just not instaled version but downloaded version

It looks like there’s a problem.

And what is that problem? Please be briefer.
As I have already discussed this problem of being disqualified after I switch from the ubuntu LTS Server to the Windows GUI.

Status can be either OK, Vetting or DQ. Vetting is when the node has succeeded less than 100 audits on that satellite. It gets less traffic. The progress is shown as well.
DQ is when your node has been disqualified on that satellite. Currently this only happens as a result of failed audits.
If none of these two are the case the status will be OK.

Aud.### is your audit score. It should ideally be 1000. Anything below that means you have failed some audits. Your node gets disqualified if it drops below 600.

what should i do to get the perfect 1000 score on the audit?
Am I missing something?
Because previously I set the wrong path while in the installation process for the data path.
There was a long discussion over that topic communicating with alexey leonov.

Then your node is probably still recovering from that. It should get better over time as long as all the data is there and accessible now.

Disqualified nodes will not recover of course. Or more precisely they won’t recover on satellites that have disqualified your node.

Is there something that I can do to score a perfect 1000 score for the node?

No, just not failing audits is all you have to do. It will just take time.

the audit checks and the uptime checks saltlake satellite are both 100% . Does it not mean that its vetting period is over or is it just the time that i have been online with this satellite?

It does not. Going by the results you’ve posted here you’ve successfully responded to 26 audits. 74 more to go. You can track the progress using this calculator.

Running v8.1.1 for a couple of days now on my storagenode, but saltlake doesn’t seem to give correct status yet? I know uptime isn’t counting at the moment in the script. In the dashboard uptime and audit are at 100% for Saltlake!
Any advice or things I can check?

Payout and escrow by satellite:
SATELLITE FIRST CONTACT TYPE MONTH 1-3 MONTH 4-6 MONTH 7-9 MONTH 10+
us-central-1 2019-11-13 Payout 0.0089 USD 0.0178 USD 0.0266 USD 0.0355 USD
Status:OK (Up.0/Aud.1000) Escrow 0.0266 USD 0.0178 USD 0.0089 USD 0.0000 USD

europe-west-1 2019-11-12 Payout 0.0161 USD 0.0322 USD 0.0482 USD 0.0643 USD
Status:OK (Up.0/Aud.1000) Escrow 0.0482 USD 0.0322 USD 0.0161 USD 0.0000 USD

asia-east-1 2019-11-19 Payout 0.0023 USD 0.0046 USD 0.0069 USD 0.0092 USD
Status:OK (Up.0/Aud.1000) Escrow 0.0069 USD 0.0046 USD 0.0023 USD 0.0000 USD

saltlake 2020-02-11 Payout 0.0000 USD 0.0000 USD 0.0000 USD 0.0000 USD
(Up.0/Aud.0) Escrow 0.0000 USD 0.0000 USD 0.0000 USD 0.0000 USD

stefan-benten 2019-11-12 Payout 0.3948 USD 0.7896 USD 1.1844 USD 1.5792 USD
Status:OK (Up.0/Aud.1000) Escrow 1.1844 USD 0.7896 USD 0.3948 USD 0.0000 USD

Please try stopping your node, then copying the db’s. I saw this issue at first as well when the reputation.db didn’t have the record for the new satellite yet. This method helped.

Ok, will try that, think a restart of the node can help?
I always copy all .db files first when running this script…

I’m almost certain it will. I saw the same thing when I first updated the script. The problem is that only copying the .db files can give you incomplete databases as data can be contained in the temporary files it creates when there is an active connection to the db. Stopping the node with docker stop -t 300 storagenode gives the node time to stop those connections and merge all changes into the .db files. Those should then be complete.

Ok, just see there’s a new version, so will wait for the update on this and check again after!
Thanks so far!

This worked well, see status on new Saltlake node now!

You can use my toolbox, i embeded this script to it, just Run as admin, add your node, chose from list, and it will do all the stuff(stop node, copy data, start node, show script results)
And you event not need to have python instaled, it is emdeded to aplication.

i just made it litle bit easyer to use.
But it only for GUI users.

1 Like

Hi Vadim,
That looks cool, but since it’s a vb-project I assume this runs on Windows only?
My nodes are on Linux…