-
Notifications
You must be signed in to change notification settings - Fork 40
Importing Torrents
Starting on version 0.0.5, BitCannon checks the config.json
for torrent archive URLs. When BitCannon starts, it automatically attempts to import any archives listed.
You may have noticed a frequency field in the config.json
. As you might guess, this is intended to let BitCannon know how often to reimport the URL. Unfortunately, this feature has not been implimented yet.
There are several torrent sites that offer archives of their partial or complete torrent database.
- Kickass
- Demonoid
See the footer of these sites for a link to the API page, which contains the archives
Tip: I would advise against downloading full backups as files larger than 500mb can take half an hour or more to import even on fast computers
Improving performance is a current issue that is being worked on
- Download the archive you wish to import
- You may unzip the txt file from the gz archive or import it as a gz file
- Drag the file onto the BitCannon executable
- Wait
At any time, you may start the bitcannon executable normally to run the server, and use http://127.0.0.1:1337/ to browse torrents as they import.
When the BitCannon window closes, the torrents should be imported.