Storj simulator not working

Storj simulator satellite is crashing on startup. Anyone get the simulator to work?

(Below is more details in the error I’m seeing)

Switched to the master branch and using the Dockerfile below seems to get things going

FROM ubuntu:20.04

ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update
RUN apt-get install -y make wget curl vim git gcc redis-server inetutils-ping net-tools npm
RUN wget -c https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz -O - | tar -xz -C /usr/local

ENV PATH=$PATH:/usr/local/go/bin:/root/go/bin/

Issue fixed by @ egonelbre

Our current config handling is somewhat unintuitive. So if you use a release branch (properly tagged) or downloaded then it will run in “production” mode… however, storj-sim should always run in dev mode.

I’ll make a fix to ensure all the binaries are started in “dev” mode.

1 Like