From c127b0dd9e0b8e0b76c2a2e0f38652905608f833 Mon Sep 17 00:00:00 2001 From: EWBears Date: Sat, 17 Sep 2016 14:15:20 -0400 Subject: [PATCH 1/3] Update blockchain.md --- knowledge-base/moneropedia/blockchain.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/knowledge-base/moneropedia/blockchain.md b/knowledge-base/moneropedia/blockchain.md index c14fbf68..879424a8 100644 --- a/knowledge-base/moneropedia/blockchain.md +++ b/knowledge-base/moneropedia/blockchain.md @@ -2,9 +2,10 @@ layout: moneropedia entry: "Blockchain" terms: ["blockchain", "blockchains"] -summary: "a distributed ledger of all transactions both past and present, without revealing who the funds came from or went to" +summary: "A blockchain is a distrubuted database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transctions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average) and all miners and nodes on the network have copies of these blocks. One of the unique features of Monero, as compared to other cryptocurrencies such as Bitcoin, is that transactions in the Monero blockchain do not reveal who the funds came from or went to. Each individual monero user controls who can see their transactions with a key called the 'view key'." + --- ### The Basics -{{ page.summary | capitalize }}. \ No newline at end of file +{{ page.summary | capitalize }}. From 2471ae50e2df8c6bd88d9cffc4f3b4469732d2fe Mon Sep 17 00:00:00 2001 From: EWBears Date: Tue, 20 Sep 2016 17:41:02 -0400 Subject: [PATCH 2/3] Update blockchain.md --- knowledge-base/moneropedia/blockchain.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/knowledge-base/moneropedia/blockchain.md b/knowledge-base/moneropedia/blockchain.md index 879424a8..830f1470 100644 --- a/knowledge-base/moneropedia/blockchain.md +++ b/knowledge-base/moneropedia/blockchain.md @@ -2,10 +2,11 @@ layout: moneropedia entry: "Blockchain" terms: ["blockchain", "blockchains"] -summary: "A blockchain is a distrubuted database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transctions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average) and all miners and nodes on the network have copies of these blocks. One of the unique features of Monero, as compared to other cryptocurrencies such as Bitcoin, is that transactions in the Monero blockchain do not reveal who the funds came from or went to. Each individual monero user controls who can see their transactions with a key called the 'view key'." +summary: "a distributed ledger of all transactions both past and present, without revealing who the funds came from or went to" --- ### The Basics +"A blockchain is a distrubuted database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transctions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average) and all miners and nodes on the network have copies of these blocks. One of the unique features of Monero, as compared to other cryptocurrencies such as Bitcoin, is that transactions in the Monero blockchain do not reveal who the funds came from or went to. Each individual monero user controls who can see their transactions with a key called the '@view-key'." {{ page.summary | capitalize }}. From 0c5f2300cc2ef46ce6a214da1f42d964d9ee01f6 Mon Sep 17 00:00:00 2001 From: EWBears Date: Tue, 20 Sep 2016 17:41:24 -0400 Subject: [PATCH 3/3] Update blockchain.md --- knowledge-base/moneropedia/blockchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge-base/moneropedia/blockchain.md b/knowledge-base/moneropedia/blockchain.md index 830f1470..bf15c989 100644 --- a/knowledge-base/moneropedia/blockchain.md +++ b/knowledge-base/moneropedia/blockchain.md @@ -7,6 +7,6 @@ summary: "a distributed ledger of all transactions both past and present, withou --- ### The Basics -"A blockchain is a distrubuted database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transctions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average) and all miners and nodes on the network have copies of these blocks. One of the unique features of Monero, as compared to other cryptocurrencies such as Bitcoin, is that transactions in the Monero blockchain do not reveal who the funds came from or went to. Each individual monero user controls who can see their transactions with a key called the '@view-key'." +"A blockchain is a distributed database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transctions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average) and all miners and nodes on the network have copies of these blocks. One of the unique features of Monero, as compared to other cryptocurrencies such as Bitcoin, is that transactions in the Monero blockchain do not reveal who the funds came from or went to. Each individual monero user controls who can see their transactions with a key called the '@view-key'." {{ page.summary | capitalize }}.