You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.
and I'm curious if there is a simple way to get /ip4/104.236.176.52/tcp/4001/ipfs/qmsolnsgccfuzqjzradhn95w2crsfmzutddwp8hxahca9z from the peer.
You should probably add that to the example :)
The text was updated successfully, but these errors were encountered:
dylanPowers
changed the title
How to get peer info to make a connection?
How to get peer info to make a peer connection?
Apr 4, 2015
Seems like there's a couple ways. You could use the web UI or the command line. At the command line ipfs id will list the possible addresses under "Addresses":. Just pick the one you want to use. Any are likely to work except for the localhost if listed.
In https://github.com/ipfs/examples/tree/master/examples/network, I'm looking at
and I'm curious if there is a simple way to get
/ip4/104.236.176.52/tcp/4001/ipfs/qmsolnsgccfuzqjzradhn95w2crsfmzutddwp8hxahca9z
from the peer.You should probably add that to the example :)
The text was updated successfully, but these errors were encountered: