Smarter_way_USA

eToro’s Bitcoin Guide for Beginners

Have you heard of Bitcoin but never taken the time to learn what makes it so different from regular money or payment systems? Well, if you have an interest in the future of money and especially if you’re looking to invest in it, you should study the functions and features of Bitcoin. It’s more than worth the mental effort it takes to understand it properly.

This article assumes that you’re a complete beginner and introduces general concepts without getting into technical complexities.

The Basics

There are a couple of points we should clear up before getting into our explanation:

1. Bitcoin or bitcoin?

When we discuss Bitcoin with a capital “B,” we mean the system or protocol as a whole. Whenever a small “b” is used, we’re referring to the currency unit, also known as BTC. This naming convention is fairly standard, although some exchanges (such as Kraken) use “XBT” instead of “BTC.” The reason for this is that XBT is the international standard code (ISO 4217) for Bitcoin.

2. Unit Divisibility

1 BTC (or one bitcoin) is composed of 100 million base units, called satoshis. In other words, 1 BTC is equal to 100,000,000 satoshis or 1 satoshi is equal to 0.00000001 BTC – that’s 8 places after the decimal. As we’re used to only two decimal places in our currency units (as in “cents,” or your local equivalent) the eight places used in Bitcoin can take some getting used to. The good news is that this greater divisibility means you can buy small fractional amounts of bitcoin, as not everyone can afford the current price of 1 BTC

3. The Inventor

Satoshi Nakomoto is the pseudonym used by the individual or group who released the Bitcoin code and whitepaper in 2009. Satoshi’s real identity is unknown. There is much speculation regarding Satoshi’s real identity and several people have even claimed to be Satoshi. The most convincing evidence for Satoshi’s identity would be if they prove ownership of the earliest known Bitcoin addresses, which must have belonged to Satoshi as nobody else was using Bitcoin at the time.

4. The 21 Million Issuance Limit

In accordance with the principles of supply and demand, Satoshi (assuming rising future demand) designed Bitcoin to increase in value, by diminishing its supply over time. To maintain scarcity, there will only be 21 million coins issued.

So far, around 17 million BTC has been issued via miners and it’s expected that the limit will be reached in year 2140. Issuance tapers off over time, halving roughly every 4 years. In the first four years, 50 BTC were issued to a miner for every solved block (roughly every 10 minutes). The reward is halved to 25 BTC and has halved again since then to 12.5 BTC as Bitcoin is 9 years old at the time of writing. In 2020, the reward will halve to 6.25 BTC per block.

Once the supply limit is met, miners will be incentivized to continue mining (which also has the effect of validating and recording transactions) by transaction fees. Such fees are set by transaction senders.

Understanding Decentralization: Bitcoin as a Multiplayer Game

One common misconception is that bitcoins are like digital files which get passed between user accounts (which are known as user “wallets” in Bitcoin). While this view fits with our understanding of how conventional money works, to better understand Bitcoin we need to change our mental picture…

Have you ever played an online multiplayer game, like World of Warcraft? If so, you’ll understand that the game world is always the same for all players. Say your character kills a dragon, then that same dragon dies across every other player’s version of the game. Every player’s actions affect the shared and synchronized state of the game world. In Bitcoin, we call this shared reality “consensus.”

Bitcoin’s blockchain works much like a multiplayer game world. If any user performs an action – such as sending or receiving coins – then the state of the blockchain is changed accordingly, for all other users. Likewise, the history of previous actions is the same for all users.

Your bitcoins simply don’t exist as files contained by your wallet, no more than your actions in a multiplayer game world are isolated to your computer or console. Instead, your coins exist as an undeniable reality for everyone connected to the shared, public blockchain.

Bitcoin Public and Private Keys

Each Bitcoin wallet has a private key corresponding to a public key. A public key looks something like this: 3SCp7MYQqGB5Y9gyxyhdNPHBEP6msGQni. It contains a series of random alphanumeric character. You can think of a public key as a padlock. To spend your bitcoin, you need a corresponding key to open the lock. A private key looks something like this: 5Kb8kLf9zgWQnogidDA76MzPL6TsZZY36hWXMssSzNydYXYB9KF.

Your Bitcoin wallet keeps track of all your addresses and sums up all their content to arrive at your total balance. Only the controller of the private key associated with each address is able to spend the coins linked to that address. There’s no way this private key can be guessed or derived from the address, so keeping this private key secret is the basis of security. You can share your public key with others but you should not share your private key with anyone just like how you can share your email address but not your password.

There are two kinds of wallets – custodial and non-custodial wallets. Custodial wallets are those in which you trust a third party with your private keys. Non-custodial wallets are those in which you hold your private keys.

