<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TorrentFreak &#187; emule</title>
	<atom:link href="https://torrentfreak.com/tag/emule/feed/" rel="self" type="application/rss+xml" />
	<link>https://torrentfreak.com</link>
	<description>Breaking File-sharing, Copyright and Privacy News</description>
	<lastBuildDate>Wed, 29 Oct 2014 08:05:56 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>eMule: A Decade of File-Sharing Innovations</title>
		<link>https://torrentfreak.com/emule-a-decade-of-file-sharing-innovations-120513/</link>
		<comments>https://torrentfreak.com/emule-a-decade-of-file-sharing-innovations-120513/#comments</comments>
		<pubDate>Sat, 12 May 2012 22:01:44 +0000</pubDate>
		<dc:creator><![CDATA[Guest]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[emule]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/?p=50878</guid>
		<description><![CDATA[On May 13th, 2002 a new filesharing client called eMule entered into our world of sharing. Ten years later we’d like to take this anniversary as an opportunity to look back at some major technical achievements of filesharing applications since then and what might come in the years ahead. With further innovation, even the mighty BitTorrent can be improved to become impossible to shut down.<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><img src="http://torrentfreak.com/images/emule.png" align="right" alt="emule">The first mainstream filesharing applications like Napster (started in the year 1999) operated completely centralized. </p>
<p>Napster relied on a single server to store the files every user shared, provided a central file search, and even initiated file transfers between users. Due to this single point of failure, Napster collapsed once the server was shut down by RIAA.</p>
<p>Fortunately, the next generation of less centralized filesharing networks was already on the horizon. On the one hand there were completely decentralized networks like Gnutella. They used query flooding to find other clients, i.e. they just sent their requests from client to client until either enough results were found or the search timed out. </p>
<p>Yet this advantage of a completely server-independent network topology came with the disadvantage of the network not being scalable. Simply put, you can’t search the whole network efficiently.</p>
<p>On the other hand there was eDonkey2000 with its server-based network (first release on September 6th, 2000). Unlike with Napster, everyone could run a server. While the existence of multiple servers meant that the network couldn’t be shut down by closing a single central point, it also had the disadvantage that users could now only search for and share files with users on the same server. </p>
<p>This system had similarities with BitTorrent, at a time where the tracker was the sole mechanism through which to find other peers. However, with BitTorrent (started in the year 2001) this dependence on the tracker was intended because it meant that the tracker can control who is allowed to join the swarm, how many peers each client gets, etc…</p>
<p>The eDonkey2000 Network had a different design goal – a fully decentralized and yet scalable network. In this spirit eDonkey2000 started a new project called &#8216;Flock&#8217; in May 2002. After beta testing it was renamed &#8216;Overnet&#8217; and finally merged with the original eDonkey2000 client in August 2004.</p>
<p>In 2002 a new and rapidly growing client entered the ed2k network, a term which refers only to the server-based part of the eDonkey2000 network. An open source client for the ed2k network &#8211; our birthday-client eMule – was founded on May 13th, 2002 &#8211; 10 years ago today.</p>
<p>In June 2004, ed2k had about 2 million users while eDonkey2000’s Overnet network only had about 800,000 users. So eMule was the leading client in the ed2k network and together with BitTorrent it dominated the following years of filesharing.</p>
<p>Both networks, BitTorrent and eMule, slowly headed towards a more decentralized structure. In order to make files from all servers available to every user, eMule added keyword search via UDP to query all servers and source exchange between clients via TCP to get all available sources for a specific file. BitTorrent adopted the latter in peer exchange.</p>
<p>Early 2004 eMule implemented Kademlia, a decentralized DHT-like key-value store capable of finding sources as well as performing keyword search, thus making ed2k servers completely obsolete. Once again, BitTorrent headed in the same direction, implementing DHT in 2005.</p>
<p>DHT marks a revolutionary step in filesharing. Not just because you can download a file with only its hash (and a few nodes to bootstrap the network), but now a decentralized scalable network becomes available. While decentralized networks like Gnutella were capable of finding information using query flooding in O(n), DHT finds information in O(log2(n)). So if the size of the network doubles, only 1 additional request is needed on average – regardless of the actual size of the network.</p>
<p>The following example illustrates this advantage: Say you have a network with 2 million users and you want to find information about a specific file which unfortunately doesn’t exist in the network (i.e. no user shares this file). Using query flooding every client in the network has to be asked before we can be sure that the file isn’t available. Usually the search just runs into a time-out before, assuming (but not knowing) that the file isn’t available. </p>
<p>Thanks to DHT you only have to ask about 21 nodes (log2(2 mio)) before being sure that the file isn’t available in the entire network. Even better, this was the mathematically worst case scenario. Usually the actual number of required requests is much lower because on your search path you’ll likely reach the node closest to your requested file after only 3-4 requests (empirical evidence on eMule’s current Kademlia).</p>
<p>The next feature we think torrents should adopt is a real DHT-based keyword search. Tribler already made a step in that direction. However, their torrents are being broadcasted to other known clients which results in a search with bad scalability.</p>
<p>We already know that after switching to magnet links only, The Pirate Bay has a total size of <a href="http://torrentfreak.com/download-a-copy-of-the-pirate-bay-its-only-90-mb-120209/">about 90 MB</a>. Now think of those 90 MB being stored decentralized. A network with millions of nodes in which each node stores a few hundred Kilobytes means you have thousands of replicas of each torrent entry. </p>
<p>This ensures each entry can be found, even if many nodes leave the network simultaneously. Unfortunately, all previous decentralized search implementations had huge amounts of spam in their search results. This is where we can learn from the torrent community. Sites like The Pirate Bay provide trusted search results. </p>
<p>In a completely decentralized search without any spam they would simply continue to provide this functionality using public-key cryptography to sign torrents. A user relying on his favorite torrent site’s search results would simply add its public key to his torrent client, thus allowing the client to check the signature of each torrent search result and filtering all fakes. </p>
<p>In this completely decentralized future a torrent site such as The Pirate Bay would simply be a laptop with average computing power connecting itself to the internet once every few hours to sign new torrents with its private key. Think about how hard it is just to trace such a “torrent site”. Shutting it down is practically impossible.</p>
<p>We are currently working on a client which will offer the above mentioned torrent search. It is currently in a closed <a href="http://board.neoloader.com/forum.php">alpha testing</a> phase and will soon enter public beta tests. </p>
<p>&#8212;</p>
<h3>About the authors:</h3>
<p><strong>David Xanatos</strong> is one of the founding members of the Austrian Pirate Party; he lives in Vienna and works as a Physicist at the university by day, and develops file sharing applications by night. He is mostly known for his NeoMule Mod.</p>
<p><strong>Ekliptor</strong> is a computer scientist from Munich. He has developed many eMule Mods in the past and is currently researching weaknesses in eMule&#8217;s Kademlia and countermeasures at university. Their current project is called &#8220;<a href="(http://board.neoloader.com/forum.php">NeoLoader</a>&#8221; and able to download files from BitTorrent, eMule and one-click hosters.</p>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/emule-a-decade-of-file-sharing-innovations-120513/feed/</wfw:commentRss>
		<slash:comments>106</slash:comments>
		</item>
		<item>
		<title>Court Orders Expert Opinion in P2P Leecher Mod Case</title>
		<link>https://torrentfreak.com/court-orders-expert-opinion-in-p2p-leecher-mod-case-090814/</link>
		<comments>https://torrentfreak.com/court-orders-expert-opinion-in-p2p-leecher-mod-case-090814/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 08:55:56 +0000</pubDate>
		<dc:creator><![CDATA[enigmax]]></dc:creator>
				<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[emule]]></category>
		<category><![CDATA[Gulli]]></category>
		<category><![CDATA[Media Protector]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/?p=16144</guid>
		<description><![CDATA[A women received a demand for 700 euros after an anti-piracy company claimed she had shared pornographic material on the Internet. However, she was using a so-called 'leecher mod', which means her P2P client never uploaded anything. Now a court is calling for an expert witness to dissect the supposed evidence against her.<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>In 2008, a German woman was wrongfully accused of distributing a pornographic movie via eD2K. She was using eMule in conjunction with what is commonly known as a &#8216;leecher mod&#8217; &#8211; an addon to file-sharing software which stops the client from uploading material back to the Internet.</p>
<p>Using a mod like this means that no offense of distribution could have been carried out. Indeed, as we pointed out in our <a href="http://torrentfreak.com/anti-piracy-evidence-in-doubt-as-leecher-blamed-for-uploads-080714/">earlier report</a>, the stats from her client showed no evidence of uploading, despite an uptime of 924 days.</p>
<p>The lawyers who sent the cease and desist (and a demand for 700 euros) didn&#8217;t withdraw the claims after she protested her innocence, so she took advice, went to court and filed suit against the rightsholder.</p>
<p>Unfortunately the judge in the case has no idea about IT issues and wants to have an independent witness examine the software used by anti-piracy tracking company Media Protector. Experts don&#8217;t come cheap and this one is set to cost 5,000 euros.</p>
<p>This is believed to be the first time that a neutral expert witness has had the opportunity to examine the software of an anti-piracy company in Germany. So, together with filesharing lawyer <a href="http://www.dr-wachs.de">Dr. Wachs</a>, Verein gegen den Abmahnwahn e.V and Initiative Abmahnwahn-Dreipage, our friends at news site Gulli have started a donation drive to raise the funds.</p>
<p>Lawyer Dr. Wachs has kindly given the woman 3,000 euros towards the expert but a further 2,000 must be raised via donations. Hopefully this amount can be achieved as engaging the skills of the expert witness will provide a golden opportunity to see exactly how these systems operate and have their shortcoming revealed in court.</p>
<p>Anyone wishing to contribute can do so <a href="http://www.gulli.com/news/spendenaufruf-filesharing-2009-08-12/">here</a> <em>(bank details at bottom of article)</em></p>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/court-orders-expert-opinion-in-p2p-leecher-mod-case-090814/feed/</wfw:commentRss>
		<slash:comments>75</slash:comments>
		</item>
		<item>
		<title>Judge Rules P2P Legal, Sites To Be Presumed Innocent</title>
		<link>https://torrentfreak.com/judge-rules-p2p-legal-sites-to-be-presumed-innocent-090707/</link>
		<comments>https://torrentfreak.com/judge-rules-p2p-legal-sites-to-be-presumed-innocent-090707/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 16:43:04 +0000</pubDate>
		<dc:creator><![CDATA[enigmax]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Elrincondejesus]]></category>
		<category><![CDATA[emule]]></category>
		<category><![CDATA[SGAE]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/?p=14932</guid>
		<description><![CDATA[After Spain virtually ruled out imposing a "3-strikes" regime for illicit file-sharers, the entertainment industries said they would target 200 BitTorrent sites instead. Now a judge has decided that sharing between users for no profit via P2P doesn't breach copyright laws and sites should be presumed innocent until proved otherwise.<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>The entertainment industries in Spain must be progressively tearing their hair out in recent months as they experience setback after setback. Most recently the ‘Coalition of Creators and Content Industries’ &#8211; which includes the likes of Promusicae and SGAE &#8211; had demanded a &#8220;3-strikes&#8221; regime for illicit file-sharers, but after they failed to provide viable and attractive authorized alternatives, ISPs lost patience and called off government-mandated talks.</p>
<p>The Coalition quickly backtracked, suggesting they would accept some type of throttling instead, but that fell largely on deaf ears too. Then new Coalition president Aldo Olcese said that the solution would be to go after the country&#8217;s <a href="http://torrentfreak.com/no-3-strikes-in-spain-watch-out-torrent-sites-090623/">200 torrent sites instead</a>, but this could also prove problematic. Time and again Spanish courts have ruled that sites that link to infringing content are not illegal, providing profits aren&#8217;t made directly from any infringement.</p>
<p>But of course, wealthy operations like SGAE aren&#8217;t put off by such rulings and instead go after eDonkey and BitTorrent sites privately, often demanding that they are forced to close via injunction in advance of a full court hearing to assess their legality.</p>
<p>One such case involves the eD2K link site <a href="http://www.elrincondejesus.com">elrincondejesus.com</a>.  On May 13th the site received a complaint from none other than every Spanish sharing site&#8217;s nemesis, SGAE. Alleging Elrincondejesus &#8220;abused&#8221; its members copyrights, the site&#8217;s owner was summoned to appear in court on June 5th.</p>
<p>At this hearing various things would be discussed, but SGAE hoped to get an early decision to suspend the operations of Elrincondejesus immediately, in advance of the full hearing which would happen at a later date.</p>
<p>On his site, the owner commented: &#8220;As you know Elrincondejesus.com never had advertising (or has now). I&#8217;m innocent and the only thing that I have done is provided links to other sites, like thousands of search engines in the world.&#8221;</p>
<p>There would be a month long wait for the court&#8217;s decision but <a href="http://www.elmundo.es/elmundo/2009/07/07/navegante/1246959096.html">today it came</a>.</p>
<p>The judge dismissed SGAE&#8217;s request for an immediate shutdown of Elrincondejesus.</p>
<p>&#8220;P2P networks, as a mere transmission of data between Internet users, do not violate, in principle, any right protected by Intellectual Property Law,&#8221; said Raul N. García Orejudo, a judge in Barcelona. Although some activities are barred, those do not concern P2P he said, noting that there has to be a presumption of innocence.</p>
<p>Speaking with Elmundo.es, attorney Carlos Almeida-Sanchez said: &#8220;This is the first time a court clearly states that P2P itself does not violate any rights.&#8221;</p>
<p>On possible infringements of the Intellectual Property Act, the court said:</p>
<p>&#8220;Adding a work or video recording to Emule, that has previously been converted to a compatible computer file, is not an act of reproduction,&#8221; adding that &#8220;Copying is not a profitable use, or collective use [such as broadcasting in a store], as these two terms refer to the subsequent use made of the work once downloaded, after the copy.&#8221;</p>
<p>Additionally, the Intellectual Property Act describes distribution as needing something tangible, as in distribution via a website for example, which in this case (as it&#8217;s P2P) does not exist.</p>
<p>However, the court order recognizes the possibility that public distribution may have occurred but this is difficult to prove, since any sharing could&#8217;ve taken place with just one person.</p>
<p>The full trial will take place at a later date.</p>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/judge-rules-p2p-legal-sites-to-be-presumed-innocent-090707/feed/</wfw:commentRss>
		<slash:comments>83</slash:comments>
		</item>
		<item>
		<title>P2P Collection Costs Man Huge Fine, Suspended Sentence</title>
		<link>https://torrentfreak.com/p2p-collection-costs-man-huge-fine-suspended-sentence-090704/</link>
		<comments>https://torrentfreak.com/p2p-collection-costs-man-huge-fine-suspended-sentence-090704/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 15:24:56 +0000</pubDate>
		<dc:creator><![CDATA[enigmax]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[emule]]></category>
		<category><![CDATA[France]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/?p=14851</guid>
		<description><![CDATA[A man who downloaded 12,591 music tracks, 426 movies and 16 full TV-series has been sentenced in France. The police searched the 55 year-old's house in connection with an unrelated matter and stumbled across his collection. The man was sentenced to 33,000 euros ($46,200) in damages and a 2 month suspended jail sentence. <p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>A 55 year old man from Vannes, France, is counting the cost after a police search on his property turned up his pirate media collection.</p>
<p>Back in 2006 the police, who were conducting a search linked to an unrelated fraud case, stumbled across the man&#8217;s sizable pirate media collection which included 12,591 MP3 files, 426 movies, 16 full TV-series and dozens of items of pirated software.</p>
<p>During the April hearing the retired IT expert said in his defense that it took him a whole year to accumulate the collection by using eMule on the eD2k network, but it was intended for private, not commercial use. He also told the court that he believed he had been acting within the law.</p>
<p>Unfortunately for the man, the legal system wasn&#8217;t sympathetic. A court in Vannes has just <a href="http://www.ouest-france.fr/actu/actuDet_-Telechargement-illegal-lourde-sanction-a-Vannes-_3636-984398_actu.Htm">handed him</a> a 2 month suspended jail sentence coupled with 33,000 euro (apprx $46,200) in damages.</p>
<p>Lawyers for 19 plaintiffs including the National Federation of Film Distributors, Sony, Paramount, Sacem and SCPP demanded between 1 and 2 euros compensation for each illicit MP3 and between 7 and 12.50 euros for each movie. It is believed that SCPP will collect the largest share of around 17,000 euros.</p>
<p>In a statement the man&#8217;s lawyer said: &#8220;There is stuff like this on all kids&#8217; computers right now,&#8221; while pointing out that many of the files had been downloaded by the defendant&#8217;s children.</p>
<p>In January 2007, a court in Nantes also <a href="http://www.lepoint.fr/actualites-societe/2009-06-25/telechargement-illegal-deux-mois-de-prison-avec-sursis-pour-un-internaute-a-vannes/920/0/355991">sentenced</a> a file-sharer to two months suspended prison sentence for being caught in possession of 400 downloaded movies. </p>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/p2p-collection-costs-man-huge-fine-suspended-sentence-090704/feed/</wfw:commentRss>
		<slash:comments>175</slash:comments>
		</item>
		<item>
		<title>LimeWire Most Installed P2P Application, BitTorrent Clients Runner up</title>
		<link>https://torrentfreak.com/limewire-most-installed-p2p-application-bittorrent-clients-runner-up/</link>
		<comments>https://torrentfreak.com/limewire-most-installed-p2p-application-bittorrent-clients-runner-up/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 18:44:44 +0000</pubDate>
		<dc:creator><![CDATA[Ernesto]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[ares]]></category>
		<category><![CDATA[Azureus]]></category>
		<category><![CDATA[Bitcomet]]></category>
		<category><![CDATA[bittorrent_client]]></category>
		<category><![CDATA[edonkey]]></category>
		<category><![CDATA[emule]]></category>
		<category><![CDATA[kazaa]]></category>
		<category><![CDATA[limewire]]></category>
		<category><![CDATA[mirc]]></category>
		<category><![CDATA[p2p_applications]]></category>
		<category><![CDATA[p2p_client]]></category>
		<category><![CDATA[pc_pitstop]]></category>
		<category><![CDATA[utorrent]]></category>
		<category><![CDATA[worthless_statistics]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/limewire-most-installed-p2p-application-bittorrent-clients-runner-up/</guid>
		<description><![CDATA[Limewire is installed on nearly 20% of all Windows PCs and little over 15% of the PCs has a BitTorrent client on it. This is concluded in the digital media desktop report from <a href="http://www.digitalmusicnews.com/research/report/feb/desktopreport0207.orig">Digital Music News</a>. <p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><img src="http://torrentfreak.com//images/dmnplusbg.jpg" align="right" alt="digital music news BigChampagne bittorrent limewire desktop installs report February 2007">Unfortunately the report is not open for the public to read, people who are interested in the results need to pay <strong>$195</strong> for a summary of (in my opinion) heavily confounded, and pretty much worthless statistics. Let me first start with a short summary of the report, after that I will explain some of the issues that trouble me.</p>
<p>The report is based on data supplied by BigChampagne and PC Pitstop. <a href="http://www.bigchampagne.com/">BigChampagne</a> is a company that tracks online media, it also provides provides Billboard online music charts. <a href="http://pcpitstop.com/">PC Pitstop</a> gathers data by &#8220;inspecting&#8221; the computers of users that try their free online virus / spyware scanners. The data used in this report are collected from Windows registry and table entries of  1.5 million PC&#8217;s through these online diagnostic tests performed by PC Pitstop. </p>
<p><strong>The results. The percentages in the table indicate the install base of the P2P applications:</strong></p>
<table width="80%" border="0">
<tr>
<td width="15%"><strong>Rank</strong></td>
<td width="40%"><strong>Application</strong></td>
<td width="45%"><strong>Installed on % Desktops</strong></td>
</tr>
<tr>
<td> 1. </td>
<td><a href="http://www.limewire.com/">Limewire</a> </td>
<td>18.3%</td>
<tr>
<tr>
<td> 2. </td>
<td><a href="http://en.wikipedia.org/wiki/EDonkey2000">eDonkey</a> </td>
<td>3.3%</td>
<tr>
<tr>
<td> 3. </td>
<td><a href="http://azureus.sourceforge.net/">Azureus</a> </td>
<td>3.2%</td>
<tr>
<tr>
<td> 4. </td>
<td><a href="http://www.utorrent.com/">uTorrent</a> </td>
<td>2.7%</td>
<tr>
<tr>
<td> 5. </td>
<td><a href="http://www.bittorrent.com/">BitTorrent</a> </td>
<td>2.6%</td>
<tr>
<tr>
<td> 6. </td>
<td><a href="http://www.bearshare.com/">BearShare</a> </td>
<td>2.5%</td>
</tr>
<tr>
<td> 7. </td>
<td><a href="http://www.mirc.com/">mIRC</a> </td>
<td>2.3%</td>
</tr>
<tr>
<td> 8. </td>
<td><a href="http://www.emule-project.net/">eMule</a> </td>
<td>2.0%</td>
</tr>
<tr>
<td> 9. </td>
<td><a href="http://www.bitcomet.com/">BitComet</a> </td>
<td>2.0%</td>
</tr>
<tr>
<td> 10. </td>
<td><a href="http://aresgalaxy.sourceforge.net/">Ares</a> </td>
<td>1.9%</td>
</tr>
</table>
<p>In the report we further read that the once almighty &#8220;<a href="http://en.wikipedia.org/wiki/Kazaa">Kazaa family</a>&#8221; is now only installed on 1.3% PCs. Newcomers like <a href="http://www.frostwire.com/">FrostWire</a> and <a href="http://www.pando.com/">Pando</a> are included in the report for the fist time with a 0.2% and 0.3% install rate respectively.</p>
<p>As said before, the usability of these figures are doubtful. Here are a few concerns. First of all, install rates do not equal usage. The fact that someone installed a P2P client does not mean that they actually use it. So the report can&#8217;t say much about the popularity of a filesharing network or application. They do not make these claims, but the way the data is presented is a bit misleading, to say the least. </p>
<p>For example, uTorrent is by far the most <strong>used</strong> BitTorrent client. Over 50% of the peers in an average BitTorrent swarm use uTorrent. It could be that uTorrent and BitTorrent Mainline are installed on almost an equal number of PCs, but that the BitTorrent mainline client is hardly ever used. For instance, novices may start with the mainline client, but move on to better BitTorrent clients later on.</p>
<p>Another remarkable point is the uTorrent data collection for this report. uTorrent doesn&#8217;t install itself, and even the installer doesn&#8217;t use the Windows registry. So how did they come up with these statistics on uTorrent then?</p>
<p>It is also funny to see <strong>mIRC</strong> in the top 10 of most installed filesharing application because it is so much more than this. Most people I know use mIRC for other purposes than sharing files.</p>
<p>The concerns raised here show that &#8220;power&#8221; is not always in numbers. They might have collected data from millions of users, but is this really valuable if you have no idea if they actually use the application? A survey among 10.000 users where you actually ask if, and how often they use these applications is probably more useful.</p>
<p>And on a <strong>final note</strong>, people who want to read the report, but don&#8217;t want to pay $195 might want to try <a href="http://www.google.com/search?&#038;q=Digital+Media+Desktop+Report%2C+February+2007+requested">Google&#8217;s backdoor</a>. Doubtful statistics, doubtful security.</p>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/limewire-most-installed-p2p-application-bittorrent-clients-runner-up/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Emule Fights Throttling ISP&#8217;s</title>
		<link>https://torrentfreak.com/emule-fights-throttling-isps/</link>
		<comments>https://torrentfreak.com/emule-fights-throttling-isps/#comments</comments>
		<pubDate>Sat, 09 Sep 2006 20:45:18 +0000</pubDate>
		<dc:creator><![CDATA[Ernesto]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[emule]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[encrypyion]]></category>
		<category><![CDATA[filesharing]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[traffic-shaping]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/emule-fights-throttling-isps/</guid>
		<description><![CDATA[The eMule team has released a new version of eMule, which supports protocol obfuscation, probably inspired by the success of encryption in several BitTorrent clients. This feature, which causes eMule&#8217;s communication to appear as random data and makes it more difficult for ISP&#8217;s to throttle eMule users. The new version has the option of only [&#8230;]<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>The eMule team has released a new version of eMule, which supports protocol obfuscation, probably inspired by the success of encryption in several BitTorrent clients. This feature, which causes eMule&#8217;s communication to appear as random data and makes it more difficult for ISP&#8217;s to throttle eMule users.</p>
<p><img src="http://TorrentFreak.com//images/Emule.jpg" align="right" alt="emule">The new version has the option of only connecting to clients that support this feature but it has the option of connecting to all clients as well.</p>
<p>Protocol obfuscation has been the most requested feature by eMule users for several months. It has been reported that Brasil Telecom has been aggressively throttling traffic generated by eMule. This has made eMule practically unusable for thousands of Brazilian&#8217;s and although <a href="http://sourceforge.net/projects/neomule/">NeoMule</a>, an eMule mod, added protocol obfuscation several months ago it only partially alleviated the problem.</p>
<p>NeoMule users represent a very small percentage of the ed2k network and although their protocol obfuscation feature works well, it only works if the users it connects to are also using NeoMule.</p>
<p>Recently, more and more ISP&#8217;s have began throttling P2P protocols. Numerous ISP&#8217;s have targeted the BitTorrent protocol and in response Azureus, BitComet and uTorrent have <a href="http://TorrentFreak.com/encrypting-BitTorrent-to-take-out-traffic-shapers/">implemented protocol encryption</a>.</p>
<p>Overall, their protocol encryption feature has been effective but Allot Communications <a href="http://TorrentFreak.com/netenforcer-throttles-encrypted-BitTorrent-traffic/">claims</a> that they have developed technology that allows ISP&#8217;s to specifically target and throttle encrypted BitTorrent traffic.</p>
<p>It&#8217;s clear that eMule&#8217;s protocol obfuscation feature will be well received by the eMule community but it remains to be seen how long it will take for ISP&#8217;s to figure out a way to throttle eMule&#8217;s traffic once again.</p>
<p><a href="http://p2pnet.net">p2pnet</a></p>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/emule-fights-throttling-isps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spanish P2P raids</title>
		<link>https://torrentfreak.com/spanish-p2p-raids/</link>
		<comments>https://torrentfreak.com/spanish-p2p-raids/#comments</comments>
		<pubDate>Sat, 08 Apr 2006 17:22:50 +0000</pubDate>
		<dc:creator><![CDATA[Ernesto]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[edonkey]]></category>
		<category><![CDATA[emule]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[p2p]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/spanish-p2p-raids/</guid>
		<description><![CDATA[The Spanish police made 15 p2p related arrests today, and closed down several BitTorrent, eMule and Edonkey sites. The victims are accused of facilitating "copyright infringement". Today's arrests are the result of a large scale investigation by several Spanish "copyright protection" organizations that started in October 2005. <p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>The association for internet users (Association of Internauts) <a href="http://www.internautas.org/html/3586.html">criticizes todays actions</a> and Victor Domingo the president of the AI said that the press-release sent by the police is full of errors and causes confusion.</p>
<p>Domingo criticized &#8220;panic&#8221; generated by the Police with this operation and stated:</p>
<blockquote><p>only a Judge can sentence what is illicit or not, not the Police, neither the General Society of Authors and Editors (SGAE) nor a minister&#8221;</p></blockquote>
<p>The police report claims that 350.000.000 illegal files are shared per year in Spain. </p>
<p>The president of the AI accused the Police to facilitate information that is practically impossible to confirm, and invited to the police show some proof.</p>
<p>The following sites were named in the police report: </p>
<p><em>naiadadonkey.com, indicedonkey.com, ps2rip.net, emule24horas.com, emule24horas.net, emule24horas.org, mp3-descargas.com, exeemspain.com, portalvcd.com, pctorrent.com, pctorrent.net, pctorrent.org, pctracker.com, pctrecord.com, tododatos.com, spanishare.com, comunidadspanishare.com</em></p>
<p><a href="http://www.internautas.org/html/3586.html">link</a> (Spanish)</p>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/spanish-p2p-raids/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
