dashhive / dashhd-cli

Commandline utility to traverse HD Keys from HD Wallet Seed and Extended Key (xprv, xpub) Paths
MIT License
1 stars 0 forks source link

feat: add --testnet, and manual version (magic byte) options #19

Open coolaj86 opened 7 months ago

coolaj86 commented 7 months ago
All testnet magic bytes / versions can be set at once with a boolean flag
--testnet

Or versions can be set custom individually with a string or hex option
--xprv-version 'xprv|tprv|mainnet|testnet|hex'
--xpub-version 'xpub|tpub|mainnet|testnet|hex'
--wif-version 'mainnet|testnet|hex'
--addr-version 'mainnet|testnet|hex'