python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
can't connect to ipfs cluster from my local host
I have ipfs cluster in the docker
i.e. i have installed the following components:
ipfs init
ipfs-cluster-service init --consensus raft
ipfs daemon
ipfs-cluster-service
docker file:
ipfs-cluster-1...
Igor
Votes: 0
Answers: 1
IPFS content availability / health information
Is there a way to check how many nodes contain a specific content ?
If an hashed content is stored on just a node and the node goes offline, the content will not be available anymore.
If on the other...
Stormsson
Votes: 0
Answers: 1
Is there any way to hide ipfs addresses without using ipns?
For practical purposes, it is important that files can be deleted, so the ipfs address cannot be used as is.
However, ipns is currently very slow.
Is there any way to hide the ipfs address without usi...
nokemono
Votes: 0
Answers: 1
What is the difference between ipfs.add and ipfs.dag.put?
Using the js-ipfs lib, I'm struggling to find good information regarding the difference between the following commands:
> await ipfs.add('hello world',{cidVersion:1})
{
path: 'bafkreifzjut3te2nhy...
cwarny
Votes: 0
Answers: 1