IPFS and Torrent Paradise

For discussions about security.
Post Reply
Message
Author
labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

IPFS and Torrent Paradise

#1 Post by labbe5 »

https://www.theinquirer.net/inquirer/ne ... -protocols

As of FF 59, via third-party extensions, you will be able to use decentralised internet protocols : IPFS, DAT and Secure Scuttlebutt.

Firefox 59, which is scheduled for release in March, will include extensions for the DAT, IPFS and Secure Scuttlebutt peer-to-peer protocols, marking a new step in Mozilla's support for alternatives to the internet's prevailing client-server model.

DAT, IPFS and Secure Scuttlebutt are software protocols and enhancements to the internet infrastructure that allow peer-to-peer networks to offer some of the functionality of the current client-server based web such as file transfer and web browsing, but with enhanced privacy, security and resistance to censorship and moves to restrict net neutrality.

A move is afoot towards a decentralised internet. See posts on blockchain.

Further reading :
https://www.makeuseof.com/tag/goodbye-h ... rnet-ipfs/
The bottom line is this: centrally managed servers will inevitably stop working. Domain owners could change, the website owners could go bankrupt, or the server hardware itself could reach the end of its lifespan without having been backed up. And when that happens, digital history is lost.
The key difference with IPFS is that instead of searching for locations (servers), you search for the content itself. Instead of asking and trusting one server to provide you file you need, there are millions of computers capable of delivering that specific file. Just like BitTorrent.

https://motherboard.vice.com/en_us/arti ... manent-web
"The web today is highly centralized," IPFS founder Juan Benet wrote in an email. "I find it very concerning that so much of human expression and human communication these days is routed entirely via centralized social networks which may disappear at any moment, bringing down all the data with them—or at least breaking all the links."
https://techcrunch.com/2015/10/04/why-t ... -too-late/
IPFS also addresses security problems that plague our HTTP-based Internet: Content-addressing and content-signing protect IPFS-based sites, making DDoS attacks impossible. And to help mitigate the damage of discontinued websites, IPFS also archives important public-record content, and can easily store important, public-record content.
IPFS demo :
https://www.youtube.com/watch?v=8CMxDNuuAiQ
https://github.com/ipfs-shipyard/ipfs-companion
https://www.scuttlebutt.nz/getting-started.html
First off Scuttlebutt is a protocol on which many different kinds of apps can be built.
As for the social network, there are many clients, just like there are many Twitter clients. It doesn't really matter which one you use. They're all talking on the same network.
Patchwork is the most polished client and it doesn't require you to know any geeky stuff.
Last edited by labbe5 on Mon 16 Dec 2019, 22:13, edited 4 times in total.

User avatar
slowride
Posts: 22
Joined: Fri 23 Feb 2018, 20:08
Location: 8th Circle of Hell (east TN)

Interesting...

#2 Post by slowride »

That's excellent news (I hope) but...

Could someone outline OTHER means of accessing these protocols?

I don't trust the new firefox, nor anything Chomish.

Would love to hear what Linux Clients ALREADY EXISTS?

Thanks
PM is welcome, email now works (REPLIES might be slow, health limits console time)
[color=green][i][b]Anonymity is the Spiritual Foundation of all our Principles; ever reminding us to place Princicples before Personalities[/b][/i][/color]

labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

Torrent Paradise

#3 Post by labbe5 »

https://cloudflare-ipfs.com/ipns/torren ... about.html
Torrent Paradise: decentralized innovative torrent site
no single point of failure: you can always run your own via IPFS
runs in browser, so your query never leaves your computer
based off open source code from ipfsearch
seed/leech counts always up-to-date
no ads if you use IPFS
this is to encourage IPFS use and help decentralize
new torrents are discovered via DHT and added automagically
more info at Reddit discussion
source code on GitHub
send suggestions to urban-guacamole (at) protonmail.com


To use Torrent Paradise according to ipfs protocol, go to : https://dist.ipfs.io/#go-ipfs
and download go-ipfs Linux binaries either 32 or 64-bit :
64-bit : https://dist.ipfs.io/go-ipfs/v0.4.22/go ... d64.tar.gz
Untar it :
$ tar xvfz go-ipfs.tar.gz
$ cd go-ipfs
$ ./install.sh

Then install ipfs companion for Firefox : https://addons.mozilla.org/en-US/firefo ... src=search
More bowsers are supported, but Firefox is the best in terms of privacy and security.

Go to : https://cloudflare-ipfs.com/ipns/torren ... l/top.html
And look for icon IPFS resource loaded via Public Gateway in address bar.
As stated, no ads.

This decentralized protocol should prevent any shutdown of Torrent Paradise and helps it thrive over time.

Also available :
ipfs-desktop
deb : https://github.com/ipfs-shipyard/ipfs-d ... -amd64.deb
AppImage : https://github.com/ipfs-shipyard/ipfs-d ... 4.AppImage
snap : snap install ipfs-desktop

Post Reply