torrent p2p

Transmission

  1. get the info-hash of the file
  2. transform it into magnet link at info-hash to magnet link
  3. run transmission-cli -w <destination/folder> "<magnet link content>"

Active website

Personal Web interface

see the docker application

Blocklist

Update yggtorrent tracker

cd /config
for i in ./torrents/*
do
        transmission-edit -r http://connect.p2p-tracker.net:8080/<key>/announce http://connect.maxp2p.org:8080/<key>/announce "$i"
done

To see the current announce url:

transmission-show /config/torrents/xxx.torrent

React ?

This page was last modified: