Skip to content
New issue

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

command: ipfs id <peer.ID> #228

Closed
jbenet opened this issue Oct 29, 2014 · 3 comments
Closed

command: ipfs id <peer.ID> #228

jbenet opened this issue Oct 29, 2014 · 3 comments
Labels
help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature
Milestone

Comments

@jbenet
Copy link
Member

jbenet commented Oct 29, 2014

We need a command to identify nodes. The command should:

  • find the node (in the routing system)
  • connect to it
  • request some information and print it out.
> ipfs id --codec json QmUGTUcHSEHNCuMdVTmAzdG6ooybb24RU6bN2i75yXX2vm
{
  "ID": "QmUGTUcHSEHNCuMdVTmAzdG6ooybb24RU6bN2i75yXX2vm",
  "PublicKey": ".....",
  "Addresses": {
    "Swarm": "/ip4/1.2.3.4/tcp/4001",
  },
  "ProtocolVersion": "0.0.1",
  "Agent": "go-ipfs/0.1.5"
}

or something like that.

@jbenet jbenet added kind/enhancement A net-new feature or improvement to an existing feature help wanted Seeking public contribution on this issue ready labels Oct 29, 2014
@whyrusleeping
Copy link
Member

👍

@jbenet
Copy link
Member Author

jbenet commented Oct 31, 2014

ipfs id without a peer id should default to local information.

@whyrusleeping whyrusleeping added this to the α milestone Nov 5, 2014
@jbenet
Copy link
Member Author

jbenet commented Jan 8, 2015

I believe this is set.

@jbenet jbenet closed this as completed Jan 8, 2015
@jbenet jbenet removed the ready label Jan 8, 2015
@aschmahmann aschmahmann mentioned this issue Aug 23, 2021
62 tasks
@aschmahmann aschmahmann mentioned this issue Dec 1, 2021
80 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants