Moneropedia relocalized
+ correction on Italian Account + Removed leftover miners.md (replaced by mining.md) + Removed Dust and update Copyright + Code improvement to avoid reading the config file and to use the builtin jekyll config variable passed in the content + Ammount.md:25/26 glitch "\@transaction-privacy" corrected. PL to be checked twice. + Italian ammount.md moneropedia links corrected (terms added to destination entries, unnecessary markdown links removed) + Polish corrections + extend ruby \word-boundary in regex to match `-based` `-like` `-form` + Updated readme according to the new way to add or translate a moneropedia entry + fix mining with CryptoNight variant + rebased to include AR + chery picked #820 to avoid conflicts
--- | ||
layout: moneropedia | ||
entry: "Address" | ||
terms: ["address", "addresses"] | ||
summary: "either an alias, such as donate.getmonero.org, or a set of 95 characters starting with a 4" | ||
... | ... | @@ -9,9 +8,9 @@ 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">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</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">[email protected]</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">[email protected]</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](/resources/openalias). | ||
### Integrated address | ||
... | ... |
Please register or sign in to comment