Ok thanks for the clarification.
Could you maybe tell me how I can store my wallet.dat on paper ? Do i have to open it with notepad ? Or how is the method to do this ?
Thanks in Advance
Backing up a wallet generated by the official "satoshi" bitcoin client onto paper is hard, because you have to export each private key [1]
Also with the official "satoshi" bitcoin client when you generate a new address another change address is created in a hidden key pool. In short you are meant to create a new backup of the new generated keys when this happens. (also you are meant to backup the wallet from the satoshi client everytime you create a new address to receive coins)
Also when backing up a private key, take the address from the client and check that addresses balance on
http://blockchain.info/ because the official "satoshi" bitcoin client keeps some of your coins in hidden addresses that might not be obvious.
Do you want a solution to this mess? Use a deterministic wallet where all the keys in the wallet are all generated from a seed key. Two wallets offer this functionality,
https://bitcoinarmory.com/ and
http://electrum.org/seed.htmlThis is the difference, if you have a thousand addresses in your wallet file, with the satoshi client you would have to export every key and print them all out. (Or send all the coins to a single address and export that key) However with Armory and Electrum you only need to backup the seed, this seed can hold millions of keys. Far more secure.
[1] -
https://bitcointalk.org/index.php?topic=168957.msg1757503#msg1757503