From 787d798f72592839fa14dfac23422240cf148094 Mon Sep 17 00:00:00 2001 From: Kaan Aydogan Date: Sun, 14 Oct 2018 22:06:57 -0400 Subject: [PATCH] Fixed grammar issues/added idea (#19163) * Fixed grammar issues/added idea * correction: Capitalized Blockchain --- client/src/pages/guide/english/blockchain/features/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/guide/english/blockchain/features/index.md b/client/src/pages/guide/english/blockchain/features/index.md index f37ec52647..4885f13490 100644 --- a/client/src/pages/guide/english/blockchain/features/index.md +++ b/client/src/pages/guide/english/blockchain/features/index.md @@ -41,7 +41,7 @@ BlockTech uses the concepts like Proof of Work and Hash encryption to ensure sec #### _* Mining_ -Torrent is a peer-to-peer decentralised network used to share files. BlockTech uses similar technology. What differentiates the users is that, in Torrent, the system relies on the honor code of the users to seed the files. Whereas, in blockchain, the users who are involved in the transaction have economic incentives. These users are called "Miners." The Miners spend their computing resources to solve the cryptographic hashes and ensure immutability and reliability of the transaction. Every successful solution (decryption) ensures some economic benefit. +Torrent is a peer-to-peer decentralized network used to share files. Blockchain uses similar technology. What differentiates the two is that, in Torrent, the system relies on the honor code of the users to seed the files. Whereas, in blockchain, the users who are involved in the transaction have economic incentives. These users are called "Miners". The Miners spend their computing resources to solve the cryptographic hashes and ensure immutability and reliability of the transaction. Every successful solution (decryption) ensures some economic benefit - meaning the miner gets currency credited to their wallet. ![Mining](https://raw.githubusercontent.com/Vagisha16/Hw3/master/5f6609014470f4b0122de37eb09dbfc7.jpg)