Bitcoin: How Cryptocurrencies Work?

in #bitcoin6 years ago

Say there's a coin, that's currently worth hundreds of US dollars but it's not made of gold or platinum or any precious metal. In fact, it's not the kind of coin you can hold in your hand or stick in a piggy bank. It's a digital currency which means it only exists electronically, I'm talking about Bitcoin.

430455797380.png

Bitcoin doesn't work for most money, it isn't attached to a state or government. So, it doesn't have a central issuing authority or regulatory body. Basically, that means there's no organization

  • deciding when to make more bitcoins
  • figuring out how many to produce
  • keeping track of where they are
  • investigating fraud

So, how does Bitcoin work as a currency or have any value at all?

Well, Bitcoin wouldn't exist without a whole network of people and a little thing called Cryptography. In fact, it's sometimes described as the world's first cryptocurrency and here's how it works.

Bitcoin is a fully digital currency and you can exchange bitcoins between computers in a worldwide peer-to-peer network. The whole point of most peer-to-peer networks is sharing stuff like letting people make copies of super legal music or movies to download. If bitcoin is a digital currency, what's stopping you from making a bunch of counterfeit copies and becoming fabulously wealthy? Well, unlike an mp3 or a video file, a Bitcoin isn't a string of data that can be duplicated. A Bitcoin is actually an entry on a huge global ledger called the Blockchain.

649341230168.png

The blockchain records every Bitcoin transaction that has ever happened. As of late 2016, the complete ledger is about 107 gigabytes of data. So, when you send someone bitcoins it's not like you're sending them a bunch of files, instead, you're basically writing the exchange down on that big ledger. Now, maybe you're thinking.. but wait.. you said that Bitcoin doesn't have a central authority to keep track of everything. Even though the blockchain is a central record, there's no official group of people who update the ledger and keep track of everybody's money like a bank does it's decentralized. In fact, anybody can volunteer to keep the blockchain up to date with all the new transactions and a ton of people do. It all works because there are lots of people keeping track of the same thing to make sure all transactions are accurate.

Like, imagine you're playing a game of poker with some pals. None of you has poker chips and you left your cash at home. There's no money on the table, so a few of you get out some notebooks and start writing down who bets how much who wins and who loses.

191846104794.png

You don't completely trust anyone else. So, everyone keeps their Ledger's separately. At the end of every hand, you all compare what you've written down. That way, if someone makes a mistake or tries to cheat and snag some extra money for themselves that discrepancy is caught. After a couple of hands, you might fill up a page of your notebook with notes about the money movement. You can think of each page as a block of transactions. Eventually, your notebook will have pages and pages of information a chain of those blocks. Hence, Blockchain.

Now if thousands of people are separately maintaining the Bitcoin blockchain

how are all the Ledger's kept in sync?

Let's stick with our poker analogy, think of the entire Bitcoin peer-to-peer network as a really huge poker table with millions of people. Some are just exchanging money, but lots of volunteers are keeping Ledgers. So, when you want to send or receive money, you have to announce it to everyone at the table. So, the people keeping track can update their Ledger's.

So, for every transaction you're announcing a couple of things to the Bitcoin Network:

  • Your Account Number
  • The account number of the person you're sending bitcoins to, and
  • How many bitcoins you want to send

And all of the users who are keeping copies of the blockchain will add your transaction to the current block. Having a bunch of people keep track of transactions seems like a pretty good security measure, but if all it takes to send bitcoins is a couple of account numbers that seems like it might be a security problem. It's a huge problem with regular money, just think of all the ways criminals try to steal other people's credit card information and with Bitcoin, there's no central bank to notice anything weird going on to shut down fraud.

91953132030.png

Bitcoins are kept pretty safe. Thanks to cryptography, which is why it's considered a cryptocurrency. Specifically, Bitcoin stays secure, because of "keys" which are-
Basically chunks of information that can be used to make mathematical guarantees about messages like- hey this is really from me.

When you create an account on the Bitcoin network, which we call it a wallet. That account is linked to two unique keys- a private key and a public key. In this case, the private key can take some data and basically mark is also known assigning it. So that other people can verify those signatures later if they want.

So, let's say I want to send a message to the network that says John sends three bitcoins to Jack. I sign that message using my private key, which only I have access to, and nobody else can replicate. Then, I send that signed message out to the Bitcoin network and everyone can use my public key to make sure my signature checks out. That way, everyone keeping track of all the Bitcoin trading knows to add my transaction to their copy of the Blockchain. In other words, if the public key works that are proof that the message was signed by my private key and is something I wanted to send.

