mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
base entries added for coinbase, node, openalias, signature, spend and view keys
This commit is contained in:
parent
f7a3f8ec5d
commit
eb69784794
8 changed files with 65 additions and 3 deletions
|
@ -9,7 +9,7 @@ summary: "either an alias, such as donate.getmonero.org, or a set of 95 characte
|
|||
|
||||
When you send Monero to someone you only need one piece of information, and that is their Monero address. A *raw* Monero address is a set of 95 characters starting with a 4. The Monero donation address, for instance, is <span class="long-term">46BeWrHpwXmHDpDEUmZBWZfoQpdc6HaERCNmx1pEYL2rAcuwufPN9rXHHtyUA4QVy66qeFQkn6sfK8aHYjA3jk3o1Bv16em</span>.
|
||||
|
||||
Because those addresses are long and complex you will often encounter an @openalias address instead. For example, Monero donations can be sent to <span class="long-term">donate@getmonero.org</span> or <span class="long-term">donate.getmonero.org</span>
|
||||
Because those addresses are long and complex you will often encounter an @OpenAlias address instead. For example, Monero donations can be sent to <span class="long-term">donate@getmonero.org</span> or <span class="long-term">donate.getmonero.org</span>
|
||||
|
||||
If you would like to get an @openalias address of your own then there is some information on the [OpenAlias page](/knowledge-base/openalias).
|
||||
If you would like to get an @OpenAlias address of your own then there is some information on the [OpenAlias page](/knowledge-base/openalias).
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ summary: "a container of transactions, a sequence of which forms a blockchain"
|
|||
|
||||
A block is a container of @transactions, with a new block being added to the @blockchain once every 60 seconds, on average.
|
||||
|
||||
Blocks also contain a special type of transaction, the @coinbase transaction, which add newly created Monero to the network.
|
||||
Blocks also contain a special type of transaction, the @coinbase-transaction, which add newly created Monero to the network.
|
||||
|
||||
Blocks are created through the process of @mining, and the @node that successfully mines the block then broadcasts it to each of the @nodes connected to it, who subsequently re-broadcast the block until the entire Monero network has received it.
|
||||
|
||||
|
|
10
knowledge-base/moneropedia/coinbase.md
Normal file
10
knowledge-base/moneropedia/coinbase.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: moneropedia
|
||||
entry: "Coinbase Transaction"
|
||||
terms: ["coinbase-transaction"]
|
||||
summary: "a special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work"
|
||||
---
|
||||
|
||||
### The Basics
|
||||
|
||||
{{ page.summary | capitalize }}.
|
10
knowledge-base/moneropedia/node.md
Normal file
10
knowledge-base/moneropedia/node.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: moneropedia
|
||||
entry: "Node"
|
||||
terms: ["node", "nodes"]
|
||||
summary: "a device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network"
|
||||
---
|
||||
|
||||
### The Basics
|
||||
|
||||
{{ page.summary | capitalize }}.
|
12
knowledge-base/moneropedia/openalias.md
Normal file
12
knowledge-base/moneropedia/openalias.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: moneropedia
|
||||
entry: "OpenAlias"
|
||||
terms: ["OpenAlias"]
|
||||
summary: "a standard that allows you to use an email or domain syntax to pay someone instead of an address, eg. donate@getmonero.org or donate.getmonero.org"
|
||||
---
|
||||
|
||||
### The Basics
|
||||
|
||||
{{ page.summary | capitalize }}.
|
||||
|
||||
More information can be found on the [OpenAlias page](/knowledge-base/openalias) or on the [OpenAlias website](https://openalias.org)
|
10
knowledge-base/moneropedia/signature.md
Normal file
10
knowledge-base/moneropedia/signature.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: moneropedia
|
||||
entry: "Cryptographic Signature"
|
||||
terms: ["signature", "signatures"]
|
||||
summary: "a cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed"
|
||||
---
|
||||
|
||||
### The Basics
|
||||
|
||||
{{ page.summary | capitalize }}.
|
10
knowledge-base/moneropedia/spendkey.md
Normal file
10
knowledge-base/moneropedia/spendkey.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: moneropedia
|
||||
entry: "Spend Key"
|
||||
terms: ["spend-key", "spend-keys"]
|
||||
summary: "one of two sets of private and public cryptographic keys that each account has, with the private spend key required to spend any funds in the account"
|
||||
---
|
||||
|
||||
### The Basics
|
||||
|
||||
{{ page.summary | capitalize }}.
|
10
knowledge-base/moneropedia/viewkey.md
Normal file
10
knowledge-base/moneropedia/viewkey.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: moneropedia
|
||||
entry: "View Key"
|
||||
terms: ["view-key", "view-keys"]
|
||||
summary: "one of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account"
|
||||
---
|
||||
|
||||
### The Basics
|
||||
|
||||
{{ page.summary | capitalize }}.
|
Loading…
Reference in a new issue