![]() |
|
[Q] How do peers in an anonymous P2P network find each other and communicate? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Networking (https://sinister.ly/Forum-Networking) +--- Thread: [Q] How do peers in an anonymous P2P network find each other and communicate? (/Thread-Q-How-do-peers-in-an-anonymous-P2P-network-find-each-other-and-communicate) |
[Q] How do peers in an anonymous P2P network find each other and communicate? - Blink - 12-19-2016 I was wondering how peers on anonymous networks such as Freenet find each other. I heard that when Bitcoin first started out, the peers found each other via IRC, but how would this work in an anonymous network, as the peers can't share their IP addresses. How would this work in a decentralized scenario? RE: [Q] How do peers in an anonymous P2P network find each other and communicate? - pvnk - 12-19-2016 Share your key with people on msging boards or private messages. RE: [Q] How do peers in an anonymous P2P network find each other and communicate? - Blink - 12-19-2016 (12-19-2016, 02:00 AM)pvnk Wrote: Share your key with people on msging boards or private messages. I'm not looking how to connect, I'm looking for how it works for a project that I'm planning. How do people enter the network by sharing the key? RE: [Q] How do peers in an anonymous P2P network find each other and communicate? - Esoterith - 12-19-2016 They both connect through a a server then to the chat server so their IP looks to be from the host server. If that makes sense. Like a tunnel server to the main server. set it up so the tunnel server does not log anything. RE: [Q] How do peers in an anonymous P2P network find each other and communicate? - Blink - 12-19-2016 (12-19-2016, 06:30 AM)Mystique Wrote: They both connect through a a server then to the chat server so their IP looks to be from the host server. How does this work on decentralized nets? RE: [Q] How do peers in an anonymous P2P network find each other and communicate? - Esoterith - 12-19-2016 (12-19-2016, 06:32 AM)Ender Wrote:(12-19-2016, 06:30 AM)Mystique Wrote: They both connect through a a server then to the chat server so their IP looks to be from the host server. Oh. Some sort of VPN Tunnel that steals the packets maybe?? RE: [Q] How do peers in an anonymous P2P network find each other and communicate? - Pikami - 12-19-2016 There are nodes that work as a gateway betwen the computers. In a decentralized network you have lots of nodes that are connected with one another via something simalar to VPN, the VPN makes it so that all the nodes can talk to each other. RE: [Q] How do peers in an anonymous P2P network find each other and communicate? - Blink - 12-19-2016 (12-19-2016, 07:11 AM)Pikami Wrote: There are nodes that work as a gateway betwen the computers. In a decentralized network you have lots of nodes that are connected with one another via something simalar to VPN, the VPN makes it so that all the nodes can talk to each other. Oh, now I see, thank you. |