Add information & rearrange content (#20655)

pull/20792/head^2
Bennett Garner 2018-11-03 23:20:16 -04:00 committed by Huyen Nguyen
parent 380de41dfe
commit 41291fc670
1 changed files with 12 additions and 7 deletions

View File

@ -7,21 +7,26 @@ title: Cryptocurrency
>
> Satoshi Nakamoto, 09 January 2009, announcing Bitcoin on SourceForge.
Cryptocurrency is a subset of digital currency, which acts as a medium of exchange amongst two parties. It is known as crypto-currency because of the utilization of cryptography in securing its transactions. Some examples of cryptocurrencies include Bitcoin, LiteCoin, Dash, Ethereum, and Ripple. Bitcoin is currently the most popular. With cryptocurriencies trustless and anonymous transactions become possible since it does not involve any third party - there is no central bank.
Cryptocurrency is a subset of digital currency, which acts as a medium of exchange amongst two parties. It is known as crypto-currency because of the utilization of cryptography in securing its transactions. There are various cryptocurrencies including Litecoin, Dash, Ethereum, Ripple, and the currently most popular one Bitcoin.
Cryptocurrency can be exchanged as fractions not possible with traditional currency. For example, transactions can amount to 0.00007 BTC or even lower.
Cryptocurrency enables trustless and anonymous transactions since it does not involve any third party - there is no central bank. Instead, a blockchain keeps a ledger of transactions across a public network of computers. Blockchains are append-only, meaning nobody can change past transactions. Additionally, unlike normal currency, cryptocurrency is infinitely divisible and can be exchanged in tiny fractions. For example, transactions can amount to 0.00007 BTC or even lower.
If you want to earn bitcoins through mining, it can be done through solving mathematical proof-of-work problems that validate transactions. Blockchain uses the concept of irreversible cryptographic hash function which consists of guessing a random number (usually less than a certain value) to solve the problem for transaction validation.
Every cryptocurrency has three layers:
1. Protocol - The source code that directs the interaction of the network and various clients (aka core)
2. Network - The group of computers that maintain and update the decentralized ledger (aka miners)
3. Application - The software that allows users to make transactions (aka wallet)
In order to control the supply of bitcoin, mining is deliberately designed to be difficult and resource-intensive. You will require machines with high processing power to be able to solve these problems (for example Fast-Hash One or CoinTerra TerraMiner IV). Computers with a high end Graphics Card installed (such as the Nivida GTX 1080) are also able to solve these hashes effectively.
If you want to earn cryptocurrency through mining, it can be done through solving mathematical proof-of-work problems that validate transactions. Blockchain uses the concept of irreversible cryptographic hash function which consists of guessing a random number (usually less than a certain value) to solve the problem for transaction validation. You will require machines with high processing power to be able to solve these problems. Computers with a high-end graphics card or an application specific integrated circuit (ASIC) designed especially for cryptocurrency mining are able to solve these puzzles most efficiently.
Some people invest in cryptocurrency on exchanges such as Binance, Bitrex, or Coinbase. The market peeked in January of 2018.
### Background history on origins of cryptocurrency:
[Blockchain origins story](https://www.activism.net/cypherpunk/manifesto.html)
Cypherpunks, crypoanarchists, and libertarians paved the way for the right to privacy and deregulating the government's control and diminishing individual citizen's autonomy.
#### More Information:
[Cryptocurrency](https://en.wikipedia.org/wiki/Cryptocurrency)
[Ultimate Guide to Cryptocurrency](https://blockgeeks.com/guides/what-is-cryptocurrency)
[Bitcoin](https://en.wikipedia.org/wiki/Bitcoin)
### Background History on origins of cryptocurrency:
[Blockchain origins story](https://www.activism.net/cypherpunk/manifesto.html)
Cypherpunks, crypoanarchists, and libertarians paved the way for the right to privacy and deregulating the government's control and diminishing individual citizen's autonomy.