Vdash - dashboard for Autonomi nodes

Please, give a list of installed ms apps.

get-wmiobject -class Win32_product | Export-CSV c:\users\USER\Desktop\ms_apps.csv -NoTypeInformation

edit: with powershell run as admin.

PS C:\Windows\system32> get-wmiobject -class Win32_product | Export-CSV c:\users\USER\Desktop\ms_apps.csv -NoTypeInformation
Export-CSV : Could not find a part of the path ‘C:\users\USER\Desktop\ms_apps.csv’.
At line:1 char:38

  • … 2_product | Export-CSV c:\users\USER\Desktop\ms_apps.csv -NoTypeInfor …
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : OpenError: (:slight_smile: [Export-Csv], DirectoryNotFoundException
    • FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.ExportCsvCommand

change USER with your current username

hmm even with tat its the same output

PS C:\Windows\system32> get-wmiobject -class Win32_product | Export-CSV c:\users\MINE\Desktop\ms_apps.csv -NoTypeInformation
Export-CSV : Could not find a part of the path ‘C:\users\MINE\Desktop\ms_apps.csv’.
At line:1 char:38

  • … 2_product | Export-CSV c:\users\MINE\Desktop\ms_apps.csv -NoTypeInfor …
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : OpenError: (:slight_smile: [Export-Csv], DirectoryNotFoundException
    • FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.ExportCsvCommand

get-wmiobject -class Win32_product | Export-CSV $Env:homepath\Desktop\ms_apps.csv -NoTypeInformation

hmm same error again

Please send screenshot of:

Get-ChildItem Env: | Format-Table -Property Name, Value -AutoSize

2 Likes

Okay let’s go with that one:

get-wmiobject -class Win32_product | Export-CSV C:\Users\MINE\Desktop\ms_apps.csv -NoTypeInformation

And send me .csv file.
If it is not working do the following:
run only:

get-wmiobject -class Win32_product

Copy results, open notepad, paste it there, save it on desktop and send me that file, thanks.

1 Like

ok I just sent you the notepad file

2 Likes

What’s New in v0.17.9

A minor update to vdash is available on crates.io.

Earnings will be shown correctly rather than including the 15% royalty which is deducted and sent to the foundation wallet.

WARNING: This update will mess with the current statistics. So you might want to just live with the 15% error, or make a note of key figures such as earnings before stopping vdash.

If you update, the figure shown in vdash will be less than the real total so far because vdash will forget about anything not present in the current safenode.log. If the value shown on restart is zero, then you can just add the figure you noted before stopping to get the actual total.

If the value shown after restart is non-zero, deduct it from the figure you noted down and then that plus what is shown in vdash will be the actual total. Sorry about that!

How to update

If you are running vdash you will need to stop it (press ‘q’) and then to update use:

cargo install vdash

Restart vdash with the same command and parameters. Any existing values will be retained and no new data will be lost so long as you don’t wait a long time before restarting.

If you don’t yet have Rust you’ll need that first. More on this and everything else are in the README.

Display Earnings in Fiat (£/$ etc)

Don’t forget that you can configure vdash to display not just using nanos but your chosen currency. See Vdash - dashboard for Autonomi nodes - #188 by happybeing

26,000 downloads

According to crates.io, vdash has already been downloaded 26,610 times which is up ~2,000 in the past 8 days! :partying_face:

12 Likes

Hey @happybeing fyi I’m still using the previous version of Vdash. But can you tell me what’s the difference between earnings and wallet? Is it normal for these two balances to be so different? For example one node has 33 Nanos in earnings but 10 in the wallet. Is that normal? And separately but linked… do you know if the nanos earned in the beta are taken automatically from the wallet and therefore should the wallet always be zero balance? Last thing while I’m on this subject, Vdash says some of my nodes have Nanos in either earnings or wallet but not a single node shows a reward balance in the safe node manager. Do you think something might be wrong here?

You’re right to ask but this all sounds correct even though it seems off.

Earnings are immediately forwarded to the foundation for ‘owned’ (rewards program) nodes. So your node wallet balances will almost always be zero.

But, when a reward arrives, the message in the log reports the new balance immediately before it is sent to the foundation. This means that during beta, what vdash reports as wallet balance is effectively the last received payment just before it goes back to zero.

So all is well IMO. :smiley:

3 Likes

Thanks for that, sounds ok to me then - only thing that doesn’t align with that is the /rank bot - but that seems to be a bit slow and unpredictable in terms of an accurate snapshot.

1 Like

I’m pretty sure that not all nanos are making it to the bot or the foundation wallet. Then there’s a lag before it shows what it knows which makes that harder to see, but I’m sure now. They may already have fixed that but not yet deployed, IDK.

I guess It all adds to the excitement and anticipation of the big leaderboard reveal on Friday… will it be 200 nanos or 2000, who knows! :sweat_smile:

1 Like

Are you saying that vdash only shows the last received payment, or does it still give a tally? in the earnings column

We’re talking about wallet balance and why it shows zero on safenode-manager but shows the last deposited amount in vdash. Earnings should be a tally (with royalty in 0.17.8, without royalty in 0.17.9).

1 Like

Yes, just the way you said it sounded like vdash only shows the last earned amount and not the sum of all the earned amounts (for each node)

Yea one machine of mine has the latest and the other the previous version

1 Like