Why can't download the torrent?

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
ggtor
Posts: 2
Joined: Wed Jun 16, 2021 2:28 am

Why can't download the torrent?

Post by ggtor »

Prepare for create torrent:

Code: Select all

mkdir mytest
cd mytest
url="https://downloads.openwrt.org/releases/19.07.7/targets/x86/64/openwrt-19.07.7-x86-64-vmlinuz"
wget $url
ls  
openwrt-19.07.7-x86-64-vmlinuz
I create the torrent for file openwrt-19.07.7-x86-64-vmlinuz with mktorrent

Code: Select all

mktorrent -a  http://open.acgtracker.com:1096/announce       \
          -a  http://1337.abcvg.info:80/announce             \
          -o  mytest.torrent   openwrt-19.07.7-x86-64-vmlinuz
Check the torrent in my local pc.

Code: Select all

transmission-show -V
transmission-show 2.94 (d8e60ee44f)

transmission-show  mytest.torrent
Name: openwrt-19.07.7-x86-64-vmlinuz
File: Downloads/mytest/mytest.torrent

GENERAL

  Name: openwrt-19.07.7-x86-64-vmlinuz
  Hash: d522b39679e7990d34490b77b86571e4ae3d21f5
  Created by: mktorrent 1.1
  Created on: Mon Jun 14 15:14:44 2021
  Piece Count: 15
  Piece Size: 256.0 KiB
  Total Size: 3.92 MB
  Privacy: Public torrent

TRACKERS

  Tier #1
  http://open.acgtracker.com:1096/announce

  Tier #2
  http://1337.abcvg.info:80/announce

FILES

  openwrt-19.07.7-x86-64-vmlinuz (3.92 MB)
Now open the torrent with transmission and seed the torrent.

Image

Send the file to my vps:

Code: Select all

scp mytest.torrent  root@vps_ip:/home
Login my vps.

Code: Select all

ssh root@vps_ip
transmission-cli     /home/mytest.torrent
transmission-cli 2.94 (d8e60ee44f)
[2021-06-16 02:42:35.391] Transmission 2.94 (d8e60ee44f) started
[2021-06-16 02:42:35.392] RPC Server: Adding address to whitelist: 127.0.0.1
[2021-06-16 02:42:35.392] DHT: Reusing old id
[2021-06-16 02:42:35.392] DHT: Bootstrapping from 116 IPv4 nodes
[2021-06-16 02:42:35.441] Saved "/root/.config/transmission/torrents/openwrt-19.07.7-x86-64-vmlinuz.d522b39679e7990d.torrent"
[2021-06-16 02:42:35.725] Port Forwarding (NAT-PMP): initnatpmp succeeded (0)
[2021-06-16 02:42:35.726] 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 02:42:43.734] Port Forwarding: State changed from "Not forwarded" to "Starting"
Progress: 0.0%, dl f[2021-06-16 02:43:52.003] openwrt-19.07.7-x86-64-vmlinuz: Starting IPv4 DHT announce (poor, 9 nodes)
Progres[2021-06-16 02:44:43.685] 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 is always stop at Progress : 0.0%,why can't download it?
Post Reply