Hello Guys.
I just run last week my first Node on my raspberry online
I want to connect 3 further HDD to my raspberry 3b, do you think that this is too much for the raspberry? My connection: 50Mbit/s Up and 1000Mbit/s Down.
On my first 48hr i had 12GB Traffic, seems a bit lowā¦
I just tried to run 2nd Node on the same raspberry but failed.
I created a new Key and Authentication and followed the steps on the storji-documentation. The Container is only running for seconds on the dashboard, then restart and after 5min exit.
I opened for the first Node the port 28967 TCP and on the scan heās open.
For the 2nd Node i opened 28967 but the scan tell me that heās still closed
Here are my settings:
sudo docker run -d --restart always --stop-timeout 300 \
-p 28968:28967 \
-p 127.0.0.1:14003:14003 \
-e WALLET="0x****************************" \
-e EMAIL="**************@gmail.com" \
-e ADDRESS="**************:28968" \
-e STORAGE="8TB" \
--memory=800m \
--log-opt max-size=50m \
--log-opt max-file=20 \
--mount type=bind,source="/mnt/storj2/Identity/storagenode",destination=/app/identity \
--mount type=bind,source="/mnt/storj2/Datenbank",destination=/app/config \
--name storagenode2 storjlabs/storagenode:latest
Maybe someone can help me? I had read that the port is only open when it is accessed⦠so maybe the first issue takes care of itself with the first issue?
Other Question: Do i need for every Node a new E-Wallet? That seemās to be really stupid ā¦
Thanks!