0
- Using
bitcoin-cli -datadir=X sethdseed true "WIF_KEY"the current wallet within datadir is updated - Then, using
bitcoin-cli -datadir=X dumpwallet my_dump.txtshows a fresh new
# extended private masterkey: tpriv..., which is determiniscally generated from the WIF_KEY
Now, using the # extended private masterkey I could indeed generate the same address than bitcoin core with the m/0'/0'/i' derivated path.
How could I compute the # extended private masterkey without dumping the wallet, using tools like libbitcoin bx ?
Also, the dumping file show a WIF_KEY 2019-03-22T14:43:55Z hdseed=1 # addr=mnMEP6P92XKxKfEM5v2SxzLBMVB2tf7Lsj hdkeypath=s
which is exactly the m/44'/1'/0'/0/0 from the WIF_KEY passed in sethdseed cmd, why ?
Thanks very much for answer quickly my 2 posts.
bx hd-new --version 70615956for testnet and it works great. – onepix – 2019-03-23T16:04:55.177