How can I "browse" IPFS?
Sorry for my newbie question, but is there a list if sites or a way to browse what files are available? I apologize, I'm possibly not understanding how IPFS works, lol. I was reading that it is similar to ZeroNet. Would that be correct?
IPFS is not similar to Zeronet. Zeronet is focused around decentralized sites, IPFS is focused around decentralized files. If you want to share a file between friends, or host it on a server, or have file sharing as part of your decentralized application, IPFS would be a good fit. If you want to browse a decentralized Internet, Zeronet is what you're looking for.
You'd have to find an index of hashes. One possible way would be to scan the ens registry and look for hashes. Otherwise, someone would need to make a search engine which spidered links based on the ens registry.
I want to get hash and name stored in ipfs folder using python
"ipfs object get QmW2WQi7j6c7UgJTarActp7tDNikE4B2qXtFCfLPdsgaTQ | jq
Producing the following output:
{
"Links": [
{
"Name": "cat.jpg",
"Hash": "Qmd286K6pohQcTKYqnS1YhWrCiS4gz7Xi34sdwMe9USZ7u",
"Size": 443362
}
],
"Data": "\b\u0001"
}"
https://blog.textile.io/what-s-really-happening-when-you-add-a-file-to-ipfs-/#:~:text=ipfs%20object%20get,b%5Cu0001%22%0A%7D
In Client-server models such as HTTP, when servers are experiencing problems, they will not be able to respond to users. This is also the biggest problem that the HTTP protocol has when it depends on a centralized server, which it cannot improve or fix.
With IPFS, it completely ignores the concept of a server, and only cares about the search content. This not only helps us shorten the path to information, but also does not worry about encountering low-quality, unreliable servers.
Here's what I learned and understood about IPFS, a technology that r/solcial is using for their social network.
https://late-wind-2341.on.fleek.co seems to be a decentralized social media platform running on IPFS. Their source code is at https://github.com/deso-protocol and their api is completely open without restrictions.
Wanted to know what others think of it.
Hi all,
I recently watched a video about IPFS and decided to give it a try. I've installed IPFS Desktop on my Windows PC, but after a while, when app is running it is impossible to use PC as it starts freezing because of huge CPU usage.
I don't share any files yet. Just running freshly installed IPFS Desktop app.
What I'm doing wrong here?
hi everyone, recently I see that .tor domain is available in peername.com I'm really curious about this crypto domain, is it compatible with IPFS, tor networks or what type of "hosting" can be used with it.
when I try to register a domain the site ask me for "domain value in JSON"
I really appreciate if u can share info or documentation about...