Post
Topic
Board Armory
Re: Does watch-only wallet have a Master Public Key you should keep safe?
by
Carlton Banks
on 28/11/2013, 20:54:54 UTC
I think you're mixing up the definitions slightly.

Armory wallet (offline or online) contains:


x1 private key
x1 chain code
infinite public keys (derived from the chain code)

Armory watching only wallet contains:

x1 chain code
infinite public keys (derived from the chain code)


Plus stuff like transaction comments and so on, but I'm sticking to the keys here. If you give someone else the chain code, they can indeed determine the amount of Bitcoin at every address in the wallet. But the Chain Code is always packaged up together with the private key, either in the same wallet file or in the same paper backup. You need both the private key and chain code for a paper backup.

In the case of the situation you're describing, there is no real need to panic. If you're providing an individual public key to someone to pay you with, they know nothing about the rest of the wallet except that one address (represented by the one public key. "Public key" and "address" = same thing). There's no way to make a mistake and accidentally give them the Chain Code, it's not accessible in any part of the Armory application except for the paper backup feature. You'd never make that mistake.