mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
FAQ: add Monero videos
new entry: "Are there videos I can watch to learn about Monero?"
This commit is contained in:
parent
d5085fed06
commit
411b5bc882
2 changed files with 24 additions and 0 deletions
10
_i18n/en.yml
10
_i18n/en.yml
|
@ -407,6 +407,16 @@ faq:
|
|||
qhf: Is it true that Monero has a hard fork every 6 months?
|
||||
ahf: Monero used to have 2 network upgrades (hard forks) a year, but this is not the case anymore. The choice of the biannual hard forks was taken in order to be able to introduce important consensus changes, which added privacy features and network-wide improvements (For example @bulletproofs and CLSAG both required a hard fork) and avoid the ossification of the protocol. Recently, the biannual hard forks included changes to the PoW algorithm, to preserve ASIC-resistance.
|
||||
ahf1: The dev community and the Core Team agree that the protocol is stable and mature enough and biannual hard forks are not necessary anymore. Furthermore, the ecosystem around Monero has grown exponentially during the years and frequent protocol changes would be increasingly hard to coordinate, could be detrimental to the growth of the ecosystem and to the user experience. Cherry on the top, the new algorithm @randomx is ensuring long term ASIC-resistance, so regular changes are not needed anymore. Network upgrades will still be used to add important protocol improvements and consensus changes, but at a lower and less strict frequency (every 9-12 months).
|
||||
qvideos: Are there videos I can watch to learn about Monero?
|
||||
avideos: >
|
||||
During the years the community has created a vast amount of informative content like articles and videos. Most of these videos are publicly available on platforms like YouTube. On this website we host a few videos that explain the fundamentals of Monero. To optimize their effectiveness, they should be viewed in sequence:
|
||||
video_intro: Introduction to Monero
|
||||
video_essentials: "Monero: The Essentials"
|
||||
video_sa: Stealth Addresses
|
||||
video_ringsig: Ring Signatures
|
||||
mvideos: "More info on the Moneropedia entry:"
|
||||
aavailable: also available in
|
||||
and: and
|
||||
|
||||
mining:
|
||||
intro1: Monero is a cryptocurrency that relies on proof-of-work mining to achieve distributed consensus. Below you'll find some information and resources on how to begin mining.
|
||||
|
|
|
@ -32,6 +32,7 @@ permalink: /get-started/faq/index.html
|
|||
<li><a href="#antivirus">{% t faq.qantivirus %}</a></li>
|
||||
<li><a href="#monero-meaning">{% t faq.qmoneromeaning %}</a></li>
|
||||
<li><a href="#hardforks">{% t faq.qhf %}</a></li>
|
||||
<li><a href="#videos">{% t faq.qvideos %}</a></li>
|
||||
</ul>
|
||||
<li class="category">{% t faq.advanced %}</li>
|
||||
<ul class="logo">
|
||||
|
@ -175,6 +176,19 @@ permalink: /get-started/faq/index.html
|
|||
<p>{% t faq.additional %} <a href="{{ site.baseurl_root }}/2020/09/01/note-scheduled-upgrades.html">A note on scheduled protocol upgrades</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab" id="videos">
|
||||
<h3><a class="anchor" href="#videos"></a>{% t faq.qvideos %}</h3>
|
||||
<div class="tab-answer">
|
||||
<p>{% t faq.avideos %}</p>
|
||||
<ol>
|
||||
<li><a href="{{ site.baseurl_root }}/media/Monero_Promo.m4v">{% t faq.video_intro %}</a> ({% t faq.aavailable %} <a href="{{ site.baseurl_root }}/media/ru/Monero_Promo.m4v">Russian</a> {% t faq.and %} <a href="{{ site.baseurl_root }}/media/pt-br/Monero_Promo.m4v">Brazilian Portuguese</a>)</li>
|
||||
<li><a href="{{ site.baseurl_root }}/media/Monero%20-%20The%20Essentials.m4v">{% t faq.video_essentials %}</a></li>
|
||||
<li><a href="{{ site.baseurl_root }}/media/Monero%20-%20Stealth%20Addresses.m4v">{% t faq.video_sa %}</a> - {% t faq.mvideos %} @stealth-addresses</li>
|
||||
<li><a href="{{ site.baseurl_root }}/media/Monero%20-%20Ring%20Signatures.m4v">{% t faq.video_ringsig %}</a> - {% t faq.mvideos %} @ring-signatures</li>
|
||||
<li><a href="{{ site.baseurl_root }}/media/Monero%20-%20RingCT.m4v">RingCT</a> - {% t faq.mvideos %} @ring-ct</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row center-xs">
|
||||
<!-- 'Advanced' section-->
|
||||
<div class="col"><h2>{% t faq.advanced %}</h2></div>
|
||||
|
|
Loading…
Reference in a new issue