Ipfs thread

ipfs thread
post some good hashes

Attached: Ipfs-logo-1024-ice-text.png (1024x1024, 70K)

Other urls found in this thread:

cloudflare-ipfs.com/ipns/torrent-paradise.ml
iknowwhatyoudownload.com/en/peer/
twitter.com/SFWRedditGifs

not using this shit until they finally add anonymity. every single person can easily monitor the hashes you visit.

I tried to access the video searching site and it didn't let me unless I had an account

b99cc420eb25205168e83190bae48a12

Just like torrents to be honest. They don't want to be the ones responsible for anonymity and would prefer to have a modular design which uses anonymity networks which have a track record of being secure. This is the smartest thing to do.

so use tor or vpn

what's the point of this and how can this save all changes of a page?

>what's the point of this
Distributed, content-addressed web
>and how can this save all changes of a page?
ipfs add page.html
vim page.html
ipfs add page.html

Call me when this actually has content on it. It'll be like i2p, neat but not really going anywhere. Even Tor is only good for CP and drugs.

torrent search engine on ipfs
cloudflare-ipfs.com/ipns/torrent-paradise.ml

>put your site on IPFS
>still load JS from HTTP
wew lad

yeah it's pretty dumb

how?

Let's talk via pubsub. Make sure you're using the latest version (0.4.19-dev here)
ipfs config Pubsub.Router gossipsub
ipfs config Pubsub.StrictSignatureVerification true
ipfs daemon --enable-pubsub-experiment
ipfs pubsub sub "technologee"


ipfs dht findprovs yourhashhere

>Even Tor is only good for CP and drugs.
So? The only good things left on the internet

Anyone?

If this is peer to peer how do you make sure people are downloading the latest version of the website?

Content-addressing. Links are hashes.

wait few minutes

Not only that, but anyone you download a file from will know your IP. It's basically like bittorrent.
By default IPFS also pins everything you download if I remember correctly.

Neat technology but a big NOPE from me until they add official I2P or Tor support.

>By default IPFS also pins everything you download if I remember correctly.
No, it keeps it in your repo until it gets garbage collected. You have to pin things explicitly.

Bittorrent 2.0 is better

i'm connected what now

>can't post hash because of spam filter
10/10 thread

it is and it isn't at the same time
and also iirc none of the torrent clients implements bittorrent 2.0

i was thinking of adding it to mine today if it's not too hard

do it and post it

You should see a bunch of messages in a few moments. But it may take a while for our nodes to find each other.

You probably did something wrong because I only see myself and my test node in the channel's peers.

but i saw one message

Try responding
ipfs pubsub pub "technologee" "your message
"

I see your messages but I don't think you see mine

iknowwhatyoudownload.com/en/peer/

For changing data you should use Dat, not IPFS.

Attached: dat vs ipfs.png (844x784, 113K)

Weird.

bpaste

opendht works better for this

Never heard of it, interesting although it's a DHT, not a messaging service.