New Node won't go ONLINE - shows OFFLINE

Hi All,

I am new to Storj Node operator setup - I went thru the forums trying to troubleshoot the issue to get my new node to come online but it keeps showing offline

Here is all the info:

Port is open - used the yougetsignal website

Here is the docker info:
sudo docker run -d --restart always --stop-timeout 300 -p 28967:28967 -p 14002:14002 -e WALLET=“xxx” -e EMAIL=“xxx@gmaildotcom” -e ADDRESS=“xxx:28967” -e STORAGE=“1.6TB” --memory=800m --log-opt max-size=50m --log-opt max-file=10 --mount type=bind,source=/home/pi/.local/share/storj/identity/storagenode,destination=/app/identity --mount type=bind,source=/mnt/storj/storagenode,destination=/app/config --name storagenode storjlabs/storagenode:latest

Here is the docker logs:
sudo docker logs --tail 300 storagenode 2020-07-17T02:57:52.984Z INFO Configuration loaded {“Location”: “/app/config/config.yaml”}
2020-07-17T02:57:52.988Z INFO Operator email {“Address”: “xxx”}
2020-07-17T02:57:52.988Z INFO Operator wallet {“Address”: “xxx”}
2020-07-17T02:57:53.313Z INFO Telemetry enabled
2020-07-17T02:57:53.331Z INFO db.migration Database Version {“version”: 42}
2020-07-17T02:57:53.664Z INFO preflight:localtime start checking local system clock with trusted satellites’ system clock.
2020-07-17T02:57:54.348Z INFO preflight:localtime local system clock is in sync with trusted satellites’ system clock.
2020-07-17T02:57:54.350Z INFO Node 12eVE6Zd9vyEg2tQp9dpzf9DwZhLPLpxaKs2dC8aYQKujLz8xRg started
2020-07-17T02:57:54.350Z INFO Public server started on [::]:28967
2020-07-17T02:57:54.350Z INFO Private server started on 127.0.0.1:7778
2020-07-17T02:57:54.351Z INFO trust Scheduling next refresh {“after”: “7h51m59.382873495s”}
2020-07-17T02:57:54.353Z INFO bandwidth Performing bandwidth usage rollups

Port forwarding on the router:

Access Control List is also enabled to allow inbound traffic:

But it still won’t show the node online

ID 12eVE6Zd9vyEg2tQp9dpzf9DwZhLPLpxaKs2dC8aYQKujLz8xRg
Last Contact OFFLINE
Uptime 31m9s

               Available     Used     Egress     Ingress
 Bandwidth           N/A      0 B        0 B         0 B (since Jul 1)
      Disk        1.6 TB      0 B

Internal 127.0.0.1:7778
External xxx:28967

I also checked certificates and get this info:
pi@:~ sudo docker exec -it storagenode grep -c BEGIN /app/identity/ca.cert 1 pi@:~ sudo docker exec -it storagenode grep -c BEGIN /app/identity/identity.cert
2
failed to resize tty, using default size

What am I missing? Any help would he highly appreciated.

Thanks
The Count!

Welcome to the forum @Cryptocounted!

Can you make sure your docker run does NOT have curly quotes ?

Your identity is not signed, as told in the guide: Step 5. Create an Identity - Storj Docs
So, you should sign it with an authorization token: Step 5. Create an Identity - Storj Docs

1 Like

Hi All,

Thank you Alexey! It was the certs - once I authorized it, the node came online!

Now onto some money making :stuck_out_tongue:

1 Like