A file on ipfs dies if no one is a provider for that file. How can I see how well a file is “living” on ipfs? E.g:
- What’s the seed-leech ratio?
- Is there a centralized entity like the Internet Archive that seeds this file?
A file on ipfs dies if no one is a provider for that file. How can I see how well a file is “living” on ipfs? E.g:
ipfs dht findprovs QmVAvbnR2M7jTPfU3fQK12VfYPYqcGJpP9DofjZ4aKRVkN
This command will return the peerids of the CID providers (note that the number of returned providers is capped at 20).
There is currently no good method to track leechers.