Faq: Add 'Why is Monero called 'Monero'?'

This commit is contained in:
erciccione 2020-06-19 10:25:14 +02:00
parent 0d5a5860b1
commit 31432b665d
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF
2 changed files with 9 additions and 0 deletions

View File

@ -385,6 +385,8 @@ faq:
qantivirus: Why is my antivirus/firewall flagging the Monero software i just downloaded as malware?
aantivirus: After you have downloaded the Monero software (GUI and CLI alike), your antivirus or firewall may flag the executables as malware. Some antiviruses only warn you about the possible menace, others go as far as silently removing your downloaded wallet/daemon. This likely happens because of the integrated miner, which is used for mining and for @block verification. Some antiviruses may erroneously consider the miner as dangerous software and act to remove it.
aantivirus1: The problem is being discussed and solutions are being elaborated. In the meantime, if you get a warning from your antivirus, make sure the software you downloaded is legitimate (see the guides linked below), then add an exception for it in your antivirus, so that it won't get removed or blocked. If you need assistance, feel free to contact the community.
qmoneromeaning: "Why is Monero called 'Monero'?"
amoneromeaning: "Monero is an Esperanto word which means 'coin'. Initially Monero was called 'Bitmonero', which translates to 'Bitcoin' in Esperanto. After the community decided to fork from the original maintainer, 'bit' was dropped in favour of simply 'Monero'."
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.

View File

@ -30,6 +30,7 @@ permalink: /get-started/faq/index.html
<li><a href="#anchor-magic">{% t faq.q13 %}</a></li>
<li><a href="#anchor-anonymous">{% t faq.q14 %}</a></li>
<li><a href="#antivirus">{% t faq.qantivirus %}</a></li>
<li><a href="#monero-meaning">{% t faq.qmoneromeaning %}</a></li>
</ul>
<li class="category">{% t faq.advanced %}</li>
<ul class="logo">
@ -156,6 +157,12 @@ permalink: /get-started/faq/index.html
<p>{% t faq.additional %} <a href="{{ site.baseurl }}/resources/user-guides/verification-windows-beginner.html">{% t user-guides.verify-windows %}</a>, <a href="{{ site.baseurl }}/resources/user-guides/verification-allos-advanced.html">{% t user-guides.verify-allos %}</a></p>
</div>
</div>
<div class="tab" id="monero-meaning">
<h3><a class="anchor" href="#monero-meaning"></a>{% t faq.qmoneromeaning %}</h3>
<div class="tab-answer">
<p>{% t faq.amoneromeaning %}</p>
</div>
</div>
<div class="row center-xs">
<!-- 'Advanced' section-->
<div class="col"><h2>{% t faq.advanced %}</h2></div>