Created
November 7, 2015 20:03
-
-
Save dignifiedquire/62d1ac735120f4cb6ced to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ ipfs daemon | |
Initializing daemon... | |
Error: no ipfs repo found in /Users/dignifiedquire/.ipfs. | |
please run: ipfs init | |
~/opensource/ipfs/js-ipfsd-ctl master* | |
❯ ipfs init | |
initializing ipfs node at /Users/dignifiedquire/.ipfs | |
generating 2048-bit RSA keypair...done | |
peer identity: QmQMG6CjXVuxqUDMSQwVeGai8tTdFjKp6YHFtTzjGsr56m | |
to get started, enter: | |
ipfs cat /ipfs/QmVtU7ths96fMgZ8YSZAbKghyieq7AjxNdcqyVzxTt3qVe/readme | |
~/opensource/ipfs/js-ipfsd-ctl master* | |
❯ ipfs daemon | |
Initializing daemon... | |
Swarm listening on /ip4/127.0.0.1/tcp/4001 | |
Swarm listening on /ip4/192.168.0.11/tcp/4001 | |
Swarm listening on /ip4/85.216.106.69/tcp/4001 | |
Swarm listening on /ip4/85.216.106.69/tcp/56992 | |
Swarm listening on /ip6/::1/tcp/4001 | |
Swarm listening on /ip6/fd67:d185:7678:b25b:f8b7:874d:59ee:ef4b/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 | |
^C | |
Received interrupt signal, shutting down... | |
~/opensource/ipfs/js-ipfsd-ctl master* 12s | |
❯ ipfs daemon | |
Error: Post http://127.0.0.1:5001/api/v0/version?enc=json&stream-channels=true: dial tcp 127.0.0.1:5001: getsockopt: operation timed out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment