I guess actually I should say I am not really clear on what the difference between deterministic and paper wallets are.. I understand deterministic is a wallet that can be generated from a passphrase only at any time right? Wouldn't that passphrase written on paper be a paper wallet or no?
I am looking for the best way to go about this for a friend that wants to store some bit coins on paper in a safe box or something like that. I suppose a "paper wallet" could also be an encrypted digital text file too?
Anyway I'm looking for the most secure most trusted method to do this - main reason being that my friend i not very computer savvy or tech literate so storing and backing up encrypted files using ultra secure passphrases, etc. I think is not good for him.
One concern I have is what if the software I use to create the deterministic or paper wallet becomes unsupported at some point between now and when he wants to use the coins? Then what? Or is this not a risk? If so why? I'm thinking along the lines of like when you have a 20 year old tape backup but no hardware that can read it anymore. Is this a risk at all?
Thanks
You can store the private keys in a digital wallet or written on an external medium paper wallet(printed on paper), steel wallet, brass wallet or whatever material.
Deterministic wallets in a specific sense are the opposite of random wallets.
You you can combine them as you wish than you can have random paper wallet, deterministic steel wallet or deterministic digital wallet.
- You have a random wallet if its values are unpredictable by humans.
The problem is that is difficult to generate a really random wallet and it is also subject to manipulations.
So we arrived by deterministic wallets.
- If a human or organization manipulated(not you), determined the keys of your wallet which you think are random then they are deterministic wallets.
They are bad deterministic wallets.
- If you have yourself decided on the key generation of your wallet then they are good deterministic wallets.
This creates confusion and some people are saying deterministic wallets are bad. Other people are saying they are good.
But they are thinking on different kind of deterministic wallets.
So what can you do that your presumably random keys get not compromised by somebody ? You can create good deterministic wallets where you decide on the seed.
The problem is again that some people doesn't understand the principle and create easy to guess seed, pass-phrase. Then it is again contra-productive.
What is the best ?
Create a random pass-phrase with a random number generator and change about half of the characters, then you have a deterministic seed created randomly.
From this seed create a private key or a wallet.
This will be not memorable - not brain wallet, but it will be hard to guess and with high entropy.