logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bip32gen - Create hierarchical deterministic wallet addresses

Author

       bip32gen was written by Johnathan Corgan  <johnathan@corganlabs.com>

       This manual page was written by Josue Ortega <josue@debian.org>, for the Debian project (and may be  used
       by others).

                                                  APR 25, 2017                                       BIP32GEN(1)

Description

       This manual page documents briefly the bip32gen command.

       The  bip32utils library is a pure Python implementation of Bitcoin hierarchical deterministic wallet ("HD
       Wallet") ECDSA key generation as specified in BIP0032 (Bitcoin Improvement Proposal #0032).

Name

       bip32gen - Create hierarchical deterministic wallet addresses

Optional Arguments

-h,--help
              Show this help message and exit

       -x,--input-hex
              Input supplied as hex-encoded ascii

       -X,--output-hex
              Output generated (where applicable) as hex-encoded ascii

       -i[type],--input-type[type]
              Source material to generate key, where type can be: entropy,xprv,xpub

       -nAMOUNT,--amountAMOUNT
              Amount of entropy to to read (bits), None for all of input

       -fFROM_FILE,--from-fileFROM_FILE
              Filespec of input data, '-' for stdin

       --oOUTPUT_TYPE,--output-typeOUTPUT_TYPE
              Output types, comma separated, from addr|privkey|wif|pubkey|xprv|xpub|chain

       -v,--verbose
              Verbose output, not for machine parsing

       -d,--debug
              Enable debugging output

       -t,--testnet
              Use testnet formatted

Positional Arguments

chain  List of hierarchical key specifiers

Synopsis

bip32gen [options]

See Also