If you're seeing this, you have successfully installed IPFS and are now interfacing with the ipfs merkledag!
------------------------------------------------------- | Warning: | | This is alpha software. Use at your own discretion! | | Much is missing or lacking polish. There are bugs. | | Not yet secure. Read the security notes for more. | -------------------------------------------------------
Check out some of the other files in this directory:
body { background-color: #ccc; text-align: center; margin-top: 88px; }
启动IPFS服务
1 2 3 4 5 6 7 8 9 10 11 12 13
$ ipfs daemon Initializing daemon... Successfully raised file descriptor limit to 2048. Swarm listening on /ip4/127.0.0.1/tcp/4001 Swarm listening on /ip4/192.168.3.16/tcp/4001 Swarm listening on /ip6/::1/tcp/4001 Swarm listening on /p2p-circuit/ipfs/QmQfPXYpcKWim9yQRhbZxxrgUve5VzHJD7h4miu2oQ6Ubj Swarm announcing /ip4/127.0.0.1/tcp/4001 Swarm announcing /ip4/192.168.3.16/tcp/4001 Swarm announcing /ip6/::1/tcp/4001 API server listening on /ip4/127.0.0.1/tcp/5001 Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080 Daemon is ready