No audit data on node after 30 days

I installed Storj Node in a docker on my RPI3, it has been running for a month, the Dashboard is all 100% (Suspension, Audit, Online), Status is Online, QUIC is OK, and Not Vetted for all satellites. I have all of 9.92KB used.

My first node was storing data in less than a week, and it’s still working fine several months later.

Am I being impatient or should I be looking for a problem?
My node did automatically update to version 1.137.5 so I was glad to see that happened.

I followed the RPI3 instructions for installing the Storj Node.

What I have done:

  • I found the only .db file I have, revocations.db. I could not locate any others. I thought I’d find an audit.db but I did not.

  • I stopped the docker, removed the stroragenode, and pulled a fresh copy of the software. The ran it after I verified all the mount paths were correct.

I am hoping someone tells me that this is normal. It most certainly is different from my first node.

Cheers

On the dashboard or are you looking at blobs directory? New nodes default to hashstore.

I am looking at the dashboard.

What time period are we talking about?.

Any errors in log?

First, a change: I was greeted with a nice update: the dashboard now indicates 9.82GB used, a huge improvement over the last month. I’m very curious if this was due to my changes yesterday.

The node went online August 30 and has not been offline other than a few minutes when the internet went down for about 3 minutes.

I searched the logs sudo docker logs storagenode | grep -i error (warning or caution as well) with no returns. I searched sudo docker logs storagenode | grep -i audit and the following are my results, hopefully they help. I wish I had looked for the Audits this way before I removed the docker container yesterday and reinstalled it.

2025-10-02T11:55:10Z    INFO    reputation:service      node scores updated     {"Process": "storagenode", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Total Audits": 24, "Successful Audits": 24, "Audit Score": 1, "Online Score": 1, "Suspension Score": 1, "Audit Score Delta": 0, "Online Score Delta": 0, "Suspension Score Delta": 0}
2025-10-02T11:55:11Z    INFO    reputation:service      node scores updated     {"Process": "storagenode", "Satellite ID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6", "Total Audits": 0, "Successful Audits": 0, "Audit Score": 1, "Online Score": 1, "Suspension Score": 1, "Audit Score Delta": 0, "Online Score Delta": 0, "Suspension Score Delta": 0}
2025-10-02T11:55:11Z    INFO    reputation:service      node scores updated     {"Process": "storagenode", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Total Audits": 16, "Successful Audits": 16, "Audit Score": 1, "Online Score": 1, "Suspension Score": 1, "Audit Score Delta": 0, "Online Score Delta": 0, "Suspension Score Delta": 0}
2025-10-02T11:55:12Z    INFO    reputation:service      node scores updated     {"Process": "storagenode", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Total Audits": 0, "Successful Audits": 0, "Audit Score": 1, "Online Score": 1, "Suspension Score": 1, "Audit Score Delta": 0, "Online Score Delta": 0, "Suspension Score Delta": 0}

I likely made a mistake for removing the docker and recreating it, may not find much data now.

If there is something else I should be looking at, please point me in the correct direction, but until then, I’m going to just let it run. I still can only locate the revocations.db file, nothing else using the command sudo docker exec -it storagenode ls -lh /app/config | grep .db

There are also many PUT and PUT_REPAIR INFO piecestore uploaded and GET INFO downloaded messages.

And I appreciate the help being provided.

The node is working. Up to 18GB and one satellite vetted. I don’t know what the problem was, but it is now working. Why didn’t I do this a month ago, doh!

They are there by default: /app/config/storage/*.db

Maybe it thought that you did not have a free space.

Thanks for the reply. I honestly do not know, I had an empty 1TB drive with nothing on it except the Storj Node files, however I used the same commands to basically start over, as if I had to update the version, same script/commands.

I’m happy it is working finally. I’m up to 28GB :slight_smile:
Small victories.