vanitygen-plusplus
vanitygen-plusplus copied to clipboard
Vanitygen for chia network?
trafficstars
Would vanitygen ++ be compatible with chia network blockchain?
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.