Так и не нашел ответа, как после последнего обновления проверить аудиты и если новый узел прошел верификацию?
Alexey
February 6, 2021, 2:38am
2
Аудиты как обычно - если у вас Audit score 100% на dashboard - значит всё ок с аудитами.
Процент прохождения проверки можно получить с помощью
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…
Алексей, а кроме как при помощи этого калькулятора, другого способа нет? Например как раньше в PowerShell при помощи команды:
((curl http://127.0.0.1:14002/api/sno ).Content | ConvertFrom-Json).satellites.id | %{"_"; ((curl http://127.0.0.1:14002/api/sno/satellite/ _).Content | ConvertFrom-Json).audit}
Alexey
February 6, 2021, 2:56pm
4
Из storagenode API удалили нужный параметр, поэтому запросом его не получить.
И операторы уже попросили вернуть его обратно:
I’ve asked the SNO growth team if we can put the audit metrics back into the API, and they said they can. They just need to schedule the work.
А тут предложение сделать API версионированным, чтобы существующие приложения не ломались и у авторов приложений было время исправить:
I’d like to ask for a API versioning because currently, we have to adapt all 3rd party monitoring tools within a short period of time with limited information about the changes (unless you go through the commits etc) and sometimes new API versions might even break something.
So to make the transitions between different storagenode/API versions easier, it would be great to have some basic API versioning, so we could still use the old API version until we got all changes for the new version imple…
Понял, спасибо, будем ждать…
1 Like