6
1
(This question applies to private wallets, stored in a local computer. Not so much for online wallets, which are supposed to always be connected to the internet)
Let's say I have a wallet with several addresses. Somebody (maybe even myself) makes a transfer to one of my addresses. My impression is that my bitcoin client (the one managing the wallet to which the address is associated) must be running and connected to the internet in order for this transfer to be executed.
I say this because, since a wallet has real money, the bitcoins (those unique bitcoins that have been transferred) must arrive to the wallet somehow. But if my wallet is not connected, this is impossible.
So here my questions:
- what happens if the wallet is not connected to the internet? Where are the bitcoins? Are they in a "bitcoin limbo" until they are transferred to my wallet?
- How is this managed from the
blockchainpoint of view? Are transfers marked as "done" when the money has been transferred to a wallet? - is there any kind of timeout? What happens if I do not connect my client for a day / month / year / ever? Are the bitcoins lost, or is the transfer cancelled?
Maybe I am misunderstanding what an address / wallet really represents.
Do you mean that the blockchain has a ledger of all addresses, with the current balance? I do not think this is actually doable, so I must be misunderstanding something. Also: what does it mean "if you lose your wallet, you lose your coins" in this context? Since what you are saying is that my wallet has no coins, but just keypairs for all addresses that I have in that wallet, that means that I can make as many copies of my wallet as I want to, since all of them will have the same keypair, right? That also means nothing is stored in the wallet (only the keypairs of all addresses) – dangonfast – 2013-12-06T11:37:22.873
you don't need a wallet at all to receive transactions. to spend them, yes, to receive them, no. as @Roo says, the miners include the transactions into the blockchain and you can check this on https://blockchain.info/address/[enter your bitcoin address here]. if you lose your wallet (or more specifically your private key) then you cannot spend the coins which have been sent to your address.
– mulllhausen – 2013-12-06T12:15:24.0232@gonvaled He means exactly that and this IS doable. THe blockchain IS a ledger of all addresses that were ever used, all transactions that ever were processed. If you loose your wallet you can not get the keys back to access your bitcoin. – TomTom – 2013-12-06T12:36:57.597