Hello guys,
Quick question : it’s possible to get peerID has (or persist) a specific hash ?
Regards
Hello guys,
Quick question : it’s possible to get peerID has (or persist) a specific hash ?
Regards
I don’t fully understand your question, especially the second part, but you can print your node’s PeerID with
ipfs id -f="<id>\n"
I would like to know if someone has made an ipfs add on one of my hash
Ah! That would be ipfs dht findprovs <hash>
… this will list all the nodes that are seeding a file that has the specific <hash>
, i.e. nodes that have either pinned or cached your file. (Or added it themselves independently.)
You can then find out more about these nodes with ipfs dht findpeer <NodePeerID>
.