Curated list of IPFS gateways

Thanks, I have two more soon to come (these will be much smaller/slower).

1 Like

Afaik eternum.io needs to be www.eternum.io. Just tried it without the ā€œwwwā€, and it didnā€™t work. (?)

Quick shell version. Note that sed substitutes ā€œeternumā€ for ā€œwww.eternumā€, which needs to be removed once the gateways list on Github has been updated.

<removed>

Removed: updated version below

I would recommend including that shell script in a PR in the repo posted above ^, Victor might oblige.

2 Likes

Iā€™ve created a pull request: https://github.com/ipfs/public-gateway-checker/pull/9/commits/ef635b24ffc7970b98f00f18d182c2f3fc62c3cb

I hope to have a 100mbit dedicated public gateway setup in the next few weeks. Once that happens, I will reply with details.

1 Like

Updated for pull request, but moved to the following repo due to size: https://github.com/JayBrown/Tools/tree/master/ipfg

CLI has been updated to v1.2.1: https://github.com/JayBrown/Tools/tree/master/ipfg

Now includes option -u | --upload | --cache to cache an IPFS object from your local node or a remote node on a public gateway.

You can check gateway list from here https://github.com/VanVan/ipfsProxyHTTP

1 Like

Iā€™ve added a couple of URLs via pull request:

1 Like

http://gateway.ipfs.so

1 Like

At some point FileNation will also be running its own gateway.

http://cloudflare-ipfs.com/

1 Like

The eternum.io gateway has moved to ipfs.eternum.io.

(context)

https://gateway.pinata.cloud

https://nuts.rtradetechnologies.com:6772/ipfs
https://nuts.rtradetechnologies.com:6772/ipns

Just got these online earlier this week, they will be refined as time goes on. Attempting to browse anything other than /ipfs/... and /ipns/... will redirect to google.

https://ipfs.mle.party

https://ipfs.lol/

+1

http://gateway.bdaily.club

I used to use these gateways quite a bit, is there any reason they might be acting slow?

For context: Iā€™m working on a machine learning algorithm that opens a random port, and then using localtunnel to make it a temporary public URL. Since Iā€™m having trouble reinstalling localtunnel, I thought I might try rewriting the code to use IPFS instead.