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

Vanitygen for chia network? #18

Open
dex434 opened this issue Jun 11, 2021 · 1 comment
Open

Vanitygen for chia network? #18

dex434 opened this issue Jun 11, 2021 · 1 comment

Comments

@dex434
Copy link

dex434 commented Jun 11, 2021

Would vanitygen ++ be compatible with chia network blockchain?

source:
https://github.com/Chia-Network/chia-blockchain

@10gic
Copy link
Owner

10gic commented Jun 12, 2021

All Chia keys are BLS-12-381 private keys, following the IETF spec, the EIP-2333 spec for key derivation and BIP 44 registered. Private keys are 32 bytes, public keys 48 bytes, and signatures 96 bytes (public keys are points in G1, signatures are points in G2.)

https://github.com/Chia-Network/chia-blockchain/wiki/Chia-Keys-Architecture

This tool only support ed25519 and secp256k1 elliptic curve. BLS-12-381 is not supported.

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

No branches or pull requests

2 participants