How can I prove control of HD wallet through message signing?

4

2

If I sign a message with one of the address from an HD wallet, does that prove control over the rest of the addresses created and will be created inside that HD wallet?

Emre Kenci

Posted 2014-06-06T13:14:07.860

Reputation: 3 008

Answers

2

It proves that you control all children of that address (i.e. the ones further down the chain). It does not prove that you own the parents of that address (i.e. the ones further up the chain), since it's not possible (AFAIK) to go from a child to a parent key.

Tim S.

Posted 2014-06-06T13:14:07.860

Reputation: 4 159

Thank you! Do you know how I can figure out the first address in an armory hd wallet?Emre Kenci 2014-06-06T13:45:07.187

1Double click on the wallet to open it; the addresses are listed, with a "#" column. The one with a # of 1 is the first.Tim S. 2014-06-06T13:59:38.093