mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-13 20:06:35 +02:00
Merge pull request #156
0c5f230
Update blockchain.md (EWBears)2471ae5
Update blockchain.md (EWBears)c127b0d
Update blockchain.md (EWBears)
This commit is contained in:
commit
6fb7de4047
@ -3,8 +3,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"
|
||||
|
||||
---
|
||||
|
||||
### The Basics
|
||||
"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 }}.
|
||||
{{ page.summary | capitalize }}.
|
||||
|
Loading…
Reference in New Issue
Block a user