How to store/export coins from bitcoind to papper wallet 'cold storage'

1

I have bitcoind 0.9.1 installed on my VPS debian server. I would like to store my coins via "cold storage", on paper wallets.

I read some articles over internet, but i don't know which one is usable/achievable in this case.

Could someone tell me some ideas how can i achieving cold storage via bitcoind.

Nagy Ervin

Posted 2014-05-07T11:25:38.943

Reputation: 111

With that do you need help? Creating a paper wallet, sending bitcoins, or whether its possible or not?Mathias711 2014-05-07T12:12:07.537

Well, i would like to know how can i transfer coins from my bitcoind's wallet into a papper wallet.If its possibel, how can i do that, i think i need a "step by step tutorial".Nagy Ervin 2014-05-07T12:14:36.530

1

You can create a paper wallet (from a link from here for example) and then send the bitcoin to the address associated to that wallet. Then it is in the so-called cold storage. The paper does not need to know there are bitcoins on it, you just want to have the private key (which is printed on it) associated to the address you have sent you BTC to, whenever you want to access the BTC again

Mathias711 2014-05-07T12:16:20.857

The idea is that you have a private key on the paper wallet, which is the ONLY (so dont loose it ;) ) option to access that specific wallet. Whatever ends up in that wallet is yours, whenever you send it (so before or after printing, but you have to create the address/key before sending of course)Mathias711 2014-05-07T12:18:15.277

@Mathias711 Those comments together would make a nice answer.Murch 2014-05-07T12:51:48.963

Yeah, I thought about it. But I needed to ask where he need help with. And then I just answered in the comments instead of the answer box. I will copy/paste it :)Mathias711 2014-05-07T12:53:09.607

Answers

1

You can create a paper wallet (from a link from here for example) and then send the bitcoin to the address associated to that wallet. Then it is in the so-called cold storage. The paper does not need to know there are bitcoins on it, you just want to have the private key (which is printed on it) associated to the address you have sent you BTC to, whenever you want to access the BTC again

The idea is that you have a private key on the paper wallet, which is the ONLY (so dont loose it ;) ) option to access that specific wallet. Whatever ends up in that wallet is yours, whenever you send it (so before or after printing, but you have to create the address/key before sending of course)

Mathias711

Posted 2014-05-07T11:25:38.943

Reputation: 1 390