Bitmagnet Allows People to Run Their Own Decentralized Torrent Indexer Locally
1–10 of 103 posts
Re: Bitmagnet Allows People to Run Their Own Decentralized Torrent Indexer Locally
#2I want to seamlessly distribute my music through bittorrent, but since I have a small fan base (and thus, a very small potential seeding pool), I found it difficult to connect all the moving parts.
I'll give Bitmagnet a try for an Indexer.
I did find that IPFS, with a pinning service (I won't shill the one I used in particular), was a bit easier and just worked for everyone who tried to use it.
But I'd like to get my bittorrent presence up to the "just works" level also.
Re: Bitmagnet Allows People to Run Their Own Decentralized Torrent Indexer Locally
#3Interesting. I want to seamlessly distribute my music through bittorrent, but since I have a small fan base (and thus, a very small potential seeding pool), I found it difficult to connect all the moving parts. I'll give Bitmagnet a try for an Indexer. I did find that IPFS, with a pinning service (I won't shill the one I used in particular), was a bit easier and just worked for everyone who tried to use it. But I'd l…
https://www.ubuntubuzz.com/2021/06/how-to-add-web-seeds-to-t...
Re: Bitmagnet Allows People to Run Their Own Decentralized Torrent Indexer Locally
#4Interesting. I want to seamlessly distribute my music through bittorrent, but since I have a small fan base (and thus, a very small potential seeding pool), I found it difficult to connect all the moving parts. I'll give Bitmagnet a try for an Indexer. I did find that IPFS, with a pinning service (I won't shill the one I used in particular), was a bit easier and just worked for everyone who tried to use it. But I'd l…
Re: Bitmagnet Allows People to Run Their Own Decentralized Torrent Indexer Locally
#5Interesting. I want to seamlessly distribute my music through bittorrent, but since I have a small fan base (and thus, a very small potential seeding pool), I found it difficult to connect all the moving parts. I'll give Bitmagnet a try for an Indexer. I did find that IPFS, with a pinning service (I won't shill the one I used in particular), was a bit easier and just worked for everyone who tried to use it. But I'd l…
What a DHT crawler like Bitmagnet does is the following:
1. Take a few initial "bootstrap" torrents and ping them to see which IP addresses are seeding that file 2. Ping those IP addresses and ask what other files/torrents they're seeding 3. Ping those torrents to see which IP addresses are seeding that torrent
Rinse repeat.
So to distribute your music to fans, you'd just want to put magnet links to your music on your site.
Re: Bitmagnet Allows People to Run Their Own Decentralized Torrent Indexer Locally
#6Interesting. I want to seamlessly distribute my music through bittorrent, but since I have a small fan base (and thus, a very small potential seeding pool), I found it difficult to connect all the moving parts. I'll give Bitmagnet a try for an Indexer. I did find that IPFS, with a pinning service (I won't shill the one I used in particular), was a bit easier and just worked for everyone who tried to use it. But I'd l…
Re: Bitmagnet Allows People to Run Their Own Decentralized Torrent Indexer Locally
#7Re: Bitmagnet Allows People to Run Their Own Decentralized Torrent Indexer Locally
#8Interesting. I want to seamlessly distribute my music through bittorrent, but since I have a small fan base (and thus, a very small potential seeding pool), I found it difficult to connect all the moving parts. I'll give Bitmagnet a try for an Indexer. I did find that IPFS, with a pinning service (I won't shill the one I used in particular), was a bit easier and just worked for everyone who tried to use it. But I'd l…
Re: Bitmagnet Allows People to Run Their Own Decentralized Torrent Indexer Locally
#9Interesting. I want to seamlessly distribute my music through bittorrent, but since I have a small fan base (and thus, a very small potential seeding pool), I found it difficult to connect all the moving parts. I'll give Bitmagnet a try for an Indexer. I did find that IPFS, with a pinning service (I won't shill the one I used in particular), was a bit easier and just worked for everyone who tried to use it. But I'd l…
Out of curiosity, why not just distribute via R2 or similar, or archive.org if you don't need AuthN/AuthZ? What's the complexity (to you and listeners) of BitTorrent buy you?
Re: Bitmagnet Allows People to Run Their Own Decentralized Torrent Indexer Locally
#10Another alternative is https://github.com/the8472/mldht which, contrary to magnetico, strives to be a nice citizen (its author is active in the bittorrent community AFAIU)