Brain Address

Currently, only Bitcoin wallets and Ethereum wallets are supported in batches, and more chains may be supported in the future;

Built on Vault

Vault-based construction refers to using the vaultName and password of the user when registering the vault space as the initial entropy to calculate the mnemonic, and then use the mnemonic to derive the public-private key pair and wallet address in batches according to the HD algorithm;

When the vault name and password entered by the user do not exist, the system will prompt the user with an error and fail to generate the brain wallet in batches;

Build on Custom Content

Construction based on user-defined content refers to the user-defined initial entropy of the brain wallet. Except that the content length must be greater than 16, the system will not impose any restrictions on the input character content. If users need to use this function, please ensure that your The definition is robust enough;

Last updated