vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 857 forks source link

bip32_master_key with seed and password #160

Open azteca7 opened 7 years ago

azteca7 commented 7 years ago

Hello, how I can use pybtctool bip32_master_key , hd_coldwallet privkey with seed and password, for example I have made seed and password here - https://iancoleman.github.io/bip39/ --BIP39 Mnemonic ---> seed --BIP39 Passphrase (optional) --> password

I want use this seed and password with pybitcointools , thank you

outragedhuman commented 6 years ago

Wondering this myself.