Skip to content

Commit

Permalink
Merge pull request #2192
Browse files Browse the repository at this point in the history
Add join monero matrix guide
  • Loading branch information
luigi1111 authored Oct 26, 2023
2 parents 937873a + a27f932 commit a30bc4b
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions _i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ user-guides:
change-restore-height: How to change the wallet restore height
back: Back to the list
scan-txid: How to scan for a missing transaction CLI/GUI
join-monero-matrix: How to join the Monero Core Team Matrix server

roadmap:
completed: Completed task
Expand Down
34 changes: 34 additions & 0 deletions _i18n/en/resources/user-guides/join-monero-matrix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{% include disclaimer.html translated="no" translationOutdated="no" %}

Monero developers primarily communicate via IRC and Matrix channels. You can join IRC/Libera and Matrix rooms using Matrix. An open source network for secure, decentralized communication.

In order to access the Matrix protocol you will need to use a Matrix client. A popular client is Element. Element is a free, open-source program that can be accessed via web, desktop, and mobile.

### Getting Element

Go to [element.io](https://element.io/get-started#download) to download the latest version of the Element app on your computer. Alternatively you can use the Element [web app](https://app.element.io). There are Android apps available on [F-Droid](https://f-droid.org/packages/im.vector.app/) or [Google Play](https://play.google.com/store/apps/details?id=im.vector.app). As well as an app for [iPhone](https://apps.apple.com/app/vector/id1083446067). Once you have accessed the client of your choice create an account on our host server.

### Setting the custom host server

While matrix is a federated protocol and you could use any host server for your account (including the default matrix.org server). We recommend changing your server to the one hosted by the Monero core team to support decentralization. If you do choose this option remember to set your custom server when logging in on a new device.

When signing up choose to edit your host server and type in `matrix.monero.social` as shown.

Web/Desktop view

![Web-Desktop-View](/img/resources/user-guides/en/join-monero-matrix/desktop-web.png){:width="600px"}

Android view

![iPhone-View](/img/resources/user-guides/en/join-monero-matrix/android.png){:height="600px"}

iPhone View

![Android-View](/img/resources/user-guides/en/join-monero-matrix/iphone.png){:height="600px"}

### Creating your account

You must provide a username and password to setup an account. Consider the privacy implications if you are considering to link an email address or phone number to your account. The email field is used solely for recovering your account if you lose your password.

Once you have entered in your credentials continue through the setup steps, and log into your account. Now search for "Monero" rooms and join the communities you like!

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/user-guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ meta_descr: meta_descr.userguides
<p><a href="{{site.baseurl}}/resources/user-guides/securely_purchase.html">{% t user-guides.purchasing-storing %}</a></p>
<p><a href="{{site.baseurl}}/resources/user-guides/make-payment.html">{% t user-guides.make-payment %}</a></p>
<p><a href="{{site.baseurl}}/resources/user-guides/prove-payment.html">{% t user-guides.prove-payment %}</a></p>
<p><a href="{{site.baseurl}}/resources/user-guides/join-monero-matrix.html">{% t user-guides.join-monero-matrix %}</a></p>
</div>
</div>
</div>
Expand Down
9 changes: 9 additions & 0 deletions resources/user-guides/join-monero-matrix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: user-guide
title: How to join the Monero Core Team Matrix server
permalink: /resources/user-guides/join-monero-matrix.html
outdated: False
---
{% t global.lang_tag %}
<h1>{% t user-guides.join-monero-matrix %}</h1>
{% tf resources/user-guides/join-monero-matrix.md %}

0 comments on commit a30bc4b

Please sign in to comment.