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
The daemons in the the last working version and the current seem to have similar output for the API on launch:
go-ipfs v0.5.0 daemon launch:
Swarm listening on /ip4/192.168.1.155/tcp/4001
Swarm listening on /ip4/192.168.1.167/tcp/4001
Swarm listening on /ip6/::1/tcp/4001
Swarm listening on /p2p-circuit
Swarm announcing /ip4/127.0.0.1/tcp/4001
Swarm announcing /ip4/192.168.1.155/tcp/4001
Swarm announcing /ip4/192.168.1.167/tcp/4001
Swarm announcing /ip6/::1/tcp/4001
API server listening on /ip4/127.0.0.1/tcp/5001
WebUI: http://127.0.0.1:5001/webui
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080
Daemon is ready
go-ipfs v0.4.23 daemon launch:
Swarm listening on /ip4/127.0.0.1/tcp/4001
Swarm listening on /ip4/192.168.1.155/tcp/4001
Swarm listening on /ip4/192.168.1.167/tcp/4001
Swarm listening on /ip6/::1/tcp/4001
Swarm listening on /p2p-circuit
Swarm announcing /ip4/100.34.119.17/tcp/4001
Swarm announcing /ip4/127.0.0.1/tcp/4001
Swarm announcing /ip4/192.168.1.155/tcp/4001
Swarm announcing /ip4/192.168.1.167/tcp/4001
Swarm announcing /ip6/::1/tcp/4001
API server listening on /ip4/127.0.0.1/tcp/5001
WebUI: http://127.0.0.1:5001/webui
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080
Daemon is ready
ipfshttpclient 0.4.13.2
Python 3.8
macOS 10.15.4
With go-ipfs v0.4.23
With go-ipfs 0.5.0-rc2 (supported per the README)
With go-ipfs 0.5.0 (current latest)
The daemons in the the last working version and the current seem to have similar output for the API on launch:
go-ipfs v0.5.0 daemon launch:
go-ipfs v0.4.23 daemon launch:
Hoping to figure this out for oduwsdl/ipwb#638.
The text was updated successfully, but these errors were encountered: