Add "Is Monero a mixer or mixing service?" question and answer to FAQ

See merge request monero-project/monero-site!1237
This commit is contained in:
luigi1111 2020-03-07 21:47:02 +01:00
commit c52395e770
2 changed files with 13 additions and 0 deletions

View File

@ -362,6 +362,8 @@ faq:
a13: Monero is not magic. If you use Monero but give your name and address to another party, the other party will not magically forget your name and address. If you give out your secret keys, others will know what you've done. If you get compromised, others will be able to keylog you. If you use a weak password, others will be able to brute force your keys file. If you backup your seed in the cloud, you'll be poorer soon.
q14: Is Monero 100% anonymous ?
a14: There is no such thing as 100% anonymous. If nothing else, your anonymity set is the set of people using Monero. Some people don't use Monero. Monero may also have bugs. Even if not, ways may exist to infer some information through Monero's privacy layers, either now or later. Attacks only get better. If you wear a seatbelt, you can still die in a car crash. Use common sense, prudence and defense in depth.
q15: Is Monero a mixer or mixing service?
a15: No. Monero uses a completely non-interactive, non-custodial, and automatic process to create private transactions. By contrast for mixing services, users opt-in to participate.
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

@ -104,3 +104,14 @@ permalink: /get-started/faq/index.html
<p>{% t faq.a14 %}</p>
</div>
</div>
<div class="tab">
<input id="tab-fifteen" type="checkbox" name="tabs" class="accordion">
<label for="tab-fifteen" class="accordion">{% t faq.q15 %}</label>
<div class="tab-content">
<p>{% t faq.a15 %}</p>
</div>
</div>
<div class="untranslated {% t faq.translated %}">
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
</div>