Unlike a handwritten signature or a credit card number. This proof of identity isn't something that can be faked by a scam artist. The WHO part of each transaction is obviously important to make sure the right people are swapping bitcoins. But, the WHEN matters as well.

If you had a thousand dollars in your bank account for example and tried to buy two things for $1,000 each. The bank would honor the first purchase and deny the second one. If the bank didn't do that, you'd be able to spend the same money multiple times, which might sound awesome, but it's also terrible. A financial system can't work like that because no one would get paid. So, if I only have enough money to pay JACK or ALLY, but I try to pay them both, there's a check built into the Bitcoin system. Both the Bitcoin network and your wallet automatically check your previous transactions to make sure you have enough bitcoins to send in the first place. But, there's another problem that might happen with timing, because lots of people are keeping copies of the blockchain all over the world. Network delays mean that you won't always receive the transaction requests in the same order so now you've got a bunch of people with a bunch of slightly different blocks to pick from but none of them are necessarily wrong.

How does BITCOIN solve that problem? It turns out it's by actually solving problems "Math Problems" To add a block of transactions to the chain, each person maintaining a ledger has to solve a special kind of math problem, created by a cryptographic hash function. A hash function is an algorithm that takes an input of any size and turns it into an output with a fixed size.

512160907591.png

For example, let's say you had (1,2,3,4) string of numbers as your input and our example hash function says to add all of the numbers together. So, in this case, the output would be 10. What makes hash functions really good for cryptography is that when you're given an input it's really easy to find the output, but it's really hard to take an output and figure out the original input. Even in this super simple example, there are lots of strings of numbers that add up to 10. The only way to figure out that the input was 1, 2, 3, 4 is to just guess and get it right. The hash function that Bitcoin uses is called SHA-256 which stands for the Secure Hash Algorithm 256 bit and it was originally developed by the United State's National Security Agency.

Computers that were specifically designed to solve SHA-256 hash problems take on average about 10 minutes to guess the solution to each one. That means they're churning through billions and billions of guesses before they get it right. Whoever solves the hash first, gets to add the next block of transactions to the Blockchain, which then generates a new math problem that needs to be solved.

853293415049.png

If multiple people make blocks at roughly the same time the network picks one to keep building upon which becomes the longest and most trusted chain. And any transactions in those alternate branches of the chain get put back into a pool to be added on to later blocks. These volunteers spend thousands of dollars on special computers built to solve SHA-256 problems. They run their electricity bills up sky-high to keep those machines running, but why? What are they getting out of maintaining the blockchain? Is it just community service? Well, Bitcoin actually has a built-in system to reward them. Today every time you win the race to add a block to the blockchain. Twelve-and-a-half new bitcoins are created out of thin air and awarded to your account. In fact, you might know the Bitcoin ledger keepers by another name "miners" that's because keeping the blockchain updated is like swinging a proverbial pickaxe at those hash problems hoping to strike it rich.

When bitcoins were first created in 2009, they didn't really have any perceived value, tens of bitcoins would have been worth the same as a bunch of pennies. As of November 10th, 2016 through one Bitcoin is worth seven hundred eight US dollars. So. 12.5 BTC is worth $8850. That's a nice chunk of change. Every single Bitcoin that exists was created to reward a Bitcoin miner. Besides the big payout when they add a new block of transactions miners are also essentially tipped a very small amount for each transaction they add to the ledger it's also worth noting that every two hundred ten thousand blocks the number of coins generated when a new block is added goes down by half

So, what started as a reward of 50 bitcoins decreased to 25 then 12 and a half and it will only be around 6 bitcoins in a couple more years and keep decreasing.

Eventually there will be so many transactions in a block that it'll still be worthwhile for miners to mostly be paid in tips according to current projections the last Bitcoin probably around the twenty-one millionth coin will be mined in the year 2140 this decreasing number of bitcoins is actually modeled off the rate at which things like gold are dug out of the earth and the idea is that keeping the supply of bitcoins limited will raise their value over time so is investing in Bitcoin a good idea now that's not really a scishow kind of question bitcoin is still volatile and experimental a lot of people love it and a lot of people think it's doomed to fail we just think it's an interesting idea and it makes us wonder what cryptography might do for us next.

Upvote and Follow @techmeme for more!

Sort:  

this post is most informative about bitcoin.....thanks a lot.......

thanks for reading!

Nice post. I learned a lot.
Good job.

thanks for the read!

Bitcoin explained both easily understandable and torough!
💖 Resteemed to my followers