1. 16 Nov, 2014 6 commits
  2. 14 Nov, 2014 32 commits
  3. 05 Nov, 2014 2 commits
    • Brian Tiger Chow's avatar
      feat(init) display peer id in init command · 67bc9cc8
      Brian Tiger Chow authored
      use case:
      
      Just configured and installed a node.
      
      benefits:
      
      1) reduces friction when setting up a new node
      
      2) reveals useful details about the workings of the system. It's the
      user's first encounter with her node's identity. The tour can build on
      the user's knowledge.
      
      ```
      ipfs (maybebtc-november) λ. ipfs init -f
      initializing ipfs node at /Users/btc/.go-ipfs
      generating key pair
      peer identity: QmcRbn41Vc2CvbpLYfN36mAWusErKWvAAHbq92LPra2gFT
      ```
      67bc9cc8
    • Juan Batiz-Benet's avatar
      c6b74207