Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # step 1: place file to seed somewhere
- # step 2: create the .torrent file
- # -n = file to create torrent for
- # -a = announce url, openbittorrent.com is a free open tracker
- # -c = comment
- # target .torrent file goes at the end
- transmissioncli -n hd2-ubuntu_0.3.zip -a udp://tracker.openbittorrent.com:80/announce -c "HD2 Ubuntu v0.3" hd2-ubuntu_0.3.zip.torrent
- # step 3: seed
- # -w = directory where to save the contents of the torrent (or where to find the file, for seeding)
- # -v = verify data
- # -M = no portmapping (server has dedicated ip, do not use UPnP)
- # torrent goes at the end
- # (and put it in a screen so that it doesn't stop on disconnect)
- screen transmissioncli -p 51413 -w . -v -M hd2-ubuntu_0.3.zip.torrent
Add Comment
Please, Sign In to add comment