10gic / vanitygen-plusplus

A vanity address generator for BTC, ETH, LTC, TRX and 100+ more crypto currencies.
GNU Affero General Public License v3.0
254 stars 90 forks source link

Vanitygen for chia network? #18

Open dex434 opened 3 years ago

dex434 commented 3 years ago

Would vanitygen ++ be compatible with chia network blockchain?

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

10gic commented 3 years ago

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.