Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish IPFS mirror #417

Open
ngosang opened this issue Dec 20, 2022 · 1 comment
Open

Publish IPFS mirror #417

ngosang opened this issue Dec 20, 2022 · 1 comment

Comments

@ngosang
Copy link
Owner

ngosang commented Dec 20, 2022

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
Copy link

ghost commented Dec 20, 2022

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."

  • What do you think of the idea of having a webapp in ipfs to publish, store or list torrent trackers list with orbit-db?

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

Repository owner deleted a comment from rautamiekka Dec 3, 2023
@ghost ghost mentioned this issue Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@ngosang and others