From 7e375c2cbe0120b8a83c1db9b68b583e13a7b359 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Tue, 1 Jan 2019 23:18:27 +0100 Subject: [PATCH] update readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ff593f0..d399697 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,19 @@ any available public IPFS gateway (see link below). It should return the content you've shared quickly. +You can also see how many IPFS servers shared your data by running: + +``` +ipfs dht findprovs QmW... +``` + +At the first you won't see more than one (your) IPFS server, but try to access +it via some public IPFS GW and you will see it is there: + +``` +curl -sLI https://gateway.ipfs.io/ipfs/QmW... +``` + ### Links - https://ipfs.github.io/public-gateway-checker/