From 26e0d7bcec424f4e2a5576912a50f488e4ea7f91 Mon Sep 17 00:00:00 2001 From: Kaan Aydogan Date: Tue, 16 Oct 2018 00:02:57 -0400 Subject: [PATCH] Add more information regarding mining and transactions (#19159) --- .../pages/guide/english/blockchain/cryptocurrency/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/client/src/pages/guide/english/blockchain/cryptocurrency/index.md b/client/src/pages/guide/english/blockchain/cryptocurrency/index.md index 3daf6dfaaa..f62270e7de 100644 --- a/client/src/pages/guide/english/blockchain/cryptocurrency/index.md +++ b/client/src/pages/guide/english/blockchain/cryptocurrency/index.md @@ -7,14 +7,13 @@ 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. There are various cryptocurrencies including LiteCoin, Dash, Ethereum, Ripple, and the currently most popular one Bitcoin. It is the perfect way to make trustless transactions since it does not involve any third party. +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. It is the perfect way to make trustless and anonymous transactions since it does not involve any third party - there is no central bank. -Unlike normal currency, cryptocurrency can be exchanged as fractions. For example, transactions can amount to 0.00007 Btc or even lower. +Unlike normal currency, cryptocurrency can be exchanged as 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. You will require machines with high processing power to be able to solve these problems (for example Fast-Hash One or CoinTerra TerraMiner IV). +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. You will require machines with high processing power to be able to solve these problems (for example Fast-Hash One or CoinTerra TerraMiner IV). Computer's with a high end Graphics Card installed (such as the Nivida GTX 1080) are also able to solve these hashes effectively. #### 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)