Slashdot Mirror


BitTorrent Guide

An anonymous reader writes "BitTorrent is the new latest/greatest P2P app to come and one of the MP3 rags has published a guide to it. Shareaza has already started to implement support for it, though support is in the early stages. The ruling is blazing fast downloads, but the difficulty of finding .tor files and other issues shows it is still a work in progress with strong niche potential. Information to host files on BT can be found here." It remains to be seen if Bit Torrent can outlive P2Ps bad rep since it is a really useful application.

16 of 363 comments (clear)

  1. hard to find torrents? by psyco484 · · Score: 0, Informative

    I can't believe this mentions that torrents are hard to find. Here's how you find torrents.

    Pull up google, type in something like this:
    "what you're looking for" +bittorrent +download

    You should have a list of sites that have links to that torrent. Or, you can read a site that keeps track of torrents and uses trackers. My personal favorite is torrentse.cx, but suprnova.org isn't too bad either. Sure these sites have illegitimate stuff on them, but there's also useful and legal files on there from time to time if that's a concern of yours. Problem is there's far too many people that just close the window after it's finished to "conserve bandwidth." Bittorrent doesn't work if you don't leave that damn window open, you can however set maximum upload rate from the command line, which I highly recommend using if you're on a connection that must be monitored.

    Bittorrent is great, the more people using it at any given time makes it even better. Just make sure you read the documentation so you fully understand how it works and that it may take a while to start to download.

  2. Re:My issue with bittorrent by RonnyJ · · Score: 5, Informative
    Now, my issue is.. why can't I easily help serve that file again?

    You can, just open the torrent file again, and try to save the file to the same location you did before. It'll then check the file is OK and continue serving it for others.

  3. Re:short term - new clients are too configurable by Anonymous Coward · · Score: 4, Informative

    AFAIK, if you lower your upload rate you will also download slower. There seems to have been quite some thought put into the design of the BitTorrent protocol.

  4. Some great bittorrent sites by dr+ttol · · Score: 4, Informative
    For the slashdot crowd, http://f.scarywater.net is for them.

    For everything else, http://www.torrentse.cx, which has a comment system for each torrent file so people can post up their thoughts. Also they allow people to upload their own torrents. This site has the following sections: Misc, Movies, TV, Music, Porn, Books, Games, Software, Comics, and Anime.

    Also, http://www.suprnova.org is good too, but has been having a lot of problems lately. They have: Games, Movies, TV Shows, Music, Apps, Misc, and DVD

    http://www.bitetorrent.com has TV Shows, Movies, Music, Apps, Games, Comics, Anime and Misc. Allows people to upload their own torrent and has a tracker as well.

    http://torrents.slash0.org/ also includes TV Shows, Movies, Games, and a Misc section.

    The following are the best TV-only BitTorrent sites. http://www.marksailes.uklinux.net/bt/ http://www.tvtorrents.com

    Anyways, those are the most popular BitTorrent places. And with me posting this now (and perhaps getting modded up =D), they should be even better and faster (if the website doesn't die from the load first).

  5. Re:Probably it will always stay... by EpsCylonB · · Score: 1, Informative

    How the fuck did that get Informative +2 ?

  6. Java Bit Torrent by deblau · · Score: 4, Informative
    I'm leading development on the official Java port, here. The code was originally a line-by-line port from the original Python (3.0.2), but it's in the middle of a refactoring to take into account some of the ways Java does things differently. We plan to match release numbers with the original Python codebase. Once we get the code cleaned up, we'll make a 3.0.2 release, and add features to get ourselves up to the current Python. The code is currently in CVS, directions available on SourceForge. We're always looking for developers and testers, of course. If you have any questions, email me directly, my SF username is flickboy. More general comments can go to the boards. We're in the process of getting our own web page up, so cut us a little slack.

    I've heard complaints about and requests for "advanced" features, on the mailing lists, on IRC, and of course here. As far as the P2P protocol is concerned, I trust Bram's judgment. There are no plans to include any advanced features like upload bandwidth throttling. Instead, what I'm hoping will differentiate the Java port will be the GUI and ease-of-use, the ability of testers familiar with Java (leading to great security and QA), and code cleanliness.

    If you're at all interested in seeing a (mostly) working Java implementation, and the only feature-for-feature 'official' version, check out JTorrent, and drop me a line. If you're curious about other language ports, or other ports with different goals, check out the "btports" Yahoo group. For general questions, or questions about the original Python, use the "bittorrent" Yahoo group, or go to #bittorrent on irc.freenode.net.

    --
    This post expresses my opinion, not that of my employer. And yes, IAAL.
  7. Re:"P2P"? by Felipe+Hoffa · · Score: 2, Informative

    Refer to the /. discussion Mozilla and bittorrent?, where the poster has an idea about using bittorrent as akamai. Quick answer: different tools, different uses.

    Fh

  8. rsync can resume BitTorrent downloads by Brian+Ristuccia · · Score: 4, Informative

    BitTorrent creates a sparse output file and then populates it with data in a quasi-random order. You can't resume these files with software that assumes that all data up to the end of file mark has been populated, but you can resume with any rsync or any other program program which supports differential file transfers. Rsync will checksum the blocks with missing data, determine that those blocks don't match the remote file, and transfer only those blocks.

  9. Re:BitTorrent by kryptkpr · · Score: 2, Informative

    No, burst keeps one icon, with a constantly updated pop-up menu to show transfer progress and state. You may wish to enable "Start Transfers Hidden" under options if you don't want to see the console downloader windows (they're for advanced users and seeders, but they let you adjust upload rate and number of unchoked uploads at will, using up/down/left/right).

    To re-open a file for sharing, follow the procedure for downloading it again, and choose the same destination file. It will go through a checking phase, and will then stay at 100%, and you will begin seeding.

    --
    DJ kRYPT's Free MP3s!
  10. suprnova.org /.'ed by SilverStreak · · Score: 2, Informative

    seems like SuprNova (http://suprnova.org), a large BT link site has been slashdotted. what a pity... as reads on main page: "Thanks for asking slashdot... users, we will be back" it raises the question if slashdot should inform the webmasters of the potential increase in bandwidth use because of the post on slashdot, or whether it is their problem and slashdot is exercising free speech.

  11. Obligatory FAQ posting... by oobar · · Score: 3, Informative

    The BitTorrent FAQ and Guide site is rapidly becoming the main collection point for all information BitTorrent. If you have questions or curiosities, check it out.

  12. Re: Poor Man's Akamai� Yeah, okay� by VJTod · · Score: 4, Informative

    What's difficult about publishing content on akamai?

    I drop a file on my webserver and the content will be automatically published to a server geographically local to whomever accesses the content. I publish my content directly to my website as I always have. I never publish the content anywhere else.

    I don't need to configure individual files to be available through bittorrent.

    Clients accessing my content don't need a plugin.

    BT & Ak both work well even if my ISP doesn't have a hub running akamai.

    If it is in any way a replacement for Akamai - why is BT's website just text? (maybe because you can't bittorrent content like you can akamize content)

    Is BitTorrent is a poor man's Akamai?
    Hardly.

    Besides - bittorrent is just files. Akamai has several different types of services most related to distributed content distribution. From individual files to whole websites can be hosted on the Akamai network. [nba.com] is completely hosted on the akamai network - requests to nba.com rarely ever hit the core servers.

  13. libtorrent by ikewillis · · Score: 2, Informative

    Check out libtorrent, a C implementation of the BitTorrent protocol. I know many people are having problems with the current Python implementation, specifically in the area of resource consumption.

  14. Re:BitTorrent by __aasfhc1949 · · Score: 2, Informative
    Hello teamhasnoi:

    Once the file is completed, you can stop uploading (sharing) it at anytime and resume it later on just by double-clicking on the *.torrent file (just make sure it points to the directory with the downloaded file). It'll check the file first and then begin uploading to other clients.

  15. Re:Failed to mention the blue screen issues by skookum · · Score: 2, Informative

    Read this: http://www.dessent.net/btfaq/#freeze. You should use the drivers linked and NOT the latest from Linksys.

  16. Re:ed2k and overnet by kryptkpr · · Score: 2, Informative

    eMule uses a 9mb piece size, BT uses a 256kb - 1024kb piece size.. this means partials go out quicker. Also, ed2k links only store a hash for the whole file, whereas BT stores a hash of each block inside the .torrent files .. this makes it impossible to effectively poison a torrent with bad data.

    eMule is designed for sharing lots of different files, whereas BT is designed for sharing a few, specific files.

    BT also favours people who upload (not only that, but people who upload faster), it's just transparent to the user.

    Anyone can run a BT tracker, and when these operate properly, they take care of all source propagation in a central manner, which can then be optimized.

    --
    DJ kRYPT's Free MP3s!