IPFS如何搜索文件?

How IPFS search files?

为了通过哈希在 IPFS 网络中找到文件,我们应该询问相邻节点 - "Do you have the file with hash H(F)?",如果没有,那么他们会进一步传播问题。

  1. IPFS如何解决这种请求很多的情况?
  2. IPFS 搜索引擎如何工作?
  1. IPFS 基于分布式网络,每个节点都是client/server,因此每个节点都可以创建请求或响应请求。

  2. 我想你可以在 DHT 周围看到:https://github.com/ipfs/go-ipfs/issues/1396

希望对你有所帮助

findProvs 电话会让您知道当前是否有任何提供者https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/DHT.md#dhtfindprovs