mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
add FAQ: Are there known vulnerabilities in Monero?
This commit is contained in:
parent
ac698b00e8
commit
c57b742160
2 changed files with 12 additions and 0 deletions
|
@ -471,6 +471,10 @@ faq:
|
|||
and: and
|
||||
qlongtimemove: I haven't touched my Monero in a long time, did I lose my coins as a consequence of a hard fork (network upgrade)?
|
||||
alongtimemove: Don't worry, your coins are safe. To be able to spend them you only have to download and run the latest Monero software. You can use the @mnemonic-seed you previously saved to restore your wallet at any time. Note that hard forks in Monero are scheduled and non-contentious. Which means no new coin is created.
|
||||
qvuln: Are there known vulnerabilities in Monero?
|
||||
avuln: >
|
||||
The Monero community has created a series of videos called "Breaking Monero", where potential Monero vulnerabilities are explored and discussed. There are 14 videos, with each exploring a different subject. Check out <a href="https://www.monerooutreach.org/breaking-monero/">the videos on monerooutreach.org</a>.
|
||||
vulnspotify: Available on Spotify as podcast
|
||||
|
||||
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.
|
||||
|
|
|
@ -29,6 +29,7 @@ permalink: /get-started/faq/index.html
|
|||
<li><a href="#anchor-fungibility">{% t faq.q11 %}</a></li>
|
||||
<li><a href="#anchor-magic">{% t faq.q13 %}</a></li>
|
||||
<li><a href="#anchor-anonymous">{% t faq.q14 %}</a></li>
|
||||
<li><a href="#vulnerabilities">{% t faq.qvuln %}</a></li>
|
||||
<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>
|
||||
|
@ -156,6 +157,13 @@ permalink: /get-started/faq/index.html
|
|||
<p>{% t faq.a14 %}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab" id="vulnerabilities">
|
||||
<h3><a class="anchor" href="#vulnerabilities"></a>{% t faq.qvuln %}</h3>
|
||||
<div class="tab-answer">
|
||||
<p>{% t faq.avuln %}</p>
|
||||
<p>{% t faq.additional %} <a href="https://open.spotify.com/episode/77xsCeuy02Aztv0bgs3Drt?si=hyIGHD5TQjyV44b46fkhoQ&dl_branch=1">{% t faq.vulnspotify %}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab" id="antivirus">
|
||||
<h3><a class="anchor" href="#antivirus"></a>{% t faq.qantivirus %}</h3>
|
||||
<div class="tab-answer">
|
||||
|
|
Loading…
Reference in a new issue