LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-09-2009, 02:26 AM   #1
Steve W
Member
 
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 520

Rep: Reputation: 44
Torrents: real Newbie question


Have used "Transmission" bittorrent client for a while and downloaded files successfully.

Cannot find any information in documentation or on the web about actually creating your own torrent files to seed for other people.

I stumbled upon Torrent/New... in the menus, but as well as the folder or filename of what I want to create a torrent of, it requires the URL of a "tracker site". Where do I find a list of these to use? From the torrents I have downloaded, things like http://www.piratebay.org keep cropping up. Is this the kind of URL I should use?

If anyone can refer me to any Transmission information on the web covering this issue, I would be grateful. There seems to be some information, but none covering this point.

Steve
 
Old 07-09-2009, 05:56 AM   #2
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Transmission - http://trac.transmissionbt.com/wiki
 
Old 07-09-2009, 06:47 AM   #3
Steve W
Member
 
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 520

Original Poster
Rep: Reputation: 44
I'm sorry, but there is no information at that link to help me. There seems plenty of information on downloading - but none on sharing files that I already have.
 
Old 07-09-2009, 07:58 AM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
It should not be hard to learn How to Create a Torrent in general and maybe reading one or two transmissionbt forum threads could help. (There's also the Beehive trackerlist if you need more tracker suggestions.)
 
Old 07-09-2009, 10:49 AM   #5
Steve W
Member
 
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 520

Original Poster
Rep: Reputation: 44
Well, I have followed the instructions on the link you gave (http://forum.transmissionbt.com/view...t=7921&p=38115), but I still cannot figure out how to get it to work.

I was not aware I needed to "register" the torrent with a site (in my case, www.mininova.org). According to the info on that link you gave, I get the URL from the site *before* creating the torrent.

It's amazing - when I had finished downloading the files I obtained from a torrent site, I was officially seeding and people were downloading from me all the time. Now I have moved the files to a different location on the computer, no one can get to them! I am presuming this is because I need to create a brand new torrent pointing to them (cannot understand why - surely an existing torrent file could just use the files I have downloaded, regardless of where I had put them on my system?)

There does appear to be, on this mininova site, three "example" URLs at the top. Do I just use one of those? I did use one of those (http://tracker.openbittorrent.com:80/announce) in my Torrent when I created it.

I filled in all the details and uploaded the torrent file to the site. But what happens next? Do I not have to also "load" the torrent back into Transmission before people can start downloading from me? Or does this automatically happen as soon as someone somewhere in the world chooses to download that particular file (and I am online at the time, AND with Transmission loaded...)? When I clicked on "Add" and put my own torrent file back in, it started trying to download it again, rather than seeding it!

Sorry to be such a "demanding" poster, but if Transmission had better "get started" documentation, I would not have to ask anyone else! It seems to give plenty of help for "leechers", but none at all for "seeders"!

Steve

Last edited by Steve W; 07-09-2009 at 11:04 AM.
 
Old 07-09-2009, 04:08 PM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by Steve W View Post
Now I have moved the files to a different location on the computer, no one can get to them!
Odd isn't it? ;-p If they're in another location but still unchanged (renamed, remuxed, whatever else) then symlinking them to the location the torrent expects them in could work.
 
Old 07-11-2009, 02:53 AM   #7
Steve W
Member
 
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 520

Original Poster
Rep: Reputation: 44
I did try to create a symlink to where the torrent originally was - but does symlinking work with whole directories, or do you have to symlink each individual file?

For instance, say all the torrented files are in a folder called "myFiles", which originally was on my desktop. I have now moved it to a different location. I did do:

cd Desktop
ln -s myFiles "/media/System/Content of 10Gb Drive/Videos/myFiles"

which should have created a symlink folder called myFiles on my Desktop. It didn't. Are there different options for copying directories? I did do ln --help but got thoroughly confused! Some comments in there seem to indicate that symlinking to a directory is not possible, or at the very least flaky.

Steve
 
Old 07-11-2009, 03:50 AM   #8
Steve W
Member
 
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 520

Original Poster
Rep: Reputation: 44
Hmm. I appear to have managed it. Or something.

What I did was search the internet for the original torrent of the files I downloaded (which I didn't have anymore). Then I clicked to download that torrent/the files again, as if I didn't have them already. Transmission sprung into action and asked me where I wanted to save the files that I was about to download. I gave it the new location into which I had *already saved* the completed files. It started measuring how much of the files I had already downloaded, and not surprisingly it eventually figured out I had downloaded 100%. So it added it to my list of torrents in Transmission; but this time it said "Seeding to X of X connected peers". And it is indeed uploading to some users.

So I guess this is how you can move your downloaded files elsewhere on your system, and still be able to seed the file(s) to connected users.

Thank you for your earlier advice. If I ever figure out whether my way is the proper way to do things with Transmission, I might contact them and offer to write a revised section for the Transmission manual. All this kind of thing really should be covered under the Getting Started With Torrents section...

Steve

Last edited by Steve W; 07-11-2009 at 03:52 AM.
 
  


Reply

Tags
bittorrent, create, torrent, transmission



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
hello, a real newbie question dj2187 Linux - Newbie 13 11-25-2006 02:37 AM
Real NEWBIE question! rkhartley Linux - Newbie 4 10-29-2003 09:56 PM
dual display question - real real newbie !! Jay_Dee007 Linux - Newbie 1 09-29-2003 08:33 AM
real newbie question - sorry mike@wales Linux - Newbie 1 07-20-2003 04:03 PM
Real Newbie Question... killer_cobra Linux - Newbie 4 11-04-2002 01:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration