Hello, i try to run a storagenode since days, it works on windows, but if i try to run it on my Raspberry Pi3 it never goes online.
I am behind a CGNAT, on windows it works with portmap .io and OpenVPN, on the RaspBerry Pi3 i tried it with the same configuration, also with ngrok but i never get it online.
I run the docker with the command:
docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967
-p 127.0.0.1:14002:14002
-e WALLET=“MYWALLET”
-e EMAIL=“MYEMAIL”
-e ADDRESS=“2.tcp.ngrok.io:17835”
-e STORAGE=“550GB”
–mount type=bind,source="/media/pi/WDC WD10 EAVS/storjzusatzdaten/storagenode",destination=/app/identity
–mount type=bind,source="/media/pi/WDC WD10 EAVS/storj",destination=/app/config
–name storagenode storjlabs/storagenode:latest
Please, check your external address once more, seems it contains a space between ngrok and .io - it should not, see 2.tcp.ngrok .io:17835
It should be 2.tcp.ngrok.io:17835
There are no spaces in the config, i put them in because the forum saw it as link and told me new users are only allowed to post 2 links at the same time.
Yes, the files from the node (data;storage folder) too.
atm. everything is on a external HDD and i run the PC node over this HDD and the RPi3 node too (but only one at the same time; the other node is always stopped)
If it is NTFS, the drive must be checked with Windows tools.
And leave this disk in Windows, you can see for yourself that connecting it to Rpi does not work as expected. For Rpi, connect another drive, formatted as ext4 (native to linux)