IPFS.

Post

Share your knowledge.

IPFS moderator.
Mar 20, 2024
Expert Q&A

Kubo and IPFS Cluster Service on the same machine for IPFS daemon

I am trying to establish communication between the Cluster peer and the IPFS daemon using the HTTP API (localhost:5001). To achieve this, I understand that I need to set up Kubo and run IPFS Cluster Service on the same machine. Can someone guide me through the steps to accomplish this? I want to ensure that the IPFS daemon is launched and running separately for successful communication. Thank you in advance for your assistance.

  • IPFS
0
1
Share
Comments
.

Answers

1
IPFS moderator.
Mar 20 2024, 09:58

To ensure proper functionality, it is necessary to have the IPFS daemon running separately. You can verify its status by executing the following command in your terminal:

curl -X POST http://localhost:5001/api/v0/version

For detailed instructions on setting up kubo, please refer to the documentation provided at:

https://pkg.go.dev/github.com/ipfs/kubo/tracing

0
Official Answer
Comments
.

Do you know the answer?

Please log in and share it.

We use cookies to ensure you get the best experience on our website.
More info