think tank forum

technology » rtorrent

lucas's avatar
16 years ago
r1, link
lucas
i ❤ demo
this post has been archived.
lucas's avatar
16 years ago
link
lucas
i ❤ demo
i have a few questions:

if i want to seed the same folder to two different trackers, can i load two torrent files that bind to the same folder?

or do i have to create one torrent file that lists both trackers?

can i add trackers on-the-fly to a active torrent in rtorrent?

will rtorrent maintain seeding status concurrently with multiple trackers? (it doesn't alternate the trackers, does it?)
bluet's avatar
16 years ago
link
bluet
one torrent per tracker i think
Carpetsmoker's avatar
16 years ago
link
Carpetsmoker
Martin
> if i want to seed the same folder to two different trackers, can i
> load two torrent files that bind to the same folder?

Try it ... I don't see any reason why it would not work ...

> can i add trackers on-the-fly to a active torrent in rtorrent?

Not directly, you can try changing the tracker and reloading the torrent.
nestor's avatar
16 years ago
link
nestor
nestor
if you want to seed the same folder to different trackers you need to do some wizardry

1. set the piece size different
2. add a file to one or the other so that the hash value of torrent is not the same

otherwise everything will get fuxed up.
nestor's avatar
16 years ago
link
nestor
nestor
https://www.waffles.fm/forum/3/1732/index.html
lucas's avatar
16 years ago
link
lucas
i ❤ demo
thanks, nestor. i modded our my piece sizes and reuploaded all of my what.cd torrents.
nestor's avatar
16 years ago
link
nestor
nestor
what is sexy, eh.
lucas's avatar
16 years ago
link
lucas
i ❤ demo
it's alright. i'll probably never use it so i can maintain my infinity ratio.
nestor's avatar
16 years ago
link
nestor
nestor
bah, that ain't cool. i'm probably going to do most of my downloading there, as it seems that there are more leechers = more ratio even on obscure stuff.

in sorting through my tags i've found a lot of mutt rips, 128 mp3/aac, aac in general, and just terribly tagged stuff that i'm too lazy to fix. so i need to re-download a lot, and since i've switched to foobar i may as well switch to flac too, especially as that will give me a much bigger buffer for downloads.
lucas's avatar
16 years ago
link
lucas
i ❤ demo
> bah, that ain't cool.

why?

i want to be able to see the log file before downloading flacs. :(
nestor's avatar
16 years ago
link
nestor
nestor
http://what.cd/torrents.php?id=198863&torrentid=360964
lucas's avatar
16 years ago
link
lucas
i ❤ demo
a lot of people don't do that, or do they?
nestor's avatar
16 years ago
link
nestor
nestor
I've seen it a lot with flac rips.

To be honest I'm not really sure what has a better audiophile community. Waffles has Waffle Irons on one hand but I think there is a lot more 24/96 audio on What.
lucas's avatar
16 years ago
link
lucas
i ❤ demo
what is foobar?

yeah, i'll be using what.cd for downloading. i'm so wary about downloading things! at least on waffles, i got a lot of uploads, so i got a decent buffer to work with. right now my buffer is ~1.25GB on what.cd, which isn't a lot to work with. :(

but i guess you gotta download some to upload some, yeah?

also, i suppose that patience helps. download moderately as you continue to seed?
nestor's avatar
16 years ago
link
nestor
nestor
foobar2000 is a music player.

well i'd keep downloads seeding forever. unlike sites where torrents get huge swarms within 1 hour of upload, waffles & what require you to seed indefinitely (the library model).

i would just try to maintain a target ratio at first and you will find your buffer expands naturally. as your buffer expands you go on downloading whims.

what is your line speed?
lucas's avatar
16 years ago
link
lucas
i ❤ demo
> well i'd keep downloads seeding forever.

right, which i plan to do.

> i would just try to maintain a target ratio at first and you will find your buffer expands naturally.

i'll download as i please, as long as i stay above 0.50.

> what is your line speed?

8mbps down, maybe 512kbps up. i might upgrade the speed for $10/month.
nestor's avatar
16 years ago
link
nestor
nestor
how many servers are you renting right now?
 
16 years ago
link
dbrown
@lucas: one thing a friend of mine did on oink and does now on waffles is troll irc and usenet for music that are identical in size and filename to torrents that are popular, download them using those other channels and seed them to boost his ratio. if i remember correctly his ratio on waffles is around the 25's.
lucas's avatar
16 years ago
link
lucas
i ❤ demo
nestor> how many servers are you renting right now?

a) i have a vps from slicehost.com. ($20/month)
b) i utilize aws s3. (~$3/month)
c) i run a server at home. ($30/month for the line.)

