| Crates.io | btracker |
| lib.rs | btracker |
| version | 0.3.8 |
| created_at | 2025-08-05 17:15:24.887659+00 |
| updated_at | 2025-09-11 15:26:13.566605+00 |
| description | βtracker is a social BitTorrent aggregator based on the aquatic-crawler FS index and Rocket web-framework |
| homepage | |
| repository | https://github.com/yggverse/btracker |
| max_upload_size | |
| id | 1782273 |
| size | 121,138 |
βtracker is a social BitTorrent aggregator based on the aquatic-crawler FS index and Rocket web-framework.
See the Wiki page
http://[302:68d0:f0d5:b88d::fdb] - Yggdrasil only peers BitTorrent tracker
public locationcargo install btracker
git clone https://github.com/yggverse/btracker.git && cd btrackercargo build --releasesudo install target/release/btracker /usr/local/bin/btracker
public & templates folders to the server destinationbtracker --public=/path/to/aquatic-crawler/preload\
--scrape=udp://127.0.0.1:6969\
--tracker=udp://[302:68d0:f0d5:b88d::fdb]:6969\
--tracker=udp://tracker.ygg:6969
--public argument specifies the location of the crawled torrents (see aquatic-crawler)
/public files from this crate (see the Rocket deploying specification)--scrape argument is optional and enables statistics for peers, seeders, and leechers
--udp option if you want to customize the default binding for UDP scrapes--tracker(s) as requiredRUST_LOG=debug for detailed information output; use --debug to configure as rocket::Config::debug_default()btracker --help