A Little Complicated - Using Bitcoin


Anonymity

One of the differences between using bitcoin and using regular money online is that bitcoin can be used without having to link any sort of real-world identity to it. Unless someone chooses to link their name to a bitcoin address, it is hard to tell who owns the address. Bitcoin does not keep track of users; it keeps track of addresses where the money is. Each address has two important pieces of cryptographic information, or keys: a public one and a private one. The public key, which is what the "bitcoin address" is created from, is similar to an email address; anyone can look it up and send bitcoins to it. The private address, or private key, is similar to an email password; only with it can the owner send bitcoins from it. Because of this, it is very important that this private key is kept secret. To send bitcoins from an address, you prove to the network that you own the private key that corresponds to the address, without revealing the private key. This is done with a branch of mathematics known as public key cryptography.

 Key
A public key is what determines the ownership of bitcoins, and is very similar to an ID number. If someone wanted to send you bitcoins, all you would need to do is supply them your bitcoin address, which is a version of your public key that is easier to read and type. For example, if Bob has 1 bitcoin at the bitcoin address "ABC123," and Alice has no bitcoins at the bitcoin address "DEF456," Bob can send 0.5 bitcoins to "DEF456." As soon as the transaction is processed, Alice and Bob both have 0.5 bitcoins. Anyone using the system can see how much money "ABC123" has and how much money "DEF456" has, but they cannot tell anything about who owns the address.

Private Key
In the example above, "ABC123" and "DEF456" are the bitcoin addresses of Bob and Alice. But Bob and Alice each have a second key which only they individually know. This is the private key, and it is the "other half" of a Bitcoin address. The private key is never shared, and allows the owner of the bitcoins to control them. However, if the private key is not kept secret, then anyone who sees it can also control and take the bitcoins there. This happened on live TV when Bloomberg's Matt Miller accidentally showed a private key to viewers. The money was taken immediately. The person who took it, told others about it later, saying "I'll send it back once Matt gives me a new address, since someone else can sweep out the old one."


Comments

Popular posts from this blog

Google's New Gmail