my docker command:
docker run -d --restart unless-stopped \
-p 28967:28967 \
-p 14002:14002 \
-e WALLET="0x277b6D64AF9a1D0BA1E8Be24Bb657409B0de8363" \
-e EMAIL="slavikCA+deb10b@gmail.com" \
-e ADDRESS="deb10b.slavikf.com:28967" \
-e BANDWIDTH="40TB" \
-e STORAGE="1400GB" \
--mount type=bind,source="/home/slavik/.local/share/storj/identity/storagenode",destination=/app/identity \
--mount type=bind,source="/var/storj",destination=/app/config \
--name storagenode \
storjlabs/storagenode
There is no firewall.
I can SSH and ping using it’s hostname deb10b.slavikf.com
Identity looks ok.
not sure, what else can go wrong…
By the way, there is one more error present, every time I’m starting node:
WARN storagenode/main.go:164 Failed to initialize telemetry batcher: process error: telemetry disabled
main.cmdRun
/go/src/storj.io/storj/cmd/storagenode/main.go:164
storj.io/storj/pkg/process.cleanup.func1.2
And my storagenode has internet connection, as far as I can see:
slavik@deb10b:~$ sudo docker exec storagenode wget -q -O - ifconfig.co
142.44.185.104
slavik@deb10b:~$ sudo docker exec storagenode wget -q -O - https://storj.io | head
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.53" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Decentralized cloud storage that is automatically encrypted, easily implemented, highly performant, exceptionally economical, and ridiculously resilient.">