Autonomous (self-hosted) BitTorrent DHT search engine suite.
Go to file
2018-08-07 10:32:12 +03:00
cmd [magneticod] added mutex to BT/metadata/Sink.incomingInfoHashes 2018-08-07 10:32:12 +03:00
doc initial commit of go-rewrite 2017-08-08 14:58:51 +03:00
pkg fixed some go vet warnings, fixed formatting 2018-08-03 15:40:04 +03:00
.gitignore fixed some imports 2018-04-16 16:40:54 +01:00
.travis.yml updated .travis.yml 2018-08-07 10:30:23 +03:00
appveyor.yml 4rd attempt for appveyor 2017-11-15 00:51:20 +00:00
CONTRIBUTING.rst fixed formatting in CONTRIBTUING.rst 2017-06-11 10:05:35 +03:00
COPYING initial commit 2017-04-03 00:11:58 +04:00
docker-compose.yml Dockerize magnetico as a pair of conjoined containers 2017-04-10 09:13:14 -07:00
Gopkg.toml magneticod: metadata leech refactored heavily, now much more readable <3 2018-07-24 15:41:13 +03:00
Makefile updated Makefile (.PHONY) 2018-08-07 10:31:26 +03:00
README.md Added build status badges to README.md 2017-11-08 19:08:19 +00:00

magnetico

Autonomous (self-hosted) BitTorrent DHT search engine suite.

chat on gitterBuild Status on Travis CIBuild status on AppVeyor

magnetico is the first autonomous (self-hosted) BitTorrent DHT search engine suite that is designed for end-users. The suite consists of two packages:

  • magneticod: Autonomous BitTorrent DHT crawler and metadata fetcher.
  • magneticow: Lightweight web interface for magnetico.

Both programs, combined together, allows anyone with a decent Internet connection to access the vast amount of torrents waiting to be discovered within the BitTorrent DHT space, without relying on any central entity.

magnetico liberates BitTorrent from the yoke of centralised trackers & web-sites and makes it truly decentralised. Finally!

Features

  • Easy installation & minimal requirements:
    • Python 3.5+ and a few Python packages that is available on PyPI.
    • Root access is not required to install.
  • Near-zero configuration:
    • magneticod works out of the box, and magneticow requires minimal configuration to work with the web server you choose.
    • Detailed, step-by-step manual to guide you through the installation.
  • No reliance on any centralised entity:
    • magneticod crawls the BitTorrent DHT by "going" from one node to another, and fetches the metadata using the nodes without using trackers.
  • Resilience:
    • Unlike client-server model that web applications use, P2P networks are chaotic and magneticod is designed to handle all the operational errors accordingly.
  • High performance implementation:
    • magneticod utilizes every bit of your bandwidth to discover as many infohashes & metadata as possible.
  • Built-in lightweight web interface:
    • magneticow features a lightweight web interface to help you access the database without getting on your way.

Screenshots

Click on the images to view full-screen.

The Homepage Searching for torrents ss
The Homepage Searching for torrents Viewing the metadata of a torrent

Why?

BitTorrent, being a distributed P2P file sharing protocol, has long suffered because of the centralised entities that people depended on for searching torrents (websites) and for discovering other peers (trackers). Introduction of DHT (distributed hash table) eliminated the need for trackers, allowing peers to discover each other through other peers and to fetch metadata from the leechers & seeders in the network. magnetico is the finishing move that allows users to search for torrents in the network, hence removing the need for centralised torrent websites.

Installation Instructions

WARNING:

magnetico is still under active construction, and is considered pre-alpha software. Please use magnetico suite with care and follow the installation instructions carefully to install it & secure the installation. Feel perfectly free to send bug reports, suggestions, or whatever comes to your mind to send to us through GitHub or personal e-mail.

WARNING:

magnetico currently does NOT have any filtering system NOR it allows individual torrents to be removed from the database, and BitTorrent DHT network is full of the materials that are considered illegal in many countries (violence, pornography, copyright infringing content, and even child-pornography). If you are afraid of the legal consequences, or simply morally against (indirectly) assisting those content to spread around, follow the magneticow installation instructions carefully to password-protect the web-interface from others.

WARNING:

Do NOT clone the repository to install magnetico, as it is never meant to be stable (except releases of course).

  1. Install magneticod first by following its installation instructions.
  2. Install magneticow afterwards by following its installation instructions.

License

All the code is licensed under AGPLv3, unless otherwise stated in the source specific source. See COPYING file for the full license text.


Dedicated to Cemile Binay, in whose hands I thrived.

Bora M. ALPER <bora@boramalper.org>