<?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>Geeknizer &#187; p2p</title>
	<atom:link href="http://geeknizer.com/tag/p2p/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeknizer.com</link>
	<description>iPhone, Android, mobile, Technology news</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:52:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>BitCoin: P2P Internet Currency for Foreign Exchange</title>
		<link>http://geeknizer.com/bitcoin-p2p-internet-currency-foreign-exchange/</link>
		<comments>http://geeknizer.com/bitcoin-p2p-internet-currency-foreign-exchange/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 16:29:11 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Web languages]]></category>
		<category><![CDATA[banks]]></category>
		<category><![CDATA[foreign exchange fx]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[p2p]]></category>

		<guid isPermaLink="false">http://geeknizer.com/?p=7301</guid>
		<description><![CDATA[How often does a technology comes from Open world and changes our lifes forever. The Open Web did this to us years back and today we spent most our lives... <span class="meta-more"><a href="http://geeknizer.com/bitcoin-p2p-internet-currency-foreign-exchange/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/bitcoin.jpg"><img class="alignleft size-full wp-image-7302" title="bitcoin" src="http://geeknizer.com/wp-content/uploads/bitcoin.jpg" alt="" width="190" height="189" /></a>How often does a technology comes from Open world and changes our lifes forever. The Open Web did this to us years back and today we spent most our lives on the web. BitTorrent did it to all kinds of file sharing and here come BitCoin &#8211; The Open currency for the internet.</p>
<p>BitCoin was started in 2009, and it was until very recently that it started getting more adoption worldwide. Unlike most currencies, bitcoin does not rely on trusting any central issuer. Bitcoin uses a distributed database spread across nodes of a peer-to-peer network to journal transactions, and uses cryptography in order to provide basic security functions, such as ensuring that bitcoins can only be spent by the person who owns them, and never more than once.</p>
<p>BitCoin is purely <a href="http://geeknizer.com/tag/p2p">P2p</a> , that means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. So you get the same advantages that you see in <a href="http://geeknizer.com/tag/torrent">BiTorrents</a>, yet better:</p>
<ul>
<li>Bitcoins can be sent easily through the Internet, without having to trust middlemen.</li>
<li>It can&#8217;t be stopped.</li>
<li>Transactions are designed to be computationally prohibitive to reverse.</li>
<li>Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the Bitcoin system’s money supply is distributed evenly (by <a href="http://geeknizer.com/tag/cpu">CPU</a> power) throughout the network, not monopolized by banks. No extra currency conversion fees.</li>
</ul>
<p>Bitcoin relies on the transfer of amounts between public accounts using <a title="Public key cryptography" href="http://en.wikipedia.org/wiki/Public_key_cryptography">public key cryptography</a>. All transactions are public and stored in a distributed database. To prevent double-spending, the network implements a <em>distributed time server</em>, using the idea of chained proofs of work. The whole history of transactions must be stored inside the database.</p>
<p>Here are few videos that can get you started:</p>
<p><object style="height: 390px; width: 640px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/Um63OQz3bjo?version=3" /><param name="allowfullscreen" value="true" /><embed style="height: 390px; width: 640px;" type="application/x-shockwave-flash" width="100" height="100" src="http://www.youtube.com/v/Um63OQz3bjo?version=3" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object style="height: 390px; width: 640px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/FTOhti7wxXk?version=3" /><param name="allowfullscreen" value="true" /><embed style="height: 390px; width: 640px;" type="application/x-shockwave-flash" width="100" height="100" src="http://www.youtube.com/v/FTOhti7wxXk?version=3" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Very Recently, A Google developer release a Java-based open source implementation of BitCoin and called it <a href="http://code.google.com/p/bitcoinj/" target="_blank">BitCoinJ</a>.</p>
<p>BitcoinJ implements the native Bitcoin P2P protocol, which allows it to  maintain a wallet and send and receive transactions without needing a  local copy of the official implementation.</p>
<p>BitcoinJ implements the &#8220;simplified payment  verification&#8221; mode so it stores what it needs in order to verify  transactions with the aid of an untrusted peer node.</p>
<p>Andresen  said Google is more likely to adopt Bitcoin if the company has an  in-house implementation of the client software like <strong>BitcoinJ</strong> and that&#8217;s why we see a Big future in BitCoin And a second implementation of Bitcoin is very good for network diversity of apps, platforms and robustness.</p>
<p><strong>Download C++ based BitCoin application</strong>:</p>
<p><a title="SHA1 checksum: 402be898806c380eb1f488bd1a7f06b595460be3" href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.20/bitcoin-0.3.20.2-win32-setup.exe/download">Download for Windows</a> (5.8MB)<br />
<a title="SHA1 checksum: 5c73031ee872884e741a3cd77d50732b7168f127" href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.20/bitcoin-0.3.20.2-linux.tar.gz/download">Download  for Linux (32-bit &amp; 64-bit)</a> (9.8MB)<br />
<a title="SHA1 checksum: b540825d864e7561cc21465ad072fb299e0d817a" href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.20/bitcoin-0.3.20.01-macosx.zip/download">Download for Mac OS X (10.5+ Intel)</a> (7.7MB)</p>
<p>We write latest and greatest in <a href="http://geeknizer.com/tag/guide">Tech Guides</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/android">Android</a>,  <a href="http://geeknizer.com/tag/open-source">Open Source</a>, Latest in Tech, subscribe to us<a href="http://twitter.com/taranfx"><strong>@taranfx </strong>on Twitter</a> OR on <a href="http://facebook.com/taranfx">Facebook Fanpage</a>:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/bitcoin-p2p-internet-currency-foreign-exchange/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>uTorrent 3 is awesome BitTorrent client &#8211; What&#8217;s New [Features]</title>
		<link>http://geeknizer.com/utorrent-3-whats-new-features/</link>
		<comments>http://geeknizer.com/utorrent-3-whats-new-features/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 21:35:32 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://geeknizer.com/utorrent-3-whats-new-features</guid>
		<description><![CDATA[uTorrent is undisputed winner among Torrent clients on all the platforms &#8211; Windows, Mac, Linux. The upcoming version, uTorrent 3 (windows) would lay deeper roots for the product to hold... <span class="meta-more"><a href="http://geeknizer.com/utorrent-3-whats-new-features/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://geeknizer.com/wp-content/uploads/2010/03/utorrent.jpeg" alt="utorrent 3" width="200" />uTorrent is undisputed winner among <a href="http://geeknizer.com/tag/torrent">Torrent</a> clients on all the platforms &#8211; Windows, Mac, Linux. The upcoming version, uTorrent 3 (windows) would lay deeper roots for the product to hold its position. At the time of the writing, uTorrent 3 is still in beta stages but perfectly usable.</p>
<p>The new version is about extending the BitTorrent protocol and all new set of features. The biggest new is uTorrent Remote integration with uTorrent Web.<strong> uTorrent Web</strong> offers secure and private zero-config control of your torrents via a Web control panel.</p>
<p>Listing down <strong>What&#8217;s New in uTorrent 3</strong>:</p>
<ul>
<li>New <a href="http://geeknizer.com/non-blockable-torrents">Dot-P2P decentralized Torrents protocol support &#8211; Non-bloackbale torrents</a>.</li>
<li>Video and Music Streaming</li>
<li>Pulse based torrent Ratings</li>
<li>Simple file sharing</li>
<li>uTorrent web &#8211; Web-based Remote.</li>
</ul>
<p><strong>Music and video streaming</strong></p>
<p>Media streaming, which first appeared back in uTorrent 2.1 alpha, has made  comeback in the 3.0 beta. Basically, this means you can consume your media as you download.</p>
<p><strong>Rate torrents with Pulse</strong></p>
<p>There&#8217;s a new tab called Ratings at the bottom of the client, and you simply provide a star rating, and optionally a comment. Eventually, once enough people are rating torrents, you&#8217;ll be able to scan through your RSS feeds and pick out the torrents with the best ratings.</p>
<p><strong>Simple file sharing</strong></p>
<p>&#8216;Drop files to share&#8217; zone in the bottom left corner of the interface lets you share files and folders  and uTorrent generates a TinyURL link that you can share with your friends.</p>
<p>This feature uses &#8216;Web Seeds&#8217;, which means that the torrent is also being seeded, via HTTP, by uTorrent&#8217;s dedicated servers.</p>
<p><strong>uTorrent Web Remote</strong></p>
<p>The crowning achievement for uTorrent 3.0 is its integration with uTorrent Web, which is BitTorrent&#8217;s new zero-config Web control panel. To get started, goto Options &gt; Preferences &gt; Web and type in a username and password &#8212; There&#8217;s NO need to configure anything else, Not even port forwarding, it works anywhere, anytime. Use http://web.utorrent.com to log in.</p>
<p><strong><a href="http://download.utorrent.com/beta/utorrent-3.0-latest.exe" target="_blank">Download uTorrent 3.0 </a></strong>&#8216;Falcon&#8217; for Windows</p>
<p>For latest <a href="http://geeknizer.com/tag/google">Google</a>, <a href="http://geeknizer.com/tag/open-source">Open Source</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/android">Android</a>, Tech news <a href="http://twitter.com/taranfx"><strong>@taranfx</strong> on Twitter</a> or subscribe to us below:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/utorrent-3-whats-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pirated iOS App Store IPA apps to get shared like BitTorrent</title>
		<link>http://geeknizer.com/pirated-ios-app-store-ipa-apps-shared-bittorrent/</link>
		<comments>http://geeknizer.com/pirated-ios-app-store-ipa-apps-shared-bittorrent/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 14:03:10 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[iOS 4 iPhone]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://geeknizer.com/pirated-ios-app-store-ipa-apps-shared-bittorrent</guid>
		<description><![CDATA[This is a bad news for iOS developers as piracy on Apple App Store is about to hit the next big level. Hackulous is the mastermind behind making piracy on... <span class="meta-more"><a href="http://geeknizer.com/pirated-ios-app-store-ipa-apps-shared-bittorrent/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/pirated-app-store.jpg"><img class="alignleft size-full wp-image-6580" title="pirated-app-store" src="http://geeknizer.com/wp-content/uploads/pirated-app-store.jpg" alt="" width="206" height="201" /></a>This is a bad news for iOS developers as piracy on Apple App Store is about to hit the next big level.</p>
<p>Hackulous is the mastermind behind making piracy on App Store possible. Now, they have been working and knock off DRM on Apple&#8217;s iPhone, iPod Touch and iPad products, for about two years.  Why? They do what they do because they believe that Apple&#8217;s App Store is unfair to consumers since it has no trial service or refund policy.</p>
<p>Hackulous&#8217;s system comprises of two parts : <strong><a href="http://geeknizer.com/appulo-us-alternative" target="_blank">Apptrackr</a></strong>, a web-based index of cracked apps;  <strong>Installous</strong>, the  app on <a href="http://geeknizer.com/tag/jailbreak">jailbroken </a>Apple devices which allows the installation of apps found via Apptrakr . The number is huge, there are around 10million devices which use them.</p>
<p>Hackulous is about to make it worse by providing updates to the existing software that would make it ever easier to share pirated IPA files (Apps).  In the past, owners of App Store apps would have to crack the software using special instructions and then upload it manually to apptrakr and share it to millions. Obviously, there were millions who were passive either due to ignorance or due to lack of ability.</p>
<p>But Installous will now bring a new update that will make it possible to share apps installed on any iOS device to auto-upload in background to Apptrakr servers, distributed over devices, just like <a href="http://geeknizer.com/tag/torrent">BitTorrent</a>.</p>
<blockquote><p>&#8220;Essentially what will happen is when you&#8217;re using Installous you&#8217;ll get a little pop up that says &#8216;Hey, you have an application that Apptrakr doesn&#8217;t. We will add the application to a queue in the background (if you say yes) and it will start uploading tiny pieces of it, kind of like a torrent, up to the cloud&#8217;,&#8221; Dissident explains.</p></blockquote>
<p>With hundreds or thousands of copies of the same piece of software, and little tiny pieces of each upload from each person&#8217;s device to the cloud in order to make one final copy, which will then become available from Apptrakr. From there it will be available for 10 million+ devices to download. Imagine how much easier it would become, and how much inevitable.</p>
<p>Going further, Hackulous has plans to pirate Mac <a href="http://geeknizer.com/tag/app-store">App Store</a> as well. They already have the stuff ready but, as per the author, they don&#8217;t wish to discourage developers, hence they would wait till Mac App Store gets significant amount of &#8220;crappy apps&#8221;.</p>
<p>In his own words:</p>
<blockquote><p>&#8220;We don&#8217;t want to release kickback as soon as the [Mac App] Store gets released. I have a few reasons for that,&#8221; says Dissident. &#8220;So we&#8217;re not going to release Kickback until well after the store&#8217;s been established, well after developers have gotten their applications up. We don&#8217;t want to devalue applications and frustrate developers.&#8221;</p></blockquote>
<p>As per the estimates, the plan is to roll it out sometime around feb-march time frame.</p>
<p>It would be a mess of pirated apps all over the Apple stores. Will Apple counter the attack ? They&#8217;ve to!</p>
<p>We write latest and greatest in <a href="http://geeknizer.com/tag/guide">Tech Guides</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>,<a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/android">Android</a>, <a href="http://geeknizer.com/tag/google">Google</a>, <a href="http://geeknizer.com/tag/open-source">Open Source</a>, Latest in Tech, subscribe to us<a href="http://twitter.com/taranfx"><strong>@taranfx </strong>on Twitter</a> OR:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/pirated-ios-app-store-ipa-apps-shared-bittorrent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dot-P2P protocol to bring Decentralized, Non-Blockable Torrents</title>
		<link>http://geeknizer.com/non-blockable-torrents/</link>
		<comments>http://geeknizer.com/non-blockable-torrents/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 17:26:03 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://geeknizer.com/non-blockable-torrents</guid>
		<description><![CDATA[There have been several charges on the BitTorrent giant, being alleged for billions of dollars of loss caused by piracy. Despite all efforts, Piratebay has lived and its estimated that... <span class="meta-more"><a href="http://geeknizer.com/non-blockable-torrents/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/dot-p2p.jpg"><img class="alignleft size-full wp-image-6384" title="dot-p2p" src="http://geeknizer.com/wp-content/uploads/dot-p2p.jpg" alt="" width="245" /></a>There have been several charges on the BitTorrent giant, being alleged for billions of dollars of loss caused by piracy.</p>
<p>Despite all efforts, <a href="http://geeknizer.com/piratebay-is-dead-but-lives-forever">Piratebay has lived</a> and its estimated that it will continue to do so, forever.  Its really<a href="http://geeknizer.com/piratebay-is-dead-worlds-largest-p2p-torrent-tracker-r-i-p-25-aug-2009"> hard to stop </a>BitTorrent ffile sharing today coz of its peer-2-peer nature. however, it can be blocked at the gateways if ISP chooses to. But that is never the case, unless they wish to lose all the subscribers.</p>
<p>It is hard today, and could become impossible int eh future to block or censor content in the future. Piratebay founder has started to work on a new standard that would make it impossible to block P2P file sharing, and uncensor the Internet  forever.</p>
<div>
<p>The<strong> future would be decentralized and <a href="http://geeknizer.com/tag/piratebay">BitTorrent</a>-powered DNS system</strong>. This system will exchange DNS information through peer-to-peer transfers and will work with a new .p2p domain extension. Which will prevent the chance of getting a domain banned by state government.</p>
</div>
<p>For governments it is apparently quite easy to take over the DNS entries of domains. According to some, this setup is a threat to the open internet.</p>
<p>According to the project’s website, the goal is to “create an application that runs as a service and hooks into the hosts DNS system to catch all requests to the .p2p TLD while passing all other request cleanly through. Requests for the .p2p TLD will be redirected to a locally hosted DNS database.”</p>
<blockquote><p>“By creating a .p2p TLD that is totally decentralized and that does not rely on ICANN or any ISP’s DNS service, and by having this application mimic force-encrypted BitTorrent traffic, there will be a way to start combating DNS level based censoring like the new US proposals as well as those systems in use in countries around the world including China and Iran amongst others.”</p></blockquote>
<p>The <a href="http://dot-p2p.org/index.php?title=Main_Page">Dot-P2P</a> project was literally started a few days ago, but already the developers are making great progress. It is expected that a beta version of the client can be released relatively shortly. Being backed by some great developers and geeks, it bound to get popular and effective.</p>
<p><strong>How it would work:</strong></p>
<p>The .p2p domain registration will be handled <a href="http://wiki.opennic.glue/dotP2PTLD">by OpenNIC</a> (OpenNic DNS), an alternative community based DNS network. OpenNIC also maintains the .geek, .free, .null and several other geeky top level domains.</p>
<p>On the other hand, there are also thoughts that favor distributed domain registration, which would keep the system entirely decentralized. Unlike the popular domain registrations, the domain registrations on p2p network will be totally free, but registrants will have to show that they own a similar domain with a different extension first, to prevent scammers, spammers from taking over a brand.</p>
<p>However,  new P2P-based DNS system will require users to run an application on their own computer to access the domains, but there are also plans to create a separate root-server (like OpenNIC) as a complimentary service for all its .p2p domains.</p>
<p>Technology always stays ahead of rules, the more aggressive law enforcement gets, the more creative and motivated adopters of the Open Internet will respond in ways no one has thought about before.</p>
<p>For latest <a href="http://geeknizer.com/tag/google">Google</a>, <a href="http://geeknizer.com/tag/open-source">Open Source</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/android">Android</a>, Tech news <a href="http://twitter.com/taranfx"><strong>@taranfx</strong> on Twitter</a> or subscribe to us below:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/non-blockable-torrents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geocities available as 900GB Torrent Download</title>
		<link>http://geeknizer.com/geocities-torrent-download/</link>
		<comments>http://geeknizer.com/geocities-torrent-download/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 16:24:00 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://geeknizer.com/geocities-torrent-download</guid>
		<description><![CDATA[Geocities was the first website, in early days of internet, to offer free webhosting on subdomains. I still recall my first subdomain with them, owning one was like being among... <span class="meta-more"><a href="http://geeknizer.com/geocities-torrent-download/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/geocities.jpg"><img class="alignleft size-full wp-image-6162" title="geocities" src="http://geeknizer.com/wp-content/uploads/geocities.jpg" alt="" width="245" height="145" /></a>Geocities was the first website, in early days of internet, to offer free webhosting on subdomains. I still recall my first subdomain with them, owning one was like being among 1 in a billion.</p>
<p>A Year back, Yahoo discontinued new registrations &amp; access to this service in favor of cutting costs and paid services, however, those websites are still available for existing users.</p>
<p>But those good old sites are still filled with bulks of information and thats why <a href="http://ascii.textfiles.com/archives/2720" target="_blank">the Archive team</a> has decided to release them to general public as a Torrrent that sizes to 900GB of content.</p>
<blockquote><p>“Websites and hosting services should not be ‘fads’ any more than forests and cities should be fads – they represent countless hours of writing, of editing, of thinking, of creating. They represent their time, and they represent the thoughts and dreams of people now much older, or gone completely. There’s history here. Real, honest, true history.”</p></blockquote>
<p>The team has been working for past year on downloading old Geocities Web sites and is in the process of putting together a torrent that will contain the entire Geocities archive.</p>
<p>However, I belive a better thing to do is host it on a  Usenet rather than a public torrent. That will make invaluable information available for decades to come.</p>
<p>More on it when it becomes available. Stay tuned.</p>
<p>We write about <a href="http://geeknizer.com/tag/google">Google</a>, <a href="http://geeknizer.com/tag/twitter">Twitter</a>, Security, <a href="http://geeknizer.com/tag/open-source">Open Source</a>, <a href="http://geeknizer.com/tag/programming">Programming</a>, <a href="http://geeknizer.com/">Web</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>,<a href="http://geeknizer.com/tag/android">Android</a> and latest in  Tech <a href="http://twitter.com/taranfx"><strong>@taranfx</strong> on  Twitter</a> or by subscribing below:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/geocities-torrent-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Torrent File from Web-Hosted File</title>
		<link>http://geeknizer.com/create-torrent-file-from-web-hosted-file/</link>
		<comments>http://geeknizer.com/create-torrent-file-from-web-hosted-file/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 15:53:47 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://geeknizer.com/create-torrent-file-from-web-hosted-file</guid>
		<description><![CDATA[Its easy to create Torrent File for a file available on your local PC. But what about the files you have uploaded to online drives, and sharing sites? Burnbit is... <span class="meta-more"><a href="http://geeknizer.com/create-torrent-file-from-web-hosted-file/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://geeknizer.com/wp-content/uploads/torrent.jpg"><img class="alignleft size-full wp-image-5842" title="torrent" src="http://geeknizer.com/wp-content/uploads/torrent.jpg" alt="" width="245" height="244" /></a>Its easy to create Torrent File for a file available on your local PC. But what about the files you have uploaded to online drives, and sharing sites?</p>
<p>Burnbit is here to kill this pain by letting you g<strong>enerate a torrent for any file hosted online</strong>. The inherent advantages being faster speeds and local bandwidth conservation, and will be available 24/7.</p>
<p><a href="http://geeknizer.com/tag/p2p">P2P </a>networks can now get impressive speed boosts and availability, experienced never before.</p>
</div>
<p><a href="http://burnbit.com/" target="_blank">Burnbit</a> is a new service aimed at people who are looking for a convenient and efficient way to share files via BitTorrent, without consuming too much bandwidth. After uploading a file to a web-server, Burnbit users can generate a torrent file to share with the public.</p>
<p>Burnbit&#8217;s concept isn&#8217;t all that new. All the popular BitTorrent clients allow users to add a web-mirror nowadays. However, Burnbit gives additional features, with ease.</p>
<p>First and foremost, its easy to use. You don&#8217;t need to be a Geek to use it. BurnBit provides a inbuilt snippet for sharing .torrent file, and webmasters can even track various stats, like the download count and the number of seeds and leechers.</p>
<p>Burnbit&#8217;s network is growing. At the time of its launch the site already indexes more than 150,000 files which the site’s crawlers have found while browsing the web. All the files have been automatically categorized, but users can add their own categories when they upload files. All Torrents created are available publicly and is automatically listed on their website.</p>
<p>BurnBit can bring p2p revolution, after all, ease of use increases adoption.</p>
<p>More on Web,  <a href="http://geeknizer.com/tag/google">Google</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/open-source">Open Source</a>, Latest in web via <a href="http://twitter.com/taranfx" target="_blank"><strong>@taranfx</strong> on twitter</a> and below:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/create-torrent-file-from-web-hosted-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Torrent Trackers Block, Ban uTorrent</title>
		<link>http://geeknizer.com/torrent-trackers-block-utorrent/</link>
		<comments>http://geeknizer.com/torrent-trackers-block-utorrent/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 16:18:32 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[piracy]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://geeknizer.com/torrent-trackers-block-utorrent</guid>
		<description><![CDATA[In case you are wondering why ain&#8217;t your uTorrent Bit-torrent client is running slow and /or not connecting to some Trackers, there&#8217;s a good reason to read on. Last month... <span class="meta-more"><a href="http://geeknizer.com/torrent-trackers-block-utorrent/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/2010/03/utorrent.jpeg"><img class="alignleft size-full wp-image-4316" title="utorrent" src="http://geeknizer.com/wp-content/uploads/2010/03/utorrent.jpeg" alt="" width="234" /></a>In case you are wondering why ain&#8217;t your uTorrent Bit-torrent client is running slow and /or not connecting to some Trackers, there&#8217;s a good reason to read on.</p>
<div>Last month uTorrent 2.0 was released with much awaited features.  One of the biggest changes in the new uTorrent is uTP, the ‘micro transfer protocol’. The response was good, but few evangelist, as torrentfreak reports, <a rel="nofollow" href="http://torrentfreak.com/utorrent-accused-of-unfairness-banned-by-trackers-100314/" target="_blank"> strongly disagree with</a> the move.</div>
<div>uTP is a new and improved implementation of the BitTorrent protocol which is designed to be more network-friendly as it will throttle itself if congestion is detected in the network. the intent was to improve and  eliminate the need for ISPs to throttle BitTorrent traffic and would let users get over the slowdown of other web applications.</div>
<p>How successful is uTP in eliminating congestion is still a matter of discussion. According to some owners of private BitTorrent trackers, uTorrent is no longer playing fair. Since uTorrent users are the only ones using the new protocol, uTorrent favors its own kind over other clients. What this means is that that when connecting to other clients, uTorrent users will give preference to other uTorrent users, behavior that some have declared as &#8216;unfair&#8217;.</p>
<div>As a result, several private BitTorrent trackers have refused to put the newer uTorrent releases on their whitelists, effectively banning the client and forcing their users to stick with the older versions.</div>
<p>Simon Morris, BitTorrent’s VP of Product Management admits that the tracker owners have a point, but says that it is very hard to innovate without having to face such technical downsides.</p>
<blockquote><p>BitTorrent Inc. has opened up the specifications of the uTP protocol and hosted a conference in their San Fransisco offices a few weeks ago to discuss uTP in detail with developers of some of the most popular Bittorrent clients. According to Morris, other popular client developers have shown interest in implementing uTP into their own applications.</p></blockquote>
<p>Widespread support for the new protocol would of course be the easiest way to get rid of the unfairness allegations, but uTorrent’s major competitor Vuze has no plans to support uTP in the short term.</p>
<p>So far, only a few private trackers have decided to ban uTorrent and there is no word on how long it would continue. So for the meantime moving to other clients like Vuze makes alot more sense till the issue is resolved.</p>
<p>We will let you know of any further updates. <span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;">We write about Latest in Tech, <a style="color: #003399; text-decoration: none;" href="http://geeknizer.com/tag/google">Google</a>, <a style="color: #003399; text-decoration: none;" href="http://geeknizer.com/tag/diy">Do-it-yourself (DIY)</a>, <a style="color: #003399; text-decoration: none;" href="http://geeknizer.com/tag/iphone">iPhone</a>, <a style="color: #003399; text-decoration: none;" href="http://geeknizer.com/tag/gizmos">Gadgets</a>, <a style="color: #003399; text-decoration: none;" href="http://geeknizer.com/tag/open-source">Open Source</a>, <a style="color: #003399; text-decoration: none;" href="http://geeknizer.com/tag/programming">Programming</a>. Grab them all <a style="color: #003399; text-decoration: none;" href="http://twitter.com/taranfx"><strong>@taranfx</strong> on Twitter</a> or below:</span></p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/torrent-trackers-block-utorrent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mininova is Dead</title>
		<link>http://geeknizer.com/mininova-is-dead/</link>
		<comments>http://geeknizer.com/mininova-is-dead/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 19:59:15 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[piracy]]></category>
		<category><![CDATA[lawsuit]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[piratebay]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/mininova-is-dead</guid>
		<description><![CDATA[World&#8217;s 2nd most popular p2p BitTorrent site, Mininova, today resigned from it&#8217;s leading position, saying bye bye to Piracy forever. Today is an important day in the history of Mininova.... <span class="meta-more"><a href="http://geeknizer.com/mininova-is-dead/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Mininova" src="http://userlogos.org/files/logos/penpirate/MNlogo.png" alt="" width="180" height="135" />World&#8217;s 2nd most popular p2p BitTorrent site, Mininova,<a href="http://mnstat.com/images/blog/index.html" target="_blank"> today resigned from it&#8217;s leading position</a>, saying bye bye to Piracy forever.</p>
<blockquote><p>Today is an important day in the history of Mininova. From now on, we  are limiting Mininova.org to our Content Distribution service.  By doing so, we comply with the  ruling of the Court of Utrecht of last August. Unfortunately the court ruling leaves us no other option than to take our  platform offline, except for the Content Distribution service.</p></blockquote>
<p>The Lawsuits had been going worldwide to hunt Pirates down.  <a title="Mininova under Radar" href="http://geeknizer.com/blog/after-piratebay-lawsuit-torrent-giant-mininova-is-under-radar" target="_blank">Mininova had been warned by the Court</a> and seems like they accepted the defeat for the good of the industry.</p>
<p>PirateBay, the leader of all pirates, has been able to survive all attempts for shutdown. <a title="All News related with PirateBay" href="http://geeknizer.com/blog/tag/piratebay">PirateBay</a>, proved that <a href="http://geeknizer.com/blog/why-pirate-bay-wont-r-i-p-not-atleast-till-next-century">Pirates are more powerful than a government</a> can reach-out to. Recently, <a href="http://geeknizer.com/blog/piratebay-is-dead-but-lives-forever">they stopped their Torrent trackers and encourage the use of DHT</a> which make them more anonymous and almost impossible to stop.<br />
<!--adsensestart--></p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/mininova-is-dead/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PirateBay is Dead, But Lives forever</title>
		<link>http://geeknizer.com/piratebay-is-dead-but-lives-forever/</link>
		<comments>http://geeknizer.com/piratebay-is-dead-but-lives-forever/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 18:22:58 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[piracy]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[piratebay]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/piratebay-is-dead-but-lives-forever</guid>
		<description><![CDATA[After months of Tiring legal controversy and Lawsuits, which were followed by months of uncertainty about the future of the service, the Pirate Bay&#8217;s popular torrent tracker has been shut... <span class="meta-more"><a href="http://geeknizer.com/piratebay-is-dead-but-lives-forever/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<div>
<p><img class="alignleft" title="Piratebay forever" src="http://images.pcworld.com/news/graphics/170746-pirate_bay_rip_original.jpg" alt="" width="158" height="178" />After months of Tiring legal controversy and <a href="http://geeknizer.com/blog/tag/lawsuit" target="_blank">Lawsuits</a>, which were followed by months of uncertainty about the future of the service, the Pirate Bay&#8217;s popular torrent tracker has been shut down for <em>good</em>.</p>
<p>On August 24th, we had  reported <a title="Permanent Link to PirateBay is Dead – World’s Largest P2P Torrent Tracker" rel="bookmark" href="http://geeknizer.com/blog/piratebay-is-dead-worlds-largest-p2p-torrent-tracker-r-i-p-25-aug-2009">&#8220;PirateBay is Dead</a>&#8220;, after being unpligged by ISP on a special threatening order to ISP that feeds <a href="http://geeknizer.com/blog/tag/piratebay" target="_blank">PirateBay</a>. But Piratebay somehos managed to get back up via another ISP proving how Ineffective a Government can be when Pirates go supreme.</p>
<p>Since last 2 months, it had been a cat-mouse game, governments trying to catch PirateBay without success.</p>
<p>But todays shutdown wasn&#8217;t a court-ordered takedown or the result of regulatory shuffling, the old Pirate Bay torrent tracker simply became obsolete. As a result, the Pirate Bay is no longer running its old tracker, and has switched over to listing &#8220;magnet links,&#8221; a method for locating DHT (Distributed Hash Table) or PEX (Peer Exchange) nodes. This finds our tutorial very helpful for enthusiasts who still seek to get the service: <a title="Permanent Link to Download Torrentz without .Torrent file" rel="bookmark" href="http://geeknizer.com/blog/download-torrentz-without-torrent-file"></a></p>
<blockquote><p><a title="Permanent Link to Download Torrentz without .Torrent file" rel="bookmark" href="http://geeknizer.com/blog/download-torrentz-without-torrent-file">Download Torrentz without .Torrent file</a></p></blockquote>
<p>The Pirate Bay team <a href="http://thepiratebay.org/blog/175" target="_blank">posted in its blog</a> today,</p>
<blockquote><p>&#8220;DHT (combined with PEX) is highly effective in finding peers without the need for a centralized service. If you run uTorrent you might have noticed in the tracker tab of your torrents that the [Peer Exchange] (PEX) row is often reporting a lot more peers than the trackers you might have for that torrent. These peers all came to you without the use of a central tracker service! This is what we consider to be the future. Faster and more stability for the users because there is no central point to rely upon.&#8221;</p></blockquote>
<p>This might be a step to make PirateBay more anonymous to the Legal authorities. Even if PirateBay does shutdown (which is very difficult, their are already several mirror images of the Torrents, enough to keep the service up for next century. (<a title="Permanent Link to Why Pirate Bay Won’t R.I.P. Not atleast Till Next Century" rel="bookmark" href="http://geeknizer.com/blog/why-pirate-bay-wont-r-i-p-not-atleast-till-next-century">Why Pirate Bay Won’t R.I.P. Not atleast Till Next Century</a>)</p>
<p>This Ship, just won&#8217;t Sink</p></div>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/piratebay-is-dead-but-lives-forever/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Download Torrentz without .Torrent file</title>
		<link>http://geeknizer.com/download-torrentz-without-torrent-file/</link>
		<comments>http://geeknizer.com/download-torrentz-without-torrent-file/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 19:10:00 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[Tips N Tricks]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/download-torrentz-without-torrent-file</guid>
		<description><![CDATA[If you are frequent Torrent/p2p user and use Firefox this will come handy for you. TorrentZ.com is world&#8217;s largest Torrent search engine, most of the time you have to navigate... <span class="meta-more"><a href="http://geeknizer.com/download-torrentz-without-torrent-file/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Torrents" src="http://mostlynerdy.files.wordpress.com/2009/07/utorrent.jpeg" alt="" width="158" height="160" />If you are frequent Torrent/<a href="http://geeknizer.com/blog/tag/p2p" target="_blank">p2p</a> user and use <a href="http://geeknizer.com/blog/tag/firefox" target="_blank">Firefox</a> this will come handy for you. TorrentZ.com is world&#8217;s largest Torrent <a href="http://geeknizer.com/blog/tag/search" target="_blank">search engine</a>, most of the time you have to navigate to other third-party sites for the download.</p>
<p>However, BitTorrent clients like uTorrent, Vuze (formerly Azureus) support<em> magnet links</em>, which, for the purpose of BitTorrent, allow users to start downloads without an actual <em>.torrent</em> file. This could be very helpful when torrent file download is blocked and for all other cases, adds convenience</p>
<p>Once installed, <a href="http://geeknizer.com/blog/tag/addons" target="_blank">Firefox addon</a> Magnetiser monitors your searches on Torrentz. If it detects that you&#8217;re on a torrent&#8217;s detail page, you&#8217;ll see &#8220;<em>Magnetise</em>&#8221; in the Firefox status bar. Click on Magnetise to open the torrent in your default BitTorrent client, saves time.</p>
<p>So here is the cause of why you should consider using it, as per author: &#8220;Not only does it save time, it also comes in handy when a torrent is no longer available on the external site. It&#8217;s also useful for people with ISPs or <a href="http://geeknizer.com/blog/tag/it" target="_blank">IT</a> people who block .torrent file downloads.&#8221;</p>
<p>The add-on is not available on Firefox’s add-on section just yet, but those who want to try it can download <a href="http://www.rohitab.com/discuss/index.php?app=core&amp;module=attach&amp;section=attach&amp;attach_id=2866" target="_blank">this Zip file</a>. Download and rename to .xpi and drag it into the Firefox browser window. After it’s installed users can add additional trackers, but since it includes the most-used trackers by default, this is not really needed. Soon Mozilla will approve it, and can be downloaded <a href="https://addons.mozilla.org/en-US/firefox/addon/47391/" target="_blank">here </a>too.</p>
<blockquote>
<pre>Need more Tips? Subscribe to <a href="http://twitter.com/taranfx" target="_blank">Twitter updates</a>, or <a href="http://feeds2.feedburner.com/taranfx" target="_blank">RSS</a>, join <a href="http://www.facebook.com/pages/Taranfx/286037690264" target="_blank">Facebook </a>fanpage.</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/download-torrentz-without-torrent-file/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WiFi Direct: Device to Device Connectivity</title>
		<link>http://geeknizer.com/wifi-direct-device-to-device-connectivity/</link>
		<comments>http://geeknizer.com/wifi-direct-device-to-device-connectivity/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 08:42:44 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[WiFi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[p2p]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/wifi-direct-device-to-device-connectivity</guid>
		<description><![CDATA[More than 5 years ago, when Wifi became popular at offices, home uses, alot of people felt a basic feature left missing. Device to device (P2P) wireless communication without the... <span class="meta-more"><a href="http://geeknizer.com/wifi-direct-device-to-device-connectivity/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Wifi Direct" src="http://farm3.static.flickr.com/2682/4015730115_afef04e1e7.jpg" alt="" width="239" height="173" />More than 5 years ago, when Wifi became popular at offices, home uses, alot of people felt a basic feature left missing. Device to device (P2P) wireless communication without the need of a wireless router in-between, just like how bluetooth works: a sort of mesh network without the need to switch to AdHoc connection mode.</p>
<p>The Wi-Fi Alliance announced it has almost completed the standard which could make these a reality: Wi-Fi Direct.</p>
<p>Wi-Fi Direct was known as &#8220;Wi-Fi Peer-to-Peer,&#8221; and has been termed to in IEEE meetings and consumer forums as a  <em>Bluetooth Killer</em>. Using this new Wireless standard, direct connections between computers, and gadgets: phones, cameras,  keyboards, and future classes of components are established over Wi-Fi instead of another wireless technology governed by a separate standard.</p>
<p>Feeling happy Already? Let us know what you think about this.</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/wifi-direct-device-to-device-connectivity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PirateBay is Dead &#8211; World&#8217;s Largest P2P Torrent Tracker</title>
		<link>http://geeknizer.com/piratebay-is-dead-worlds-largest-p2p-torrent-tracker-r-i-p-25-aug-2009/</link>
		<comments>http://geeknizer.com/piratebay-is-dead-worlds-largest-p2p-torrent-tracker-r-i-p-25-aug-2009/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 20:38:19 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[IT - Information Technology]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[lawsuit]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[piratebay]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/?p=1719</guid>
		<description><![CDATA[UPDATE- PirateBay is back, up and running from a new Service Provider. But for how long &#8212; Till August 27th ? NO &#8211; Why Pirate Bay Won&#8217;t R.I.P. Not atleast... <span class="meta-more"><a href="http://geeknizer.com/piratebay-is-dead-worlds-largest-p2p-torrent-tracker-r-i-p-25-aug-2009/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://www.textually.org/tv/archives/images/set3/the-piratebay-logo.png" alt="" width="193" height="207" /><strong>UPDATE-</strong> PirateBay is back, up and running from a new Service Provider. But for how long &#8212; Till August 27th ? NO &#8211; <a href="http://geeknizer.com/blog/?p=1723" target="_blank">Why Pirate Bay Won&#8217;t R.I.P. Not atleast Till Next Century</a></p>
<p>After the years of Lawsuits held against the Piracy Giant, today Swedish district court has ordered the Internet service provider(ISP) that used to power PirateBay, to stop servicing The Pirate Bay immediately or the ISP could face heavy fines of 500,000 Kroner ($70,600 US) a day. The Pirate Bay&#8217;s ISP had no choice but to comply and disconnect the website from the Internet.</p>
<p>If you are Torrent fan, no doubt you love PirateBay. It&#8217;s indeed a <strong>sad day in the history of P2P and File-sharing. </strong>The most popular BitTorrent tracker in the world appeared to be  inaccessible to many in the U.S. on Monday morning but the blog <a href="http://torrentfreak.com/the-pirate-bay-taken-offline-by-swedish-authorities-090824/" target="_blank">TorrentFreak</a> reported that the site had found a new connection to the Web and there  were reports from readers that they were able to log on to the site.  Citing a source close to The Pirate Bay, TorrentFreak said that the  tracker was still down but would be back up on Tuesday.</p>
<p>The take down of The Pirate Bay comes 3 days earlier than expected, as the site was going offline on August 27 or legalize the site before then, which was unlikely to happen. Black Internet, The Pirate Bay&#8217;s largest bandwidth supplier is not the only connection to the Internet the website has, technically the website could go back online until other ISP&#8217;s are sent cease and desist orders.</p>
<blockquote><p>&#8220;This is absolutely ridiculous. The Court seems to consider themselves above the Constitution&#8221;, <a href="http://torrentfreak.com/the-pirate-bay-taken-offline-by-swedish-authorities-090824/" target="_blank">said the leader of The Pirate Party, Rich Falkvinge.</a></p></blockquote>
<p>As one of the <strong>world&#8217;s largest torrent tracker</strong>s goes offline, dozens more will surface in its place. The Pirate Bay had over 25 million unique peers and 3.6 million registered users downloading from its website.</p>
<p>The future of The Pirate Bay is uncertain as the owners will face one year in prison and a fine of $2.4 million US.</p>
<p><em>A Mysterious Update:</em> A Pirate Bay insider has told sources they have &#8220;got a new connection to the net&#8221; for their website. The owners of the website were prepared for take down actions such as today&#8217;s and have secured another Internet connection for the website, with minimal down time. The Pirate Bay should return by tomorrow morning for almost all users.</p>
<blockquote><p>The Pirate Bay team added this, &#8220;The MAFIAA has spent millions of dollars and endless amounts of time to get this ban in order. Our guess is that they also bribed a bit to get it since it violates so many laws not only in Sweden but also in the EU, not to mention violations against human rights. And what do they have to show for it? 3 hours of partial downtime.&#8221;</p></blockquote>
<p>An executive with Black Internet told Swedish newspaper SvD that the  court informed the company that it would either shut off The Pirate Bay  or face penalties. The founders of The Pirate Bay were found guilty of  copyright violations last April.<br />
<img class="alignright" src="http://i.i.com.com/cnwk.1d/i/bto/20090824/pirateflag_270x169.png" alt="" width="270" height="169" /><br />
The executive told the newspaper that Black Internet is not the only ISP  servicing The Pirate Bay but is probably the largest. He said none of  the other ISPs were affected by the decision. He added that the company  is considering options.</p>
<p>It&#8217;s unclear how long Black Internet will be forced to stop service for  The Pirate Bay. The company may not be able to resume service until the  appeal filed by The Pirate Bay founders is settled, SvD reported.</p>
<p>The news comes on the heels of a <a href="http://news.cnet.com/8301-1023_3-10315958-93.html" target="_blank">victory for the  founders</a> of The Pirate Bay.</p>
<p>Sweden&#8217;s government run debt-collection agency, commonly referred to as  the bailiff, said it could find no attachable assets belonging to three  of the four founders of the site. A group of media companies had asked  the bailiff to collect the $4 million a court had awarded them after  finding the four Pirate Bay founders guilty of copyright violations.</p>
<p>At this point, the future of the site, at least in name, appears to rest  with the software  maker Global Gaming Factory X, the software maker and operator of  Internet cafes. The company said in June it would pay $8 million to  acquire The Pirate Bay and the deal is supposed to close on Thursday.  But Swedish regulators halted trading in Global Gaming on Friday over  questions about the company&#8217;s financial readiness to complete the  transaction.</p>
<p>At the very least, the launch of a new Pirate Bay, one with authorized  film and music copies, is unlikely to happen anytime soon.</p>
<p>But there is a good news for Pirates and Bad news for Authorities -</p>
<p><strong><a href="http://torrentfreak.com/piratebay-back-up/" target="_blank">PirateBay backup exists </a>- Several Terabytes of Torrent tracker data &#8211; and It&#8217;s not hard to bring it up again. It could be up anytime soon. As per Torrentfreek.com -</strong></p>
<blockquote><p><strong>The Piratebay moved their servers to the Netherlands and is (almost) fully functional. They changed the title of the BitTorrent tracker to “The Police Bay”.</strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/piratebay-is-dead-worlds-largest-p2p-torrent-tracker-r-i-p-25-aug-2009/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

