WAIT geht das alles ganz ohne einen offenen Port in der Firewall (Router)?
RE: Raspberry Pi: IPFS-Node installieren
You are viewing a single comment's thread from:
Raspberry Pi: IPFS-Node installieren
Raspberry Pi: IPFS-Node installieren
WAIT geht das alles ganz ohne einen offenen Port in der Firewall (Router)?
Ja... Du bekommst aber nur die Daten die du Anforderst.
Mit: "ipfs add" Teilst du die Daten auch gleich.
Mit: "ipfs get " Lädstst du Daten...
Mit: "ipfs pin add " Teilst du Daten...
und mit: "ipfs repo gc" Löscht du alle nicht von dir explizit geteilten Daten. ^^
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Nicht ganz, alle Dateien, die in deinem IPFS-Ordner liegen werden geteilt, auch die, die mit
ipfs get
oder per Browser geladen worden sind.ipfs pin add
undipfs add
"pinnen" die Datei.ipfs repo gc
entfernt alle nicht gepinnten Dateien.Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Genau die selbe frage stell ich mir auch xD
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
zum beispiel Port tcp/4001 öffnen.
me@Server ~ $ ulimit -n 8192
me@Server ~ $ ipfs daemon
Initializing daemon...
Swarm listening on /ip4/127.0.0.1/tcp/4001
Swarm listening on /ip4/192.168.178.41/tcp/4001
Swarm listening on /ip6/2003:cb:3bd0:8a00:18a8:1490:7af5:9bcb/tcp/4001
Swarm listening on /ip6/2003:cb:3bd0:8a00:485a:1eb3:93d2:ff17/tcp/4001
Swarm listening on /ip6/::1/tcp/4001
Swarm listening on /p2p-circuit/ipfs/**********************************
Swarm announcing /ip4/127.0.0.1/tcp/4001
Swarm announcing /ip4/192.168.178.41/tcp/4001
Swarm announcing /ip6/2003:cb:3bd0:8a00:18a8:1490:7af5:9bcb/tcp/4001
Swarm announcing /ip6/2003:cb:3bd0:8a00:485a:1eb3:93d2:ff17/tcp/4001
Swarm announcing /ip6/::1/tcp/4001
API server listening on /ip4/127.0.0.1/tcp/5001
Gateway (readonly) server listening on /ip4/0.0.0.0/tcp/8080
Daemon is ready
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit