Why can't download the torrent?

Discussion of Transmission that doesn't fit in the other categories
Post Reply
ggtor
Posts: 2
Joined: Wed Jun 16, 2021 2:28 am

Why can't download the torrent?

Post by ggtor »

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.example.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 .

Code: Select all

 transmission-cli   /home/mytest.torrent
transmission-cli 2.94 (d8e60ee44f)
[2021-06-16 11:50:45.757] Transmission 2.94 (d8e60ee44f) started
[2021-06-16 11:50:45.757] RPC Server: Adding address to whitelist: 127.0.0.1
[2021-06-16 11:50:45.758] DHT: Reusing old id
[2021-06-16 11:50:45.758] DHT: Bootstrapping from 43 IPv4 nodes
[2021-06-16 11:50:45.808] Saved "/root/.config/transmission/torrents/openwrt-19.07.7-x86-64-vmlinuz.d522b39679e7990d.torrent"
[2021-06-16 11:50:46.093] Port Forwarding (NAT-PMP): initnatpmp succeeded (0)
[2021-06-16 11:50:46.093] Port Forwarding (NAT-PMP): sendpublicaddressrequest succeeded (2)
Progress: 0.0%, dl from 0 of 0 peers (0 kB/s), ul to 0 (0 kB/s) [None]    [2021-06-16 11:50:54.101] Port Forwarding: State changed from "Not forwarded" to "Starting"
Progress: 0.0%, dl from 0 of 0 peers (0 kB/s), ul to 0 (0 kB/s[2021-06-16 11:51:09.003] openwrt-19.07.7-x86-64-vmlinuz: Starting IPv4 DHT announce (poor, 9 nodes)
Progress: 0.0%, dl from 0 of 0 [2021-06-16 11:52:24.308] openwrt-19.07.7-x86-64-vmlinuz: Could not connect to tracker
[2021-06-16 11:52:24.308] openwrt-19.07.7-x86-64-vmlinuz: Retrying announce in 20 seconds.
Progres[2021-06-16 11:52:54.041] Port Forwarding: State changed from "Starting" to "???"
Progress: 0.0%, dl from 0 of 0 peers (0 kB/s), ul to 0 (0 kB/s) [None]          
It's always stop at progress 0.00%.
why can't download by transmission?
Post Reply