'IPFS content availability / health information
Is there a way to check how many nodes contain a specific content ?
If an hashed content is stored on just a node and the node goes offline, the content will not be available anymore.
If on the other hand the content has previously been replicated on other nodes, when the first node goes offline the content is still available.
Solution 1:[1]
Yes, you can use ipfs dht findprovs command for finding peers providing specific CID.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | lidel |
