Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipfs-key - unmaintained #1777

Open
koxon opened this issue Oct 6, 2022 · 1 comment
Open

ipfs-key - unmaintained #1777

koxon opened this issue Oct 6, 2022 · 1 comment
Labels
need/triage Needs initial labeling and prioritization

Comments

@koxon
Copy link

koxon commented Oct 6, 2022

To generate a CLUSTER_ID and PRIVATEKEY you suggest in the documentation to use ipfs-key from this repo: https://github.com/whyrusleeping/ipfs-key

It appears that this repo is unmaintained, PRs are not merged, and the install process doesn't work anymore after GO deprecated some functions.

Could you please explain how to generate this ID and KEY so we can do it ourselves? Never I found explanation on how to generate this ID and key. What is the expected format?
Or could you bring this util inside the IPFS Cluster official repository along with ipfs-cluster-ctl?

This is very confusing for non-coders and people getting started. It creates frictions we could easily avoid.

thanks

@koxon koxon added the need/triage Needs initial labeling and prioritization label Oct 6, 2022
@hsanjuan
Copy link
Collaborator

hsanjuan commented Oct 6, 2022

You can use ipfs-cluster-service -c <temp_folder> init and pick up key/values from the identity file. Or IPFS_PATH=<temp_folder> ipfs init and do the same. ipfs-key is only to facilitate generating multiple keys in a single place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/triage Needs initial labeling and prioritization
Projects
None yet
Development

No branches or pull requests

2 participants