mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-13 20:06:35 +02:00
Merge pull request #1357
FAQ: add 'I haven't touched my Monero in a long time...'
This commit is contained in:
commit
6be507ce3c
@ -442,6 +442,8 @@ faq:
|
||||
mvideos: "More info on the Moneropedia entry:"
|
||||
aavailable: also available in
|
||||
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.
|
||||
|
||||
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.
|
||||
|
@ -46,6 +46,7 @@ permalink: /get-started/faq/index.html
|
||||
<ul class="logo">
|
||||
<li><a href="#anchor-wallet">{% t faq.qwallet %}</a></li>
|
||||
<li><a href="#anchor-lost-funds">{% t faq.qnofunds %}</a></li>
|
||||
<li><a href="#long-time-move">{% t faq.qlongtimemove %}</a></li>
|
||||
<li><a href="#anchor-tor-node">{% t faq.qnodetor %}</a></li>
|
||||
<li><a href="#anchor-long-sync">{% t faq.q5 %}</a></li>
|
||||
<li><a href="#anchor-full-pruned">{% t faq.qfullpruned %}</a></li>
|
||||
@ -244,6 +245,12 @@ permalink: /get-started/faq/index.html
|
||||
<p>{% t faq.anofunds %}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab" id="long-time-move">
|
||||
<h3><a class="anchor" href="#long-time-move"></a>{% t faq.qlongtimemove %}</h3>
|
||||
<div class="tab-answer">
|
||||
<p>{% t faq.alongtimemove %}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab" id="anchor-tor-node">
|
||||
<h3><a class="anchor" href="#anchor-tor-node"></a>{% t faq.qnodetor %}</h3>
|
||||
<div class="tab-answer">
|
||||
|
Loading…
Reference in New Issue
Block a user