DOKK / manpages / debian 12 / python3-bip32utils / bip32gen.1.en
BIP32GEN(1) General Commands Manual BIP32GEN(1)

bip32gen - Create hierarchical deterministic wallet addresses

bip32gen [options]

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).

List of hierarchical key specifiers

Show this help message and exit
Input supplied as hex-encoded ascii
Output generated (where applicable) as hex-encoded ascii
Source material to generate key, where type can be: entropy,xprv,xpub
Amount of entropy to to read (bits), None for all of input
Filespec of input data, '-' for stdin
Output types, comma separated, from addr|privkey|wif|pubkey|xprv|xpub|chain
Verbose output, not for machine parsing
Enable debugging output
Use testnet formatted

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).

April 25, 2017