Hi, i am operating the node as installed via apt.
It is very good for me, but unfortunately i could not find the latest versions.
So I am at the minimum allowed version currently.
Pls advise if it will be updated,
Thanks
i have downloaded latest versoin and put over the binary; seems to work, thanks
Alexey
January 22, 2025, 6:11am
3
You need also to setup a storagenode-updater
service, then it would update the node automatically.
Following the [Tech Preview] post below, here’s my method for standing up the Linux-native storagenode and storagenode-updater services on Ubuntu 20.04.
Prerequisites
Create and authorize a Storj identity as per Storj Documentation .
Install Ubuntu 20.04 server.
Set up a static IP and configure port forwarding
Set up an appropriate storage medium and mount to /mnt/storagenode.
Create a storj-storagenode system user: adduser --system --group --home /mnt/storagenode --no-create-home storj-stora…
See also
Oh, by the way, you can install podman and run your containers rootless in the userspace. Podman will even generate the service wrappers for you—one less thing to need to do manyally—and take care of auto-updating when the image changes (I.e. no need for watchtower, root access, installing docker, and what not).
This approach maybe easier to adapt since STORJ already provides docker images. I’ve posted summary of how to run docker containers (different ones, but process is the same for storj) r…