Still low traffic after one month

“12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”
{
“totalCount”: 4,
“successCount”: 4,
“alpha”: 4.524381249999999,
“beta”: 0,
“score”: 1
}
“118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW”
{
“totalCount”: 85,
“successCount”: 85,
“alpha”: 19.757193644378795,
“beta”: 0,
“score”: 1
}
“121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6”
{
“totalCount”: 57,
“successCount”: 57,
“alpha”: 18.97906262632791,
“beta”: 0,
“score”: 1
}
“12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs”
{
“totalCount”: 158,
“successCount”: 158,
“alpha”: 19.994257734924673,
“beta”: 0,
“score”: 1
}

is the alpha is my audit?
seems very low.
i thought score was my audit before.
so what’s wrong with my node? any thing i can do to improve it?

@Luiz I think you need to close your node so that the port 14002 cannot be accessed by anybody. If the port is open you might be vulnerable

And you probably need to give it some more time, just wait, for alpha to increase. I think I saw a formula for this somewhere in the forum.

The above script is useful, and you can copy/modify it to display uptime checks:

jq -r '.data.audit
replace with
jq -r '.data.uptime

The you display audits per satellite and uptime checks per satellite

your audit score is score, the alpha an beta are used to calculate the score: https://github.com/storj/storj/blob/ae60b6533b9aff5bd8290882d7cb79dd5a6e6a2b/docs/blueprints/node-selection.md

root@CHEN:~# for sat in docker exec -i storagenode wget -qO - localhost:14002/api/dashboard | jq .data.satellites[].id -r; do docker exec -i storagenode wget -qO - localhost:14002/api/satellite/$sat | jq .data.id,.data.uptime; done
“12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”
{
“totalCount”: 880,
“successCount”: 880,
“alpha”: 99.9858682052364,
“beta”: 0,
“score”: 1
}
“118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW”
{
“totalCount”: 962,
“successCount”: 961,
“alpha”: 99.99313715965707,
“beta”: 0.0006643878275567735,
“score”: 0.9999933557098812
}
“121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6”
{
“totalCount”: 932,
“successCount”: 932,
“alpha”: 99.9916203198777,
“beta”: 0,
“score”: 1
}
“12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs”
{
“totalCount”: 1037,
“successCount”: 1034,
“alpha”: 99.96893016905928,
“beta”: 0.028152921988422265,
“score”: 0.9997184625679252
}

This is my new score two mins ago.

@Luiz uptime looking good, so all is well I suppose?

but i still get a very low traffic :joy:

@Luiz seems to be the case for everybody, just wait until the developers start testing and using

ok, thank you mate…

I too am curious about the low traffic as a new node. The majority of my uploads are coming from 118UWp:

grep uploaded /media/storage/storj/node.log | cut -f5 | jq '."Satellite ID"' | sort | uniq -c
5114 "118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW"
270 "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6"
443 "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S"
825 "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs"

But that satellite is giving me the fewest number of audits:

grep AUDIT /media/storage/storj/node.log | cut -f5 | jq '."Satellite ID"' | sort | uniq -c
  4 "118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW"
 28 "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6"
 22 "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S"
 16 "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs"

Hello @dantidote,
Welcome to the forum!

This is expected behavior for any new node, it should be vetted before the full usage. While it’s in vetting process, it can receive only 5% of potential traffic. To got vetted on satellite, the node should successfully pass 100 audits for it. The vetting process should take at least a month.
So, please keep your node online.

Customers of the 118UWp satellite (known as satellite.stefan-benten.de) mostly performs tests, so it’s not surprise that it uses your node more often.

Also, I noticed that you uses /media/storage/storj as your data path. Please, make sure that this disk is mounted via /etc/fstab to avoid losing data because a wrong automount (it could mount your disk to a different mountpoint after reboot, if you didn’t fix it in the /etc/fstab).

Hi, since yesterday i got a lot more traffic from the german based sat. So i hope it goes on. (In avg 5Mbps up and 5Mbps down)
So my node runs over one month and the audiths are at 100%.