Getting started with Storj V3 Local Test Network (storj-sim)

Then it seems cannot be used on ARM platform.
Seems you have to use only storj-sim

Ok with that i still get the gateway mt issue it says install it but i do then it asks again for me to install it (when doing make install-sim)

This one ## install the latest stable version of Gateway-ST
go install -race -v storj.io/gateway@latest

You said you installed storj-sim and it works. Why do you trying to install already installed service?

I think it said it works kinda i don’t remember ever fixing the gateway mt/st
Issue

Could you please copy the error from the output after make install-sim?
And also - have you added your $HOME/go/bin to the PATH?

Ok one second
Ok if will try it now but that gateway issue is the out put

~/storj $ make install-sim
Running install-sim
go install -race -v
storj.io/storj/cmd/satellite
storj.io/storj/cmd/storagenode
storj.io/storj/cmd/storj-sim
storj.io/storj/cmd/versioncontrol
storj.io/storj/cmd/uplink
storj.io/storj/cmd/identity
storj.io/storj/cmd/certificates
storj.io/storj/cmd/multinode

install the latest stable version of Gateway-ST

go install -race -v storj.io/gateway@latest

I can check but it think so as go version works

This is a second path. It’s in your HOME directory. There would be built binaries, not the Go suite.

This is my . profile

PATH=$PATH:/usr/local/go/bin
GOPATH=$HOME/go

Should i make the go path home/go/bin

With go path changed to home/go/bin
I still get same issue

Please try to follow guides. You do not need to guess or something.
These variables should be set for Go:

GOPATH=$HOME/go
PATH="$PATH:/usr/local/go/bin"

This one should be set accordingly Test network · storj/storj Wiki · GitHub

PATH="$HOME/go/bin:$PATH"

The command make install-sim just prints what is it doing, it doesn’t ask to install something manually.
If this command finished without an error, you may continue to configure the test network.
It requires redis to be installed locally and postgresql installed either locally or with the docker container.
There is everything described in the guide.

All set but still the same issue

What is the issue?
can you run storj-sim?

I just tried and then remembered that it says this below for every storj-sim command

FATAL: ThreadSanitizer: unsupported VMA range
FATAL: Found 39 - Supported 48

Is the compilation finished successfully?

The make install-sim still says about install gateway so I’m not sure

Seems it is not built.
So I can assume that you cannot use neither storj-sim nor storj-up on ARM64.

Any other low power devices you could recommend run one ?