mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-18 00:38:02 +00:00
3addc6a257
Removed all references to payment IDs and changed all the text. Now this page is meant to be for non-technical people looking for info about how to receive Monero with the CLI and GUI wallets.
50 lines
No EOL
2.9 KiB
Markdown
50 lines
No EOL
2.9 KiB
Markdown
---
|
|
layout: custom
|
|
title: titles.accepting
|
|
permalink: /get-started/accepting/index.html
|
|
---
|
|
{% t global.lang_tag %}
|
|
<section class="container">
|
|
<div class="row">
|
|
<div class="full">
|
|
<div class="info-block text-adapt">
|
|
<h3>{% t accepting.title_gui %}</h3>
|
|
<p>{% t accepting.gui1 %}</p>
|
|
<p>{% t accepting.gui2 %} <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md#receive-monero">{% t accepting.guilinkguide %}</a></p>
|
|
<img class="top-margin" src="/img/receive.png" alt="receive page">
|
|
<p>{% t accepting.guiinstructions %}</p>
|
|
<p>{% t accepting.guimerchant %} <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md#merchant-view">{% t accepting.guilinkguide1 %}</a>.</p>
|
|
<img class="top-margin" src="/img/merchant_page.png" alt="merchant view">
|
|
<p>{% t accepting.guimerchant1 %}</p>
|
|
<p>{% t accepting.guisteps %}</p>
|
|
<ol>
|
|
<li>{% t accepting.guiol %}</li>
|
|
<li>{% t accepting.guiol1 %}</li>
|
|
<li>{% t accepting.guiol2 %}</li>
|
|
<li>{% t accepting.guiol3 %}</li>
|
|
<li>{% t accepting.guiol4 %}</li>
|
|
</ol>
|
|
<h3>{% t accepting.cliinstructions %}</h3>
|
|
<p>{% t accepting.clicreatewallet %}</p>
|
|
<p>{% t accepting.cliaccounts %}</p>
|
|
<p>{% t accepting.clicreateaccount %}</p>
|
|
<p><code>account new [label text with white spaces allowed]</code></p>
|
|
<p>{% t accepting.clicreateaccount1 %}</p>
|
|
<img class="top-margin" src="/img/account_cli.png" alt="accounts">
|
|
<p>{% t accepting.cliindex %}</p>
|
|
<img class="top-margin" src="/img/account_switch.png" alt="accounts switch">
|
|
<p>{% t accepting.cliindex1 %}</p>
|
|
<p><code>address new [label text with white spaces allowed]</code></p>
|
|
<p><i>{% t accepting.clinotes %}</i></p>
|
|
<h3>{% t accepting.merchantstitle %}</h3>
|
|
<p>{% t accepting.merchantsreceive %} <a href="{{ site.baseurl }}/resources/developer-guides/">{% t accepting.merchdevguides %}</a>. {% t accepting.merchantsreceive1 %}</p>
|
|
<p>{% t accepting.merchantsint %} <a href="https://github.com/monero-integrations">{% t accepting.merchantsintlink %}</a>.</p>
|
|
<p>{% t accepting.merchantsthirdp %} <a href="{{ site.baseurl }}/community/merchants/">{% t accepting.merchthirdlink %}</a>. {% t accepting.merchantsthirdp1 %}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<div class="untranslated {% t accepting.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> |