Archives: StorJ

Throttling Storj Servers

To prevent over saturation of at home bandwidth which can cause jitter, I’ve found that limiting the upload/download speed of each node prevents it from consuming the majority of the upload bandwidth. One caveat is that this command needs to be run each time at system startup.

sudo tc qdisc add dev ens3 root tbf rate 5mbit burst 32kbit latency 400ms

Prometheus Installation Instructions

https://www.linode.com/docs/guides/how-to-install-prometheus-and-grafana-on-ubuntu/#how-to-download-and-install-prometheus

Finally an updated Storj Dashboard!

It’s been a long time coming and finally “TheChrisTech” has created a new StorJ Dashboard! Forked from the original anclrii, TheChrisTech’s version no longer requires outdated plugins! Download the latest dashboard here

Ubuntu Storage Configuration for Storj Nodes

StorJ Data Total

Permission denied

After running command sudo docker stop <container> I received the below error.

ERROR:

Error response from daemon: cannot stop container: storagenode: permission denied

SOLUTION:

sudo aa-remove-unknown