How do I own my bitcoin address?

3

I am a bit new to BTC.

I bought few via Virwox and it tells me I have an address. People can send money in BTC to that address.

I also downloaded MultiBit on my Mac and I got another address.

But how do I actually own those addresses? I'd like to see some technical reference on this.

Thanks,

AGamePlayer

Posted 2014-02-02T08:36:55.393

Reputation: 269

Answers

2

You actually own a private key, which generates the public address which is given to you.

For example, let's say your public address is:

1E4CwvCLFkhAz8Zbkvh2HpmsNafk9ecvdo

The private key which generates that address is:

5HtxkoHrU6iGJXaNCQ5iAZBEXgTWk13k14SFpQrNJHVrJuTxN78 (Do not use this private key!)

To be able to add that address to your wallet, you need to add your private key to your wallet. What your wallet basically does is to show the balance of all your private keys. You can send and receive BTC through these addresses.

So right now you have BTC on the private key (or public address) which you ordered on Virwox. If you want to see it on your wallet, you can either add the private key to your wallet, or send those BTCs to the address generated by the Multibit wallet.

BTW: If you're going to send the BTC, please make sure that you backup your wallet just in case.

Kudos,

-Besir

Besir Kurtulmus

Posted 2014-02-02T08:36:55.393

Reputation: 179

1Don't use that specific private key!John T 2014-02-02T08:49:26.203

1I'll edit it, and tell him not to do so :)Besir Kurtulmus 2014-02-02T08:49:58.370

Thanks. So how do I generate the private key? How could I make sure it's safe?AGamePlayer 2014-02-02T09:09:46.587

Your wallet actually creates it when you create a public address. All you need to do is create a new wallet with a public key, and keep a backup of your wallet file. If you want double security, save the mnemonic (eg. "tree haze pardon breaker hammer james explode") given to you when you create a wallet. You can use that mnemonic to recover your wallet later on.Besir Kurtulmus 2014-02-02T09:37:55.933

2

You own a bitcoin address if (and only if) you (and only you) have the corresponding private key for that address.

If this isn't true, it means that when you have some amount of Bitcoin on Virwox, this amount is technically owned by Virwox, and not by you. This means, that you can't control if these bitcoins are in place, or if you will own them tomorrow.

On the other hand, Blockchain.info/wallet does not have an access to your private keys, only you have, so you can be sure, that the Bitcoin you own now will be also yours tomorrow. Likewise with Bitcoin software installed locally on your computer.

czaks

Posted 2014-02-02T08:36:55.393

Reputation: 158

Thanks, so do I need to install some Bitchain client to own the bitcoin?AGamePlayer 2014-03-04T11:47:29.830

To really own a bitcoin with the lowest effort, I would recommend you using the blockchain.info web wallet.czaks 2014-03-04T11:54:22.820

0

VirWoX doesn't allow you to "posses" your account. You need a client like MultiBit, and there you will see your new address. Then make a bitcoin transfer from virwox to multibit. They will charge 0.002 btc per transaction, with a minimum of 0.02 or so I think.

Smeterlink

Posted 2014-02-02T08:36:55.393

Reputation: 101