When you store your coins on a custodial wallet, such as an exchange or a web wallet, the third party retains control of your private keys. You do not need to store your own private keys and instead trust security to a third party. For certain people, trusting a reputable team with your private keys may be a better option if you are not familiar with managing security.

Storing your bitcoin on a non-custodial wallet requires you to take control of your own security and to store them safely. However, losing your private keys will mean losing access to your bitcoin forever. You don’t want to be like the guy who threw away his hard drive containing his bitcoin private keys and losing over 7,500 bitcoin. You may want to consider using a hardware wallet if you decide on using a non-custodial wallet.

How Transactions are Processed

In the game world, all user actions are synced up and propagated by the game’s central server. However, you may have heard that one of Bitcoin’s major properties is decentralization. This means that Bitcoin that lacks a single, central authority to define the past and present state of the blockchain. Without anyone in charge, how is consensus maintained among Bitcoin’s millions of users? How can an accurate, decentralized record be maintained when all users are financially incentivized to lie?

Until Satoshi Nakomoto solved this problem (known as the Byzantine Generals’ Problem in computer science) with the invention of Bitcoin, there was no way to maintain decentralized consensus.

The way Bitcoin solves the problem is through Proof of Work mining. Whenever bitcoin is sent from one address to another, that transaction is broadcasted to all users on the Bitcoin network. Special users, known as “miners,” then gather this transaction data into a so-called “block.” Miners will only accept transactions which are valid, meaning that they conform to Bitcoin’s rules and include cryptographic proof that the owner of the private key used it to authorise the transaction.

Miners then compete to “solve” the block, by running a computationally-expensive calculation known as a cryptographic hash function. Hashing transforms any amount of data in a block into a value with a set number of characters. For a solution to be considered valid, it must begin with a certain number of zeroes. As there’s no way to predict the output of a hash function before running it, and as the smallest change in the block data will produce an entirely different hash result, miners alter a single irrelevant value in their block data and hash the block until they find a valid solution.

The more computing power they dedicate to this work, the more likely a miner is to find a valid block. As a reward for solving a block, miners are awarded an amount of bitcoin by the protocol plus the fees of all transaction which they include in that block. As each block solution must include the solution of the previous block, blocks become linked together into a blockchain.

To sum up, miners compete with one another for bitcoin rewards, and in so doing they also verify and record user transactions. This process is not simple and may require some further study to fully grasp.

Why is Bitcoin Valuable?

We’ve discussed how Bitcoin works, but not why it’s designed this way. After all, mining sounds like a really inefficient way to order everyone’s transactions – and it is! However, it’s also the best way yet discovered to issue currency according to a clear schedule and objective set of rules which can’t be easily or stealthily changed.

In other words, Bitcoin’s limited supply eliminates inflation and its decentralized nature defeats the corruption and bias associated with central control. Besides its programmable flexibility, Bitcoin is most valuable as money precisely because it removes the necessity of trusting in all-too-fallible humans.

To quote Satoshi:

The root problem with conventional currency is all the trust that’s required to make it work. The central bank must be trusted not to debase the currency, but the history of fiat currencies is full of breaches of that trust. Banks must be trusted to hold our money and transfer it electronically, but they lend it out in waves of credit bubbles with barely a fraction in reserve. We have to trust them with our privacy, trust them not to let identity thieves drain our accounts. Their massive overhead costs make micropayments impossible.


Vezi reducerile de sezon din magazinele:

eMag , Evomag , Libris , Vegis , QuickMobile , FashionDays


Nu uita sa dai SHARE daca ti-a placut acest articol!


Investește la bursă prin:

76% din conturile CFD de retail pierd bani

NOTE & Risk warnings: Your capital is at risk. CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. 79.17% of retail investor accounts lose money when trading CFDs with this provider. You should consider whether you understand how CFDs work and whether you can afford to take the high risk of losing your money. I AM NOT A FINANCIAL ADVISOR and THIS IS NOT INVESTMENT ADVICE. I am just sharing my opinion and views alone on the market. What you do with your own money is your own responsibility. Seek a licensed CPO or financial advisor before you make any investments. Any references to historical price movements or levels is informational and based on external analysis and we do not warranty that any such movements or levels are likely to reoccur in the future. The financial services provided by this website carry a high level of risk and can result in the loss of all your funds. You should never invest money that you cannot afford to lose. Please be advised that certain products and/or multiplier levels may not be available for traders from EEA countries due to legal restrictions.

In ce investim la bursa ?

Investeste in actiuni la bursa:




Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.