ngosang / trackerslist

Updated list of public BitTorrent trackers
https://ngosang.github.io/trackerslist/
GNU General Public License v2.0
46.38k stars 6.58k forks source link

Publish IPFS mirror #417

Open ngosang opened 1 year ago

ngosang commented 1 year ago

The main concern is the URL contains the hash and it changes with each update. The goal of this project is to have a static URL that always returns updated trackers. If you have the IPFS URL, it will get out of date quickly.

From the official page: https://ipfs.tech

However, this doesn't mean you need to remember a long string of CIDs — IPFS can find the latest version of your file using the IPNS decentralized naming system, and DNSLink can be used to map CIDs to human-readable DNS names.

ghost commented 1 year ago

Hi ngosang.

The main concern is the URL contains the hash and it changes with each update. The goal of this project is to have a static URL that always returns updated trackers. If you have the IPFS URL, it will get out of date quickly.

Please... see this: "OrbitDB is a serverless, distributed, peer-to-peer database. OrbitDB uses IPFS as its data storage and IPFS Pubsub to automatically sync databases with peers. It's an eventually consistent database that uses CRDTs for conflict-free database merges - making OrbitDB an excellent choice for decentralized apps (dApps), blockchain applications and local-first web applications."

(My idea is to use orbit-db to solve the above problem)