-
Notifications
You must be signed in to change notification settings - Fork 11
List all items stored on ipfs and corresponding hash value #155
Comments
Yes, the only way to access it is with that hash. You need to know the hash of the content you want to access that content. There is no list of available hashes either. No one has that information because that information is distributed throughout the IPFS network. It's not in any one place. |
try |
Same logic extends for command 'ipfs init' , in this case a hash of the ipfs content added at root level is returned and I need to also know this hash in order to access this content ? |
@adrian-git-hub-user That hash returned is the hash of your public key. The hash of your public key is special because it's your IPNS address, it's kinda your name on the IPFS network.
in fact, you can go there yourself and see the content I published here: https://ipfs.io/ipns/QmejGNNbBk62b51KVXCYNJKjPnhx7t6BckAzicSqKKqRtE or run the same command: If someone knows your name, they can resolve it to find out the content you have pointed to. IPNS is a whole nother can of worms of IPFS, I'm not sure what it's future holds or how much of this will remain true. |
Thanks, @adrian-git-hub-user! |
I am going to keep this open for others to see, if that's OK. |
Well, that's not quite true. If you're connected to the network at all, and have something pinned to your peer identity (public key hash), anybody can find it. It's fairly easy to enumerate a large part of the IPFS network for IPNS records using addresses accumulated in |
? I wasn't... actually I'm not sure what you think I was wrong about. Maybe you figured I was insinuating that your IPNS name was essentially secret unless you told someone.
haha, what a fun exercise. Here's what I've found doing that: http://ipfs.io/ipfs/QmXcDGvp2w9Bu84pQujZQyntyCtymvy4N4UBAEzxS14Bnv/img/archlinux-installation-cheat-sheet.jpg aaand some blogs. edit: I made a some commands to make this easy! run this to resolve the list of your peers: then this to open them! |
This issue has been moved to https://discuss.ipfs.io/t/list-all-items-stored-on-ipfs-and-corresponding-hash-value/427. |
Hi, I noticed you re making use of Vagrant to run IPFS. Have you made any specific configuration to access the webui from the host machine? Because I have not been able to do so. |
When add an item to ipfs a hash value of the item is returned.
This hash value is used to access the item via a browser using ipfs.
The item cannot be accessed from ipfs unless have it's hash value?
Is there a command to list all items stores on ipfs including each hash value ?
The text was updated successfully, but these errors were encountered: