PinataCloud / pinata

The new Pinata SDK
https://docs.pinata.cloud/sdk
MIT License
8 stars 4 forks source link

Provide pinata PeerIDs for folks to connect to #45

Closed glitch003 closed 2 weeks ago

glitch003 commented 3 weeks ago

Hi, this issue was closed as completed https://github.com/PinataCloud/Pinata-SDK/issues/5 in the old SDK, but I don't see the data anywhere. Could you provide the full addresses for pinata nodes? I can see the multiaddr via cid.contact but don't know the ports or if it's TCP/UDP etc. Having full multiaddr with peer id documented would be very helpful for users that are integrating existing IPFS services with Pinata, like us, at Lit Protocol.

Screenshot 2024-10-21 at 5 37 27 PM

stevedylandev commented 3 weeks ago

Hey there! We actually have setup the DNS as a more stable way to provide external connections since our infra shifts from time to time. You can still connect to it by using the following commands:

ipfs swarm connect /dnsaddr/bitswap.pinata.cloud
ipfs config --json Peering.Peers '[{ "ID": "Qma8ddFEQWEU8ijWvdxXm3nxU7oHsRtCykAaVz8WUYhiKn", "Addrs": ["/dnsaddr/bitswap.pinata.cloud"] }]'

Thank you for bringing this up though! We will add the information to our docs :)

stevedylandev commented 2 weeks ago

Added to the docs! Will mark this as complete but please let us know if you have any other questions!