Are my nodes part of the broader (IPFS) network? #3212
-
This isn't Go-specific, but I wasn't able to get any answers on discuss.libp2p.io. After reading the docs and guides I still have one very basic question. Are all libp2p nodes on the same p2p network? The one that powers IPFS? On a practical level, does this mean my application’s nodes are sharing the DHT with other applications like IPFS, using public nodes outside my control as circuit relays, etc? Do my nodes play the same role in powering other libp2p applications too? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
By default, yes. If you don't configure your DHT with a ProtocolPrefix, they'll connect to the IPFS DHT. You need to provide bootstrap peers that are part of the Amino(IPFS) DHT, like the default bootstrappers |
Beta Was this translation helpful? Give feedback.
By default, yes. If you don't configure your DHT with a ProtocolPrefix, they'll connect to the IPFS DHT. You need to provide bootstrap peers that are part of the Amino(IPFS) DHT, like the default bootstrappers