User Tools

Site Tools


projects:liflg:torrent

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:liflg:torrent [2009/12/30 14:11] kratz00projects:liflg:torrent [2016/05/01 18:34] (current) kratz00
Line 2: Line 2:
 Of course you can use every other software to create torrent files but I would recommend [[software::mktorrent]]. Of course you can use every other software to create torrent files but I would recommend [[software::mktorrent]].
  
-==Creating the torrent file ==+== Creating the torrent file ==
  
 <code> <code>
-mktorrent -a http://liflg-tracker.death-row.org:2710/announce $Installer+mktorrent -a udp://tracker.openbittorrent.com:80/announce $Installer
 </code> </code>
  
-==Add new torrent file to the tracker ==+== Redundancy ==
  
-Use the web formhttp://liflg-tracker.death-row.org/upload.php+If one tracker is not functioning it's always good to have a backup. 
 +This project (https://github.com/ngosang/trackerslist) helped to pick the candidates. 
 + 
 +<code> 
 +for INSTALLER in *.run 
 +do 
 +    mktorrent \ 
 +    -a udp://zer0day.ch:1337/announce \ 
 +    -a udp://tracker.coppersurfer.tk:6969/announce \ 
 +    -a udp://tracker.opentrackr.org:1337/announce \ 
 +    -a udp://explodie.org:6969/announce \ 
 +    -a udp://tracker.torrent.eu.org:451/announce \ 
 +    -a udp://tracker.sktorrent.net:6969/announce \ 
 +    -a udp://tracker.openbittorrent.com:80/announce \ 
 +    $INSTALLER 
 +done 
 +</code>
projects/liflg/torrent.1262178699.txt.gz · Last modified: 2009/12/30 14:11 by kratz00