Skip to content
This repository has been archived by the owner. It is now read-only.

Vanity generator for public key hashes? #158

Closed
mateon1 opened this issue Aug 11, 2016 · 4 comments
Closed

Vanity generator for public key hashes? #158

mateon1 opened this issue Aug 11, 2016 · 4 comments

Comments

@mateon1
Copy link

mateon1 commented Aug 11, 2016

I'm interested whether there exists a vanity hash generator for IPFS public/private keypairs, similar to Bitcoin or other cryptocurrencies.
An example: findvanity QmIPFS -> QmIPFSistvz5r37jedMyXsTZ7i8AtrcpZJavoU8Jn7Ysju; keypair: [public key and private key]

@Kubuxu
Copy link

Kubuxu commented Aug 12, 2016

It will be currently really slow as we use RSA 2048 right now.

In not a far future we plan moving to ed25519 in which case you can easily reach up to 17 generated keys per second.

@mateon1
Copy link
Author

mateon1 commented Aug 12, 2016

Hm, in that case, how were QmSoL nodes created? Are they running a modified version of IPFS where the peer ID doesn't represent the pubkey?

@Kubuxu
Copy link

Kubuxu commented Aug 12, 2016

No, it was just slow.

Something like that wouldn't be possible as your node would refuse to connect to them.

@madavieb
Copy link

madavieb commented May 23, 2017

This issue has been moved to https://discuss.ipfs.io/t/vanity-generator-for-public-key-hashes/283.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants