Why can't download the torrent?

Linux specific questions, problems.
Post Reply
tracker

Why can't download the torrent?

Post by tracker »

All steps are reproducible,please try as what i describe and join in the discussion.
Download tool to create torrent with command line.

sudo apt install mktorrent

Create a directory `mytest` and get a sample file from web.

mkdir mytest
cd mytest
url="https://downloads.openwrt.org/releases/ ... 64-vmlinuz"
wget $url
ls
openwrt-19.07.7-x86-64-vmlinuz

Create the torrent in the directory `mytest`.

mktorrent -a udp://p4p.arenabg.ch:1337/announce \
-a http://p4p.arenabg.com:1337/announce \
-a udp://tracker.opentrackr.org:1337/announce \
-a http://tracker.internetwarriors.net:1337/announce \
-a udp://tracker.openbittorrent.com:6969/announce \
-a udp://exodus.desync.com:6969/announce \
-a udp://www.torrent.eu.org:451/announce \
-a udp://tracker.torrent.eu.org:451/announce \
-a udp://tracker.moeking.me:6969/announce \
-a udp://retracker.lanta-net.ru:2710/announce \
-a udp://open.stealth.si:80/announce \
-a udp://wassermann.online:6969/announce \
-a udp://vibe.community:6969/announce \
-a udp://valakas.rollo.dnsabr.com:2710/announce \
-a udp://udp-tracker.shittyurl.org:6969/announce \
-a udp://u.wwwww.wtf:1/announce \
-a udp://tracker1.bt.moack.co.kr:80/announce \
-a udp://tracker0.ufibox.com:6969/announce \
-a udp://tracker.zerobytes.xyz:1337/announce \
-a udp://tracker.zemoj.com:6969/announce \
-o mytest.torrent openwrt-19.07.7-x86-64-vmlinuz

The tracker list created by a github project.
[create the best 20 tracker server by a github project][1]

Now open the `mytest.torrent` with deluge to make it in seeding status.

Email the torrent to my friend , why can't download by qbittorrent?
Post Reply