Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • rehrar/revuo-weekly
  • maravelle/revuo-weekly
2 results
Show changes
Commits on Source (258)
Showing
with 1164 additions and 54 deletions
.sass-cache
.DS_Store
_site
.jekyll-cache
\ No newline at end of file
......@@ -9,7 +9,7 @@ markdown: kramdown
source: .
destination: ./_site
permalink: /:title
paginate: 8
paginate: 6
paginate_path: /page:num/
# Default values
......@@ -22,7 +22,7 @@ defaults:
layout: "post"
# Plugins
gems:
plugins:
- jekyll-paginate
- jekyll-feed
......@@ -34,3 +34,6 @@ excerpt_separator: <!--more-->
custom_header: false
custom_nav_footer: false
reverse: false
twitter:
username: monero
\ No newline at end of file
<footer class="footer"><span>2019 - Revuo Monero</span></footer>
\ No newline at end of file
<footer class="footer"><span>2021 - Revuo Monero</span></footer>
\ No newline at end of file
......@@ -3,21 +3,23 @@
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="generator" content="Jekyll">
<title>{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="Revuo Monero is a weekly newsletter where you can find find the most recent Monero news.">
<meta name="keywords" content="monero, xmr, bitmonero, cryptocurrency">
<meta property="og:title" content="Revuo Monero: Home"/>
<meta property="og:description" content="Revuo Monero is a weekly newsletter where you can find find the most recent Monero news.">
<meta property="og:image" content="http://revuo-monero.com/img/revuo-monero-logo.png">
<meta property="og:site_name" content="revuo-monero.com, Revuo Monero">
<meta property="og:url" content="https://revuo-monero.com">
<meta property="og:type" content="website">
<link rel="icon" type="image/png" sizes="32x32" href="/img/revuo-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
{% if page.path contains '_posts' %}
<link rel="canonical" href="{{ page.issuenumber | replace:'index.html','' | prepend: "https://localmonero.co/revuo/weekly/" }}" />
{%elsif page.periodical == "yes"%}
<link rel="canonical" href="{{ page.issuenumber | replace:'index.html','' | prepend: "https://localmonero.co/revuo/periodical/" }}" />
{%else%}
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: "https://localmonero.co/revuo" }}" />
{%endif%}
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Revuo Monero - {{page.title}}">
<meta name="twitter:image" content="https://revuo-monero.com{{ page.image }}">
<!-- CSS & fonts -->
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}">
......@@ -25,5 +27,4 @@
<!-- RSS -->
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" />
</head>
<header id="header">
<a href="{{ site.baseurl }}">
<img src="{{ "/img/revuo-monero-logo.png" | prepend: site.baseurl | replace: '//', '/' }}" alt="Revuo Monero Logo"-->
</a>
<div>
<a href="{{ site.baseurl }}">
<img src="{{ "/img/revuo-monero-logo.png" | prepend: site.baseurl | replace: '//', '/' }}" alt="Revuo Monero Logo"-->
</a>
</div>
<div class="revuo-classes">
<a href="{{ site.baseurl }}" class="wk">Weekly</a>
<a href="/periodicals/" class="pd">Periodical</a>
</div>
</header>
<nav {% if site.reverse == true %}id="nav-left"{% else %}id="nav"{% endif %}>
<div id="nav-list">
<a href="{{ site.baseurl }}">Home</a>
<a href="{{ site.baseurl }}">Revuo Weekly</a>
<!-- Nav pages -->
{% for page in site.pages %}
......
......@@ -31,33 +31,31 @@
</main>
<!-- Pagination links -->
{% if paginator.total_pages > 1 %}
<div class="pagination">
{% if paginator.previous_page == 1 %}
<a href="{{ '/' | prepend: site.baseurl | replace: '//', '/' }}" class="page-item">&laquo;</a>
{% elsif paginator.previous_page%}
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}" class="page-item">&laquo;</a>
{% else %}
<span class="page-item">&laquo;</span>
{% endif %}
{% for page in (1..paginator.total_pages) %}
{% if page == paginator.page %}
<span class="page-item">{{ page }}</span>
{% elsif page == 1 %}
<a href="{{ '/' | prepend: site.baseurl | replace: '//', '/' }}" class="page-item">{{ page }}</a>
{% else %}
<a href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}" class="page-item">{{ page }}</a>
{% endif %}
{% endfor %}
{% if paginator.next_page %}
<a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}" class="page-item">&raquo;</a>
{% else %}
<span class="page-item">&raquo;</span>
{% endif %}
</div>
{% endif %}
<div class="pagination">
{% if paginator.total_pages > 1 %}
<div class="page-numbers"><p>
{% if paginator.previous_page %}
<a href="{{ paginator.previous_page_path}}" class="page-button prev">Prev</a>
{% endif %}
{% for page in (1..paginator.total_pages) %}
{% assign total = paginator.total_pages %}
{% if page == paginator.page %}
{{ page }} of {{total}}
{% endif %}
{% endfor %}
{% if paginator.next_page %}
<a href="{{ paginator.next_page_path}}" class="page-button next">Next</a>
{% endif %}
</p></div>
{% endif %}
</div>
</div>
......
---
layout: default
layout: revuo-period
---
<article id="page">
......
---
layout: default
---
<article id="post-page">
<h2>{{ page.title }}</h2>
<div class="content">
{{ content }}
</div>
</article>
\ No newline at end of file
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<div id="wrap">
<div id="periodical">
<!-- Navigation -->
{% include menu.html %}
<!-- Icon menu -->
<a {% if site.reverse == true %}id="nav-menu-left"{% else %}id="nav-menu"{% endif %}>
<div id="menu"></div>
</a>
<!-- Header -->
{% if site.custom_header == true %}
{% include header-custom.html %}
{% else %}
{% include header.html %}
{% endif %}
<!-- Main content -->
<div id="container">
<main>
{{ content }}
</main>
<!-- Pagination links -->
{% if paginator.total_pages > 1 %}
<div class="pagination">
{% if paginator.previous_page == 1 %}
<a href="{{ '/' | prepend: site.baseurl | replace: '//', '/' }}" class="page-item">&laquo;</a>
{% elsif paginator.previous_page%}
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}" class="page-item">&laquo;</a>
{% else %}
<span class="page-item">&laquo;</span>
{% endif %}
{% for page in (1..paginator.total_pages) %}
{% if page == paginator.page %}
<span class="page-item">{{ page }}</span>
{% elsif page == 1 %}
<a href="{{ '/' | prepend: site.baseurl | replace: '//', '/' }}" class="page-item">{{ page }}</a>
{% else %}
<a href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}" class="page-item">{{ page }}</a>
{% endif %}
{% endfor %}
{% if paginator.next_page %}
<a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}" class="page-item">&raquo;</a>
{% else %}
<span class="page-item">&raquo;</span>
{% endif %}
</div>
{% endif %}
</div>
<!-- Footer -->
{% include footer.html %}
<!-- Script -->
{% include script.html %}
</div>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<div id="wrap">
<div id="weekly">
<!-- Navigation -->
{% include menu.html %}
<!-- Icon menu -->
<a {% if site.reverse == true %}id="nav-menu-left"{% else %}id="nav-menu"{% endif %}>
<div id="menu"></div>
</a>
<!-- Header -->
{% if site.custom_header == true %}
{% include header-custom.html %}
{% else %}
{% include header.html %}
{% endif %}
<!-- Main content -->
<div id="container">
<main>
{{ content }}
</main>
<!-- Pagination links -->
<div class="pagination">
{% if paginator.total_pages > 1 %}
<div class="page-numbers">
{% if paginator.previous_page %}
<a href="{{ paginator.previous_page_path}}" class="page-item prev">«</a>
{% endif %}
{% for page in (1..paginator.total_pages) %}
{% assign total = paginator.total_pages %}
{% if page == paginator.page %}
<p class="page-numbers-display">{{ page }} of {{total}}</p>
{% endif %}
{% endfor %}
{% if paginator.next_page %}
<a href="{{ paginator.next_page_path}}" class="page-item next">»</a>
{% endif %}
</div>
{% endif %}
</div>
</div>
<!-- Footer -->
{% include footer.html %}
<!-- Script -->
{% include script.html %}
</div>
</div>
</body>
</html>
\ No newline at end of file
---
title: Revuo Monero Weekly - March 29, 2019
title: Issue 1&#58; March 22-29, 2019
issuenumber: 1
---
The first issue of Revuo Monero Weekly. Week of March 22-29, 2019.
[<img src="/img/img-issue1.jpg" alt="Revuo Monero Weekly Issue 1 Image">]({% post_url 2019-03-27-issue-1 %}.html)
Revuo Monero Weekly: Week of March 22 - March 29, 2019.
<!--more-->
<h3>Table of Contents:</h3>
......
---
title: Revuo Monero Weekly - April 4, 2019
title: Issue 2&#58; March 29 - April 4, 2019
issuenumber: 2
---
Second issue of Revuo Monero Weekly. Week of March 29-April 4, 2019.
[<img src="/img/img-issue2.jpg" alt="Revuo Monero Weekly Issue 2 Image">]({% post_url 2019-04-04-issue-2 %}.html)
Revuo Monero Weekly: Week of March 29 - April 4, 2019.
<!--more-->
<h3>Table of Contents:</h3>
......
---
title: Revuo Monero Weekly - April 11, 2019
title: Issue 3&#58; April 4-11, 2019
issuenumber: 3
---
Third issue of Revuo Monero Weekly. Week of April 4-11, 2019.
[<img src="/img/img-issue3.jpg" alt="Revuo Monero Weekly Issue 3 Image">]({% post_url 2019-04-11-issue-3 %}.html)
Revuo Monero Weekly: Week of April 4 - April 11, 2019.
<!--more-->
<h3>Table of Contents:</h3>
......
---
title: Revuo Monero Weekly - April 18, 2019
title: Issue 4&#58; April 11-18, 2019
issuenumber: 4
---
Fourth issue of Revuo Monero Weekly. Week of April 11-18, 2019.
[<img src="/img/img-issue4.jpg" alt="Revuo Monero Weekly Issue 4 Image">]({% post_url 2019-04-17-issue-4 %}.html)
Revuo Monero Weekly: Week of April 11 - April 18, 2019.
<!--more-->
<h3>Table of Contents:</h3>
......
---
title: Revuo Monero Weekly - April 25, 2019
title: Issue 5&#58; April 18-25, 2019
issuenumber: 5
---
Fifth issue of Revuo Monero Weekly. Week of April 18-25, 2019.
[<img src="/img/img-issue5.jpg" alt="Revuo Monero Weekly Issue 5 Image">]({% post_url 2019-04-25-issue-5 %}.html)
Revuo Monero Weekly: Week of April 18 - April 25, 2019.
<!--more-->
<h3>Table of Contents:</h3>
......
---
title: Issue 6&#58; April 26 - May 2, 2019
issuenumber: 6
---
[<img src="/img/img-issue6.jpg" alt="Revuo Monero Weekly Issue 6 Image">]({% post_url 2019-05-02-issue-6 %}.html)
Revuo Monero Weekly: Week of April 26 - May 2, 2019.
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.exodus.io/monero/" target="_blank">Monero is now available on Exodus wallet</a>
</h4>
</div>
<div class="newsbyte">
<h4>Dr. Sarang Noether published his monthly research report for April - <a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/34#note_5903" target="_blank">available on GitLab</a>
</h4>
</div>
<div class="newsbyte">
<h4>LocalMonero now has a <a href="https://localmonero.co/nojs/" target="_blank">no-JavaScript version</a>. Tor/I2P visits will load the no-JavaScript version by default.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://minko.to/" target="_blank">Minko</a>, a provably fair Monero game, <a href="https://www.reddit.com/r/Monero/comments/bhmpgk/astrobot_is_alive_or_so_does_he_think_on_minko/" target="_blank">has added AstroBot</a> that asks trivia questions and rewards correct answers</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bhp5j6/the_monero_ecosystem_now_has_a_chatroom_and_a/" target="_blank">The Monero Ecosystem project now has a chatroom and a website</a></h4>
</div>
<div class="newsbyte">
<h4>Breaking Monero Episode 11: Mailbag Episode by SamsungGalaxyPlayer - <a href="https://www.youtube.com/watch?v=q1gdYWsvXDU" target="_blank">available on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk about Lightning Network on Monero with Bernhard Breytenbach - <a href="https://youtu.be/-jlsGevNdm4" target="_blank">available on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bjer8z/xmrrureport_april/" target="_blank">XMR.RU team posted a report on their translation work for March</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bhedhg/monero_quickfacts_sheet_revised_212019_dutch_nl/" target="_blank">Monero Quick-Facts sheet revised 2/1/2019 is available in Dutch</a>
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 4, 2019 (Saturday) - 16:00 UTC</p>
<p markdown="1">Monero Coffee Chat - <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">watch online here</a></p>
</div>
<div class="event">
<p class="date">May 4, 2019 (Saturday) – 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 5, 2019 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 6, 2019 (Monday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 7, 2019 (Tuesday) – 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 9, 2019 (Thursday) – 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 11, 2019 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/56" target="_blank">Korean Translations GUI & CLI by Xeagu</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/dsc-2019-q2.html" target="_blank">GUI UX coding (3 months)</a> by dsc</p>
<p>Raised <b>98.48 of 282.00</b> XMR (35%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/xiphon-part-time.html" target="_blank">Xiphon part time coding (3 months)</a> by xiphon</p>
<p>Raised <b>18.10 of 111.00</b> XMR (16%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/knueffelbund-gui-design-for-q2-2019.html" target="_blank">Knueffelbund GUI design for Q2 2019</a> by knueffelbund</p>
<p>Raised <b>25.55 of 37.00</b> XMR (69%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-localizations.html" target="_blank">ErCiccione: Coordinator of the Localization Workgroup - March</a> by ErCiccione</p>
<p>Raised <b>20.03 of 144.00</b> XMR (14%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1826047</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>283.135 MH/s</b></p>
<p>Average Tx per block: <b>13.76</b></p>
<p>Weekly Moving Average Tx per day: <b>9878</b></p>
<p>Block reward: <b>2.84 XMR</b></p>
</div>
<p class="note">Data taken on May 2, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0502.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,092,379,011</b><br>Localmonero.co Street Price: <b>$64.22</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>05/02/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/02/19">$64.16</td>
<td data-th="Week" class="red">-5.1%</td>
<td data-th="Month" class="green">+5.8%</td>
<td data-th="Year" class="red">-73.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/02/19">€57.41</td>
<td data-th="Week" class="red">-5.2%</td>
<td data-th="Month" class="green">+6.1%</td>
<td data-th="Year" class="red">-71.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/02/19">Ƀ0.01172669</td>
<td data-th="Week" class="red">-5.7%</td>
<td data-th="Month" class="red">-19.8%</td>
<td data-th="Year" class="red">-55.7%</td>
</tr>
</table>
<p class="note">Data taken on May 2, 2019</p>
<p class="table-title">XMR Price Graph for April 26 - May 2, 2019</p>
![XMR Price Graph 04/26/19-05/02/19](/img/weekly-chart-0502.png "XMR Price Graph 04/26/19-05/02/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren’t sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p>If you know of any merchants or exchanges that are still using a long form payment ID, please let the community know so we can contact them and ask them to integrated addresses or subaddresses. Feel free to leave them in the comments of <a href="https://reddit.com/r/Monero/comments/bib6zq/list_of_services_using_long_payment_ids_a_call/" target="_blank">this Reddit thread</a>.</p>
</div>
<div class="newsbyte">
<p><a href="https://www.reddit.com/r/Monero/comments/b5fe5j/psa_seeking_volunteer_reviewers_for_pow_randomx/" target="_blank">Seeking Volunteer Reviewers for PoW RandomX</a></p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.
\ No newline at end of file
---
title: Issue 7&#58; May 2-9, 2019
issuenumber: 7
---
[<img src="/img/img-issue7.jpg" alt="Revuo Monero Weekly Issue 7 Image">]({% post_url 2019-05-09-issue-7 %}.html)
Revuo Monero Weekly: Week of May 2 - May 9, 2019.
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#merchant">Monero-Accepting Non-Profit of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://bitinfocharts.com/comparison/monero-transactions.html" target="_blank">Monero transactions have reached their all time high this past week</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bl1uai/the_defcon_monero_village_call_for_presentations/" target="_blank">The DefCon Monero Village Call for Presentations and Volunteers is now open</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/Trezor/status/1125429283697172482" target="_blank">Trezor.io now accepts payments in XMR</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://finance.yahoo.com/news/key-conference-private-cryptocurrency-held-135100005.html" target="_blank">Yahoo Finance reported on the Monero Konferenco that will be happening this June</a>
</h4>
</div>
<div class="newsbyte">
<h4>Logs from the Dev Meeting from May 5, 2019 <a href="https://repo.getmonero.org/monero-project/monero-site/blob/31ee489b3a57d930b91be50c4934e6b1612756d9/_posts/2019-05-05-logs-for-the-dev-meeting-held-on-2019-05-05.md" target="_blank">are available on GitLab</a>
</h4>
</div>
<div class="newsbyte">
<h4>There are two new updates for monero-pool, a Monero mining pool server written in C. <a href="https://www.reddit.com/r/Monero/comments/bkokrk/update_announcement_a_monero_mining_pool_server/" target="_blank">The first is optimizations and improvements</a>, and <a href="https://www.reddit.com/r/Monero/comments/bmcmqi/announcement_moneropool_a_special_new_update/" target="_blank">the second is a brand new feature which uses the --block-notify flag to do block notifications via signals</a>.
</h4>
</div>
<div class="newsbyte">
<h4>XMR can now be used to buy & sell everything on <a href="https://weshopwithcrypto.com/supported-coins/" target="_blank">WSWC, a marketplace like eBay for cryptocurrency users</a>
</h4>
</div>
<div class="newsbyte">
<h4>Monero Coffee Chat stream from May 4, 2019 <a href="https://www.youtube.com/watch?v=jlGd_9QMwTA" target="_blank">is available on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bkj6ag/monero_added_to_delta_exchange_derivative/" target="_blank">Monero added to Delta Exchange (not an endorsement)</a>
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Mohamed Fouda on Evaluating the Privacy Coin Space <a href="https://www.youtube.com/watch?v=shEygxdSqeo" target="_blank">is available on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bko08i/logs_from_yesterdays_meeting_of_the_monero/" target="_blank">Logs from Monero Localization Workgroup Meeting held on May 3, 2019 are posted</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.pinode.co.uk/monero-plug-and-play.html" target="_blank">PiNode has released an update with new options and an updated presync’d blockchain</a>
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 11, 2019 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 13, 2019 (Monday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 14, 2019 (Tuesday) – 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date">May 18, 2019 (Saturday) – 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 19, 2019 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 23, 2019 (Thursday) – 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/65" target="_blank">Funding To Produce, Write And Record An Entirely Original Rap/Hip-Hop Anthem Exclusively For Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/63" target="_blank">BtcPayServer Monero Integration</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/midipoet-represent_Monero_at_the_Oslo_Freedom_Forum_2019.html" target="_blank">Monero representation at the Oslo Freedom Forum 2019</a> by midipoet</p>
<p>Raised <b>21.01 of 40.00</b> XMR (53%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/dsc-2019-q2.html" target="_blank">GUI UX coding (3 months)</a> by dsc</p>
<p>Raised <b>161 of 282.00</b> XMR (57%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/xiphon-part-time.html" target="_blank">Xiphon part time coding (3 months)</a> by xiphon</p>
<p>Raised <b>74.18 of 111.00</b> XMR (67%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/knueffelbund-gui-design-for-q2-2019.html" target="_blank">Knueffelbund GUI design for Q2 2019</a> by knueffelbund</p>
<p>Raised <b>31.56 of 37.00</b> XMR (85%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-localizations.html" target="_blank">ErCiccione: Coordinator of the Localization Workgroup - March</a> by ErCiccione</p>
<p>Raised <b>51.50 of 144.00</b> XMR (36%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1831097</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>327.214 MH/s</b></p>
<p>Average Tx per block: <b>16.14</b></p>
<p>Weekly Moving Average Tx per day: <b>11737</b></p>
<p>Block reward: <b>2.82 XMR</b></p>
</div>
<p class="note">Data taken on May 9, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0509.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,089,114,039</b><br>Localmonero.co Street Price: <b>$64.51</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>05/09/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/09/19">$64.17</td>
<td data-th="Week" class="red">-0.5%</td>
<td data-th="Month" class="red">-9.8.8%</td>
<td data-th="Year" class="red">-71.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/09/19">€57.31</td>
<td data-th="Week" class="red">-0.6%</td>
<td data-th="Month" class="red">-9.4%</td>
<td data-th="Year" class="red">-69.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/09/19">Ƀ0.01051846</td>
<td data-th="Week" class="red">-12.7%</td>
<td data-th="Month" class="red">-22.2%</td>
<td data-th="Year" class="red">-56.7%</td>
</tr>
</table>
<p class="note">Data taken on May 9, 2019</p>
<p class="table-title">XMR Price Graph for May 2 - May 9, 2019</p>
![XMR Price Graph 05/02/19-05/09/19](/img/weekly-chart-0509.png "XMR Price Graph 05/02/19-05/09/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero-Accepting Non-Profit of the Week</h3>
<a href="https://magicgrants.org" target="_blank"><img src="/img/magic-logo.png" alt="MAGIC Logo" class="merchant-img" id="magic"></a>
<a href="https://magicgrants.org" target="_blank">Multidisciplinary Academic Grants in Cryptocurrencies (MAGIC)</a> is a non-profit that is focused on doing good in the world utilizing cryptocurrencies. Their mission includes such things as “providing undergraduate scholarships, research grants, and infrastructure grants, as well as hosting and participating in educational, scientific, or otherwise academic events.”
They accept donations in Monero and other cryptocurrencies via Globee.
<i>Check back next week for another merchant that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren’t sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p>If you know of any merchants or exchanges that are still using a long form payment ID, please let the community know so we can contact them and ask them to integrated addresses or subaddresses. Feel free to leave them in the comments of <a href="https://reddit.com/r/Monero/comments/bib6zq/list_of_services_using_long_payment_ids_a_call/" target="_blank">this Reddit thread</a>.</p>
</div>
<div class="newsbyte">
<p><a href="https://www.reddit.com/r/Monero/comments/b5fe5j/psa_seeking_volunteer_reviewers_for_pow_randomx/" target="_blank">Seeking Volunteer Reviewers for PoW RandomX</a></p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.
\ No newline at end of file
---
title: Issue 8&#58; May 9-16, 2019
issuenumber: 8
---
[<img src="/img/img-issue8.jpg" alt="Revuo Monero Weekly Issue 8 Image">]({% post_url 2019-05-16-issue-8 %}.html)
Revuo Monero Weekly: Week of May 9 - May 16, 2019.
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#merchant">Monero Merchant of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>RandomX, a <a href="https://www.reddit.com/r/Monero/comments/bmybxn/randomx_status_update/" target="_blank">Status Update</a> and community feedback needed for <a href="https://www.reddit.com/r/Monero/comments/bozr0z/randomx_auditor_selection/" target="_blank">Auditor Selection</a> (Super important! Please make your opinion known!)
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bosdwj/update_cake_wallet_version_319_is_now_live_with_a/" target="_blank">Cake Wallet version 3.1.9 is now live</a> with a new refreshed design, new accounts feature, better subaddresses management, and a new insta-exchange: ChangeNow
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reuters.com/article/us-crypto-currencies-altcoins-explainer/explainer-privacy-coin-monero-offers-near-total-anonymity-idUSKCN1SL0F0" target="_blank">Reuters published an article on Monero</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bonpt3/monero_outreach_round_2_ccs_final_report_see_what/" target="_blank">Monero Outreach Workgroup posted their Round 2 CCS Final Report</a>
</h4>
</div>
<div class="newsbyte">
<h4>Watch two new Breaking Monero Episodes on YouTube: <a href="https://youtu.be/-zJpvsj1rWE" target="_blank">Episode 12: Input/Output Metadata</a> and <a href="https://www.youtube.com/watch?v=_A6k4RQ-uIE" target="_blank">Episode 13: Blockchain Explorer OpSec</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://coincenter.org/entry/fincen-s-new-cryptocurrency-guidance-matches-coin-center-recommendations" target="_blank">FinCEN’s new cryptocurrency guidance matches Coin Center recommendations.</a> Multi-sig wallets, decentralized exchanges, and privacy protecting cryptocurrency developers are not regulated
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Binary Fate with Jeremie Dubois-Lacoste - <a href="https://youtu.be/j7oYXqcfXqU" target="_blank">available on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4>Magical Crypto Conference 2019 took place in NYC. Monero Talk recorded interviews with the conference visitors. The playlist is available <a href="https://www.youtube.com/playlist?list=PLfJ_JjSwYaa9JNWQ3vn9AR9eGjjWITEbf" target="_blank">on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://flyp.me/en/#/" target="_blank">Flyp.me implemented sub-addresses to their crypto to crypto exchange without registration</a>
</h4>
</div>
<div class="newsbyte">
<h4>MyMonero and Urbane Security at Magical Crypto Con <a href="https://www.reddit.com/r/Monero/comments/bo3vml/mymonero_and_urbane_security_at_magical_crypto/" target="_blank">announced new web resource integrity protocol and browser plugin called SecureBrowse</a>, to eliminate risk of compromised JS
</h4>
</div>
<div class="newsbyte">
<h4>Monero mining pool server written in C update is <a href="https://www.reddit.com/r/Monero/comments/bnkyta/github_jtgrassiemoneropool_a_monero_mining_pool/
" target="_blank">available here</a>
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date">May 18, 2019 (Saturday) – 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 19, 2019 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 20, 2019 (Monday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 21, 2019 (Tuesday) – 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 23, 2019 (Thursday) – 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 25, 2019 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/65" target="_blank">Funding To Produce, Write And Record An Entirely Original Rap/Hip-Hop Anthem Exclusively For Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/63" target="_blank">BtcPayServer Monero Integration</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-localizations.html" target="_blank">ErCiccione: Coordinator of the Localization Workgroup - March</a> by ErCiccione</p>
<p>Raised <b>53.50 of 144.00</b> XMR (37%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1836180</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>319.806 MH/s</b></p>
<p>Average Tx per block: <b>14.28</b></p>
<p>Weekly Moving Average Tx per day: <b>10206</b></p>
<p>Block reward: <b>2.79 XMR</b></p>
</div>
<p class="note">Data taken on May 16, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0516.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,467,467,016</b><br>Localmonero.co Street Price: <b>$87.19</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>05/16/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/16/19">$86.37</td>
<td data-th="Week" class="green">+29%</td>
<td data-th="Month" class="green">+34.7%</td>
<td data-th="Year" class="red">-57.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/16/19">€77.33</td>
<td data-th="Week" class="green">+29.2%</td>
<td data-th="Month" class="green">+36.3%</td>
<td data-th="Year" class="red">-55.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/16/19">Ƀ0.01096109</td>
<td data-th="Week" class="red">-2.6%</td>
<td data-th="Month" class="red">-13.7%</td>
<td data-th="Year" class="red">-54.4%</td>
</tr>
</table>
<p class="note">Data taken on May 16, 2019</p>
<p class="table-title">XMR Price Graph for May 10 - May 16, 2019</p>
![XMR Price Graph 05/09/19-05/16/19](/img/weekly-chart-0516.png "XMR Price Graph 05/09/19-05/16/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero Merchant of the Week</h3>
<a href="https://www.azirevpn.com/" target="_blank"><img src="/img/og_azirevpn.png" alt="AzireVPN Logo" class="merchant-img" id="azirevpn"></a>
<a href="https://www.azirevpn.com/" target="_blank">AzireVPN</a> was founded in 2012 with the mission to become a market-leading VPN service to help people avoiding censorship and interception on the Internet. Since then, the service has been continuously developed to keep up to date with the latest technologies and VPN protocols.
They are Sweden-based, and support WireGuard, as well as being one of the few VPNs that do not require an email for sign up.
Also, for the first time ever on the Revuo, they have partnered with us to give Revuo readers access to an exclusive offer. Use the promo code **"monero4life"** to receive 20% off on the 1 and 3 month packages. Offer valid through the 1st of December, 2019.
<i>Check back next week for another merchant that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren’t sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p><a href="https://www.reddit.com/r/Monero/comments/bojcre/the_new_gui_for_the_next_release_is_ready_but_the/" target="_blank">Translators needed for the new GUI release</a>.</p>
</div>
<div class="newsbyte">
<p>If you know of any merchants or exchanges that are still using a long form payment ID, please let the community know so we can contact them and ask them to integrated addresses or subaddresses. Feel free to leave them in the comments of <a href="https://reddit.com/r/Monero/comments/bib6zq/list_of_services_using_long_payment_ids_a_call/" target="_blank">this Reddit thread</a>.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.
\ No newline at end of file
---
title: Issue 9&#58; May 16-23, 2019
issuenumber: 9
---
[<img src="/img/img-issue9.jpg" alt="Revuo Monero Weekly Issue 9 Image">]({% post_url 2019-05-23-issue-9 %}.html)
Revuo Monero Weekly: Week of May 16 - May 23, 2019.
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>The Monero Outreach Workgroup published <a href="https://www.monerooutreach.org/response-to-reuters.php" target="_blank">a response</a> to the <a href="https://www.reuters.com/article/us-crypto-currencies-altcoins-explainer/explainer-privacy-coin-monero-offers-near-total-anonymity-idUSKCN1SL0F0" target="_blank">Reuters article about Monero</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bpkuln/randomx_integration_in_monerod/" target="_blank">Full support for RandomX in monerod</a> is now available for testing/review/feedback
</h4>
</div>
<div class="newsbyte">
<h4>go-monero-rpc-client, a client for the Monero RPC (wallet and daemon) in golang, <a href="https://www.reddit.com/r/Monero/comments/bqtrj5/gomonerorpcclient_a_client_for_the_monero_rpc/" target="_blank">just joined the Monero Ecosystem project</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monero/comments/br0wzt/development_version_of_fully_opensourced_online/" target="_blank">Development version of fully open-sourced online Generic Monero Scanner is available for testing</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://itunes.apple.com/us/app/cake-wallet-for-xmr-monero/id1334702542?mt=8" target="_blank">Cake Wallet Version 3.1.11 available - the bug fix edition</a>
</h4>
</div>
<div class="newsbyte">
<h4>Minko’s beta launch promised to donate all proceeds from the first month to the general fund. The month has ended, and <a href="https://www.reddit.com/r/Monero/comments/br67pt/minko_1st_month_donation_sent/" target="_blank">Minko has donated 315 XMR to the general fund</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 25, 2019 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 27, 2019 (Monday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 28, 2019 (Tuesday) – 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date">June 1, 2019 (Saturday) – 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 2, 2019 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">june 6, 2019 (Thursday) – 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/71" target="_blank">Monero DefCon 27 Supplies</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/70" target="_blank">Monero Outreach Round 3</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/69" target="_blank">DefCon 2019 Volunteer Reimbursement</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/62" target="_blank">New idea for ideas section: Rapida, fibre like thing for monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/65" target="_blank">Funding To Produce, Write And Record An Entirely Original Rap/Hip-Hop Anthem Exclusively For Monero</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/RandomX-audit.html" target="_blank">RandomX Audits</a> by Howard Chu</p>
<p>Raised <b>1023.83 of 1400.00</b> XMR (73%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1841115</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>282.618 MH/s</b></p>
<p>Average Tx per block: <b>14.85</b></p>
<p>Weekly Moving Average Tx per day: <b>10610</b></p>
<p>Block reward: <b>2.76 XMR</b></p>
</div>
<p class="note">Data taken on May 23, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0523.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,429,727,294</b><br>Localmonero.co Street Price: <b>$83.88</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>05/23/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/23/19">$84.02</td>
<td data-th="Week" class="red">-11.4%</td>
<td data-th="Month" class="green">+21.5%</td>
<td data-th="Year" class="red">-52.4%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/23/19">€74.98</td>
<td data-th="Week" class="red">-11.2%</td>
<td data-th="Month" class="green">+22.3%</td>
<td data-th="Year" class="red">-49.8%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/23/19">Ƀ0.01075545</td>
<td data-th="Week" class="red">-6.5%</td>
<td data-th="Month" class="red">-16.0%</td>
<td data-th="Year" class="red">-50.9%</td>
</tr>
</table>
<p class="note">Data taken on May 23, 2019</p>
<p class="table-title">XMR Price Graph for May 17 - May 23, 2019</p>
![XMR Price Graph 05/17/19-05/23/19](/img/weekly-chart-0523.png "XMR Price Graph 05/17/19-05/23/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren’t sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p><a href="https://old.reddit.com/r/Monero/comments/bqhjw8/many_languages_of_the_gui_wallet_still_need_to_be/" target="_blank">Translators needed for the new GUI release</a>.</p>
</div>
<div class="newsbyte">
<p>If you know of any merchants or exchanges that are still using a long form payment ID, please let the community know so we can contact them and ask them to integrated addresses or subaddresses. Feel free to leave them in the comments of <a href="https://reddit.com/r/Monero/comments/bib6zq/list_of_services_using_long_payment_ids_a_call/" target="_blank">this Reddit thread</a>.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.
\ No newline at end of file