6
1
From reading previous articles I understand that you can receive bitcoins to an address even if your wallet is in cold storage because the bitcoins sent to this address is recorded by someone on the block chain. Is this correct? and who is this someone?
Now If I have bitcoins stored in an offline laptop (I believe this is called cold storage) is it possible I can create some sort of QR code with my offline laptop and just have my mobile Android bitcoin wallet snap the QR code and wallah the bitcoins are transferred from cold storage to hot? Do I also need to enter my private key to enable this?
6What you have to understand is that bitcoins only exist in the blockchain. They do not exist in your wallet, either online or offline. All that contains is your public and private keys that allow you to make transactions on the blockchain. You do not transfer bitcoins anywhere when you move them to cold storage, they still only exist as transactions on the blockchain. The wallet cold, or hot, only contains the keys that let you authorize transactions on the blockchain to "spend" those coins. – user3742 – 2014-04-14T10:50:56.507
Thanks for that, still trying to build my fundamental knowledge so that does help unconfuse me! One more question if you have time, can I authorise transactions on the block chain from my private keys stored in a cold wallet via a hot wallet that is connected/online to the block chain? Thanks again – Vinny – 2014-04-14T10:55:33.037
4You can generate a signed transaction on an offline machine as long as it knows what to sign and has the private key. The tx can then be moved to an internet connected machine for submission. The problem is the "know what to sign" bit, a Bitcoin transaction references the output of a previous transaction so that information would need to be fed to the cold wallet. Common practice is to create a new cold storage key and import the old key(s) into a regular wallet where the funds are immediately sent from the old cold address(es) to where they are need and the change to the new cold address. – dchapes – 2014-04-14T13:08:40.213