torrent p2p
Transmission
→ Magnet link
- get the info-hash of the file
- transform it into magnet link at info-hash to magnet link
- run
transmission-cli -w <destination/folder> "<magnet link content>"
→ Active website
- torrent411 accessible from tor-browser
- the pirate bay accessible from tor-browser
→ Personal Web interface
→ Blocklist
- up-to-date blacklist
# edit settings.json "blocklist-enabled": true, "blocklist-url": "http://list.iblocklist.com/?list=fr&fileformat=p2p&archiveformat=gz", transmission-remote host:port -n admin:password --blocklist-update
- there is no need for updating since docker-transmission takes care of it see the issue
→ Update yggtorrent tracker
- the
key
can be found on - the announce url can be found
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
This page was last modified: