Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: tspacepilot on April 23, 2015, 06:56:16 AM



Title: tool to generate HD key tree from seed
Post by: tspacepilot on April 23, 2015, 06:56:16 AM
Hi there,

I've been playing around with some exports of a bitcoin HD wallet and I have the seed used to kick things off.  I was hoping to find an offline tool to generate the deterministic keychain from a given seed.  Can anyone recommend such a tool (command line tools preferred!)?


Title: Re: tool to generate HD key tree from seed
Post by: Abdussamad on April 23, 2015, 09:48:42 AM
https://github.com/vbuterin/pybitcointools

and

https://github.com/richardkiss/pycoin
docs: https://github.com/richardkiss/pycoin/blob/master/COMMAND-LINE-TOOLS.md


Title: Re: tool to generate HD key tree from seed
Post by: tspacepilot on April 23, 2015, 04:25:02 PM
https://github.com/vbuterin/pybitcointools

and

https://github.com/richardkiss/pycoin
docs: https://github.com/richardkiss/pycoin/blob/master/COMMAND-LINE-TOOLS.md

Thanks Abdussamad!  It looks like pybitcoin tools may have everything I'm looking for.  I"ll check out pycoin as well!