update readme

This commit is contained in:
Andy 2019-01-01 23:18:27 +01:00
parent f7fe4a181d
commit 7e375c2cbe
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

View File

@ -95,6 +95,19 @@ any available public IPFS gateway (see link below).
It should return the content you've shared quickly. 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 ### Links
- https://ipfs.github.io/public-gateway-checker/ - https://ipfs.github.io/public-gateway-checker/