@db: not a bad idea, but that seems like it would take a lot of time, and it would probably be very hard to find matches.
nestor's avatar
16 years ago
link
nestor
nestor
dbrown > that is easier at waffles because they label things as scene so you can generally find the equivalent scene release. iirc what doesn't do that. oh and that ratio is insane.

interesting lr. your vps is probably too critical to run rtorrent on, so that doesn't help :)
lucas's avatar
16 years ago
link
lucas
i ❤ demo
yeah, i wouldn't use my slice. :)
bluet's avatar
16 years ago
link
bluet
i might start running one rtorrent process for every tracker i'm on, and have separate incoming directories
nestor's avatar
16 years ago
link
nestor
nestor
not a bad idea.
lucas's avatar
16 years ago
link
lucas
i ❤ demo
i don't think i realized how badass rtorrent is:
http://libtorrent.rakshasa.no/wiki/RTorrentCommonTasks

# Watch another directory with a different destination. (0.7.7+)

schedule = watch_directory_2,10,10,"load_start=~/Download/watch_stuff/*.torrent,d.set_directory=~/Download/stuff/"


or maybe this!

# Each watch directory adds torrents with the final destination stored
# in the "custom1" string of the download. You can check this string with
# ctrl-X then "print=$d.get_custom1=" in the client.

schedule = watch_directory_1,10,10,"load_start=~/Download/watch_stuff1/*.torrent,d.set_custom1=~/Download/stuff1/"
schedule = watch_directory_2,10,10,"load_start=~/Download/watch_stuff2/*.torrent,d.set_custom1=~/Download/stuff2/"

# On completion, move the torrent to the directory from custom1.

on_finished = move_complete,"execute=mv,-u,$d.get_base_path=,$d.get_custom1= ;d.set_directory=$d.get_custom1="

# the above line for Mac OS X and *BSD.

on_finished = move_complete,"execute=mv,-n,$d.get_base_path=,$d.get_custom1= ;d.set_directory=$d.get_custom1="


YES!
nestor's avatar
16 years ago
link
nestor
nestor
wow, i need to use that
nestor's avatar
16 years ago
link
nestor
nestor
and so i am. :)

thanks for the tip!!
bluet's avatar
16 years ago
link
bluet
i've always been using that
lucas's avatar
16 years ago
link
lucas
i ❤ demo
i can't get rtorrent to poll my damn torrents directory
lucas's avatar
16 years ago
link
lucas
i ❤ demo
this is so frustrating. i don't know why it isn't polling the watch directory, and i have no means to debug it.
lucas's avatar
16 years ago
link
lucas
i ❤ demo
i got it working. i'm not sure how, really.
lucas's avatar
16 years ago
link
lucas
i ❤ demo
my new config!

euterpe% cat .rtorrent.rc
# general settings
download_rate = 1024
upload_rate = 112
directory = ~/
session = ~/.rtorrent_session
port_range = 32769-32772
# bsd speed improvements?
hash_read_ahead = 8
hash_interval = 10
hash_max_tries = 5
# directories to watch!
schedule = watch_directory_1,10,10,"load_start=~/waffles_uploads/*.torrent,d.set_directory=~/waffles_uploads/data/"
schedule = watch_directory_2,10,10,"load_start=~/what_uploads/*.torrent,d.set_directory=~/what_uploads/data/"
schedule = watch_directory_3,10,10,"load_start=~/waffles_downloads/*.torrent,d.set_directory=~/waffles_downloads/data/"
schedule = watch_directory_4,10,10,"load_start=~/what_downloads/*.torrent,d.set_directory=~/what_downloads/data/"
schedule = watch_directory_5,10,10,"load_start=~/indietorrents_downloads/*.torrent,d.set_directory=~/indietorrents_downloads/data/"
schedule = watch_directory_6,10,10,"load_start=~/x264_downloads/*.torrent,d.set_directory=~/x264_downloads/data/"

euterpe%