We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm seeing this for the first time in ipfs swarm peers:
ipfs swarm peers
/ip6/fce3:c53b:c3c5:2f54:8bb0:b6d9:898e:f140/tcp/4001/ipfs/QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z /ip6/fce3:c53b:c3c5:2f54:8bb0:b6d9:898e:f140/tcp/54675/ipfs/QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z /ip6/fcfe:eab4:e49c:940f:8b29:35a4:8ea8:b01a/tcp/4001/ipfs/QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm /ip6/fcfe:eab4:e49c:940f:8b29:35a4:8ea8:b01a/tcp/43087/ipfs/QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm
The non-4001 ones don't show up in ipfs swarm addrs:
ipfs swarm addrs
$ ipfs swarm addrs | grep -A 10 QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z (10) /ip4/104.236.176.52/tcp/4001 /ip4/104.236.176.52/udp/4002/utp /ip4/127.0.0.1/tcp/4001 /ip4/127.0.0.1/udp/4002/utp /ip4/172.17.42.1/tcp/4001 /ip4/172.17.42.1/udp/4002/utp /ip6/::1/tcp/4001 /ip6/::1/udp/4002/utp /ip6/fce3:c53b:c3c5:2f54:8bb0:b6d9:898e:f140/tcp/4001 /ip6/fce3:c53b:c3c5:2f54:8bb0:b6d9:898e:f140/udp/4002/utp $ ipfs swarm addrs | grep -A 10 QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm (10) /ip4/127.0.0.1/tcp/4001 /ip4/127.0.0.1/udp/4002/utp /ip4/162.243.248.213/tcp/4001 /ip4/162.243.248.213/udp/4002/utp /ip4/172.17.42.1/tcp/4001 /ip4/172.17.42.1/udp/4002/utp /ip6/::1/tcp/4001 /ip6/::1/udp/4002/utp /ip6/fcfe:eab4:e49c:940f:8b29:35a4:8ea8:b01a/tcp/4001 /ip6/fcfe:eab4:e49c:940f:8b29:35a4:8ea8:b01a/udp/4002/utp
The text was updated successfully, but these errors were encountered:
Now I'm seeing 0.3.x peers:
/ip4/104.236.151.122/tcp/14001/ipfs/QmSoLju6m7xTh3DuokvT3886QRYqxAzb1kShaanJgW36yx /ip4/104.236.76.40/tcp/14001/ipfs/QmSoLV4Bbm51jM9C4gDYZQ9Cy3U6aXMJDAbzgu2fzaDs64 /ip4/128.199.219.111/tcp/14001/ipfs/QmSoLSafTMBsPKadTEgaXctDQVcqN88CNLHXMkTNwMKPnu /ip6/fcdf:a296:afe3:7118:4135:cc0b:ff92:4585/tcp/14001/ipfs/QmSoLMeWqB7YGVLJN3pNLQpmmEk35v6wYtsMGLzSr5QBU3
Note the 14001 port -- v03x listens on /ip4/0.0.0.0/tcp/14001
Sorry, something went wrong.
Nevermind the last comment, sorry -- these 14001 peers are v04x, we're keeping a few v03x nodes on 4001 alive
I'm gonna close this -- haven't ever seen it again
No branches or pull requests
I'm seeing this for the first time in
ipfs swarm peers
:The non-4001 ones don't show up in
ipfs swarm addrs
:The text was updated successfully, but these errors were encountered: