spend balance using master key

0

We can spend balance of an address if we have private key. is it true for master private key too? I mean, we could spend spend balance using master private key? or we should use child private key?

max

Posted 2016-12-06T13:37:28.260

Reputation: 187

Answers

1

A Bitcoin transaction to an address has to be spent using the specific private key that corresponds to the public key whose hash is the address. In this case, that's the child private key.

Of course, if you have the master private key, you can compute the child private key from it. Your Bitcoin wallet client might even do that for you. But at the last step, it's the child private key that is used.

Nate Eldredge

Posted 2016-12-06T13:37:28.260

Reputation: 21 420

what about generating addresses from child public key not child private key? then I have no child private keymax 2016-12-07T12:52:49.757

@max: I don't understand. Your question was about spending balances. You can't spend a balance without a private key.Nate Eldredge 2016-12-07T15:15:42.990