βtracker is a BitTorrent aggregator based on the aquatic-crawler API and Rocket web-framework, written in Rust https://crates.io/crates/btracker
Find a file
2025-08-02 15:05:29 +03:00
.github initial commit 2025-08-01 20:04:38 +03:00
src use zero-copy has_torrent method 2025-08-02 15:05:29 +03:00
.gitignore initial commit 2025-08-01 20:04:38 +03:00
Cargo.toml use zero-copy has_torrent method 2025-08-02 15:05:29 +03:00
LICENSE Initial commit 2025-08-01 18:51:17 +03:00
README.md initial commit 2025-08-01 20:04:38 +03:00

yggtrackerd

Linux Dependencies crates.io

Crawler daemon for the yggtracker-redb index, based on the librqbit API

Install

  1. git clone https://github.com/YGGverse/yggtrackerd.git && cd yggtrackerd
  2. cargo build --release
  3. sudo install target/release/yggtrackerd /usr/local/bin/yggtrackerd

Usage

yggtrackerd --infohash /path/to/info-hash-ipv6.bin\
            --infohash /path/to/another-source.bin\
            --tracker  udp://host1:port\
            --tracker  udp://host2:port\
            --database /path/to/index.redb\
            --preload  /path/to/directory

Options

yggtrackerd --help