Use hdseedid to give all addresses in bitcoin

0

1

I'm using bitcoin core version 0.18.1 and I'm studying Hd Wallet. I can see the value hdseedid, and I understand that it's HASH160 of my hd seed.

Can I use this seed to retrieve all my keys? I tried to put this value in https://iancoleman.io/ like entropia, but I don't find the same address that I can find in dumpwallet.

monkeyUser

Posted 2019-11-26T19:29:36.110

Reputation: 245

Answers

3

No, you cannot use that value for that purpose.

Bitcoin Core does not support publicly derivable addresses at all (at this point).

Pieter Wuille

Posted 2019-11-26T19:29:36.110

Reputation: 54 032

thanks, and what is his purpose?monkeyUser 2019-11-26T19:50:19.420