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 (110)
Showing
with 2875 additions and 56 deletions
<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
......@@ -17,6 +17,9 @@
{%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: '//', '/' }}">
......
......@@ -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>
......
......@@ -32,33 +32,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">
{% 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>
......
......@@ -60,7 +60,7 @@ issuenumber: 51
</div>
<div class="event">
<p class="date" markdown="1">March 28 , 2020 (Saturday) – 17:00 UTC</p>
<p class="date" markdown="1">March 28, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
......
---
title: Issue 52&#58; March 14 - 20, 2020
image: /img/twitter-card-issue-52.png
issuenumber: 52
---
[<img src="/img/img-issue52.png" alt="Revuo Monero Weekly #52 Slide" class="img-lead">]({% post_url 2020-03-20-issue-52 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of March 14 - March 20, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/fl6go2/cli_v01505_carbon_chamaeleon_released/" target="_blank">CLI v0.15.0.5 'Carbon Chamaeleon' has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4>Sarang Noether released a <a href="https://eprint.iacr.org/2020/312" target="_blank">preprint of the Triptych-2 paper: efficient proofs for confidential transactions</a>.</h4>
</div>
<div class="newsbyte">
<h4>Vik Sharma from Cake Wallet did an interview with Girl Gone Crypto - <a href="https://youtu.be/lrmiT3FXo-0" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviews Desi-Rae of Crypto Ramble on the importance of privacy - <a href="https://youtu.be/rSxVjubU-88" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviews Lawrence H. White on whether the USA needs a digital national currency - <a href="https://youtu.be/klbwSUX0b9I" target="_blank">available on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">March 22, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 25, 2020 (Wednesday) – 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 25, 2020 (Wednesday) – 19:00 UTC</p>
<p markdown="1">Monero Konferenco [EU] Meeting - <a href="irc://chat.freenode.net/#monero-konferenco" target="_blank">#monero-konferenco</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 28, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</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/132" target="_blank">Persian-translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/130" target="_blank">Monero Debian Package Repository for 2 years</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/129" target="_blank">Norwegian translation of webplate + footers + nav. menu</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2058989</b></p>
<p>Hash rate: <b>1.190 GH/s</b></p>
<p>Median block size: <b>27.4 kB</b></p>
<p>Average Tx per block: <b>15.16</b></p>
<p>Weekly Moving Average Tx per day: <b>10850</b></p>
<p>Block reward: <b>1.82 XMR</b></p>
</div>
<p class="note">Data taken on March 20, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0320.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$713,138,239</b><br>Localmonero.co Street Price: <b>$40.82</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>03/20/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="03/20/20">$40.38</td>
<td data-th="Week" class="green">+9.7%</td>
<td data-th="Month" class="red">-48.3%</td>
<td data-th="Year" class="red">-25.8%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="03/20/20">€37.51</td>
<td data-th="Week" class="green">+13.6%</td>
<td data-th="Month" class="red">-48.1%</td>
<td data-th="Year" class="red">-21.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="03/20/20">B0.00652103</td>
<td data-th="Week" class="red">-1.7%</td>
<td data-th="Month" class="red">-19.8%</td>
<td data-th="Year" class="red">-51.6%</td>
</tr>
</table>
<p class="note">Data taken on March 20, 2020</p>
<p class="table-title">XMR Price Graph for March 14 - 20, 2020</p>
![XMR Price Graph 03/14/20-03/20/20](/img/weekly-chart-0320.png "XMR Price Graph 03/14/20-03/20/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 53&#58; March 20 - 27, 2020
image: /img/twitter-card-issue-53.png
issuenumber: 53
---
[<img src="/img/img-issue53.png" alt="Revuo Monero Weekly #53 Slide" class="img-lead">]({% post_url 2020-03-27-issue-53 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of March 20 - March 27, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/foooc6/getmoneroorg_updated_new_roadmap_page_1_new/" target="_blank">Getmonero.org has been updated with an overhauled roadmap page and other changes</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Brock Pierce about the power of community - <a href="https://youtu.be/CGL9Q1H4B74" target="_blank">available on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">March 28, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 1, 2020 (Wednesday) – 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 5, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</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/134" target="_blank">erciccione: part time work (April-May) on Getmonero.org</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/132" target="_blank">Persian-translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/130" target="_blank">Monero Debian Package Repository for 2 years</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/129" target="_blank">Norwegian translation of webplate + footers + nav. menu</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2064017</b></p>
<p>Hash rate: <b>1.152 GH/s</b></p>
<p>Median block size: <b>13.1 kB</b></p>
<p>Average Tx per block: <b>13.10</b></p>
<p>Weekly Moving Average Tx per day: <b>9405</b></p>
<p>Block reward: <b>1.81 XMR</b></p>
</div>
<p class="note">Data taken on March 27, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0327.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$805,325,855</b><br>Localmonero.co Street Price: <b>$43.96</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>03/27/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="03/27/20">$45.83</td>
<td data-th="Week" class="green">+15.1%</td>
<td data-th="Month" class="red">-34.7%</td>
<td data-th="Year" class="red">-12.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="03/27/20">€41.05</td>
<td data-th="Week" class="green">+10.9%</td>
<td data-th="Month" class="red">-36.4%</td>
<td data-th="Year" class="red">-12.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="03/27/20">B0.00741271</td>
<td data-th="Week" class="green">+14.8%</td>
<td data-th="Month" class="red">-7.6%</td>
<td data-th="Year" class="red">-43.2%</td>
</tr>
</table>
<p class="note">Data taken on March 27, 2020</p>
<p class="table-title">XMR Price Graph for March 21 - 27, 2020</p>
![XMR Price Graph 03/21/20-03/27/20](/img/weekly-chart-0327.png "XMR Price Graph 03/21/20-03/27/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 54&#58; March 27 - April 3, 2020
image: /img/twitter-card-issue-54.png
issuenumber: 54
---
[<img src="/img/img-issue54.png" alt="Revuo Monero Weekly #54 Slide" class="img-lead">]({% post_url 2020-04-03-issue-54 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of March 27 - April 3, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://eprint.iacr.org/2019/654" target="_blank">The CLSAG paper preprint is updated</a>.</h4>
</div>
<div class="newsbyte">
<h4>A community member, Alex Anarcho, was interviewed by Essra for German speaking audiences, and talks about privacy and Monero - <a href="https://youtu.be/RpL4FwoBudI" target="_blank">watch on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Rafael LaVerde on the virtues of Monero vs the virtues of BSV - <a href="https://youtu.be/Sk5JjGN1CIQ" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 5, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 8, 2020 (Wednesday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 11, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</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/134" target="_blank">erciccione: part time work (April-May) on Getmonero.org</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/132" target="_blank">Persian-translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/130" target="_blank">Monero Debian Package Repository for 2 years</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/129" target="_blank">Norwegian translation of webplate + footers + nav. menu</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2068984</b></p>
<p>Hash rate: <b>1.242 GH/s</b></p>
<p>Median block size: <b>33.7 kB</b></p>
<p>Average Tx per block: <b>14.71</b></p>
<p>Weekly Moving Average Tx per day: <b>10595</b></p>
<p>Block reward: <b>1.79 XMR</b></p>
</div>
<p class="note">Data taken on April 3, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0403.PNG" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$924,177,962</b><br>Localmonero.co Street Price: <b>$50.21</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>04/03/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/03/20">$52.73</td>
<td data-th="Week" class="green">+11.1%</td>
<td data-th="Month" class="red">-19.8%</td>
<td data-th="Year" class="red">-20.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/03/20">€48.80</td>
<td data-th="Week" class="green">+14.9%</td>
<td data-th="Month" class="red">-17.4%</td>
<td data-th="Year" class="red">-17.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/03/20">B0.00782583</td>
<td data-th="Week" class="green">+5.1%</td>
<td data-th="Month" class="green">+4.2%</td>
<td data-th="Year" class="red">-41.5%</td>
</tr>
</table>
<p class="note">Data taken on April 3, 2020</p>
<p class="table-title">XMR Price Graph for March 28 - April 3, 2020</p>
![XMR Price Graph 03/28/20-04/03/20](/img/weekly-chart-0403.png "XMR Price Graph 03/28/20-04/03/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 55&#58; April 3 - April 11, 2020
image: /img/twitter-card-issue-55.png
issuenumber: 55
---
[<img src="/img/img-issue55.png" alt="Revuo Monero Weekly #55 Slide" class="img-lead">]({% post_url 2020-04-11-issue-55 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of April 3 - April 11, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/library/Zero-to-Monero-2-0-0.pdf" target="_blank">The second edition of Zero to Monero is published</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Monero Community workgroup released a documentary movie about Monero. <a href="https://www.reddit.com/r/Monero/comments/fyin5n/film_premiere_monero_means_money_cryptocurrency/" target="_blank">You can find more information here</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/fyaq8e/xmrrureport_march/" target="_blank">XMR.ru released their monthly report for March</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Monero Community workgroup ran another Coffee Chat - <a href="https://youtu.be/diiuHfPkn9s" target="_blank">watch on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Naomi Brockwell about why competition is good for the ecosystem - <a href="https://youtu.be/RtyXyOgmHS0" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Crypto Vigilante interviewed Justin Ehrenhofer about Monero’s roadmap and fungibility - <a href="https://youtu.be/SDefqqOfp0Q" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 11, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 15, 2020 (Wednesday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 19, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</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/132" target="_blank">Persian-translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/130" target="_blank">Monero Debian Package Repository for 2 years</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/129" target="_blank">Norwegian translation of webplate + footers + nav. menu</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="" target="_blank">ErCiccione: 3 more months part time work on Getmonero.org</a> by erciccione</p>
<p>Raised <b>36.33 of 180.00</b> XMR (20%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2074662</b></p>
<p>Hash rate: <b>1.233 GH/s</b></p>
<p>Median block size: <b>25.8 kB</b></p>
<p>Average Tx per block: <b>17.10</b></p>
<p>Weekly Moving Average Tx per day: <b>12362</b></p>
<p>Block reward: <b>1.77 XMR</b></p>
</div>
<p class="note">Data taken on April 11, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0412.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$936,561,688</b><br>Localmonero.co Street Price: <b>$50.72</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>04/11/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/11/20">$53.48</td>
<td data-th="Week" class="green">+1.0%</td>
<td data-th="Month" class="red">-1.5%</td>
<td data-th="Year" class="red">-24.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/11/20">€48.92</td>
<td data-th="Week" class="red">-0.2%</td>
<td data-th="Month" class="green">+1.5%</td>
<td data-th="Year" class="red">-22.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/11/20">B0.00778648</td>
<td data-th="Week" class="red">-1.0%</td>
<td data-th="Month" class="green">+13.9%</td>
<td data-th="Year" class="red">-41.7%</td>
</tr>
</table>
<p class="note">Data taken on April 11, 2020</p>
<p class="table-title">XMR Price Graph for April 5 - April 11, 2020</p>
![XMR Price Graph 04/05/20-04/11/20](/img/weekly-chart-0411.png "XMR Price Graph 04/05/20-04/11/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 56&#58; April 11 - April 17, 2020
image: /img/twitter-card-issue-56.png
issuenumber: 56
---
[<img src="/img/img-issue56.png" alt="Revuo Monero Weekly #56 Slide" class="img-lead">]({% post_url 2020-04-17-issue-56 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of April 11 - April 17, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="moneroversary">Moneroversary</h3>
The Monero Community will be celebrating Monero's 6th "birthday" (i.e. Moneroversary) on April 18th, 2020. See the schedule of events below.
<table class="moneroversary-table">
<tr class="row1">
<th>Time</th>
<th>Description</th>
</tr>
<tr>
<td data-th="Time">15:00 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">Monero History ft. Diego Salazar</a></td>
</tr>
<tr class="row3">
<td data-th="Time">15:30 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">Monero Research Lab Q&A ft. Sarang Noether</a>, host Scott Anecito</td>
</tr>
<tr>
<td data-th="Time">16:00 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">Monero Compliance Q&A ft. Dave Jevans (CEO of CipherTrace) & Justin Ehrenhofer</a>, host John Murphy</td>
</tr>
<tr class="row3">
<td data-th="Time">16:30 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">Monero Trivia</a>, host Justin Ehrenhofer</td>
</tr>
<tr>
<td data-th="Time">17:00 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">Monero Coffee Chat</a>, host Doug Tuman</td>
</tr>
<tr class="row3">
<td data-th="Time">18:00 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">Monero Meme Competition</a>, host Justin Ehrenhofer</td>
</tr>
<tr>
<td data-th="Time">19:00 UTC</td>
<td data-th="Description"><a href="http://hub.link/ktcMqWR" target="_blank">Monero VR Happy Hour</a>, host Diego Salazar - No VR headset required</td>
</tr>
<tr class="row3">
<td data-th="Time">19:30 UTC</td>
<td data-th="Description">Monero Game Show (Monero Talk)</td>
</tr>
<tr>
<td data-th="Time">23:59 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=aPAA3A7Z4HI" target="_blank">Games</a>, TBD (Jackbox.tv, Drawful 2, Cards Against Humanity, Secret Hitler)</td>
</tr>
</table>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/fzyq1p/satang_exchange_has_added_monero/" target="_blank">Satang exchange has added Monero</a>, and there will be a fiat pairing.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/g0w0f7/update_cake_wallet_for_ios_version_3128_a_change/" target="_blank">Cake Wallet has an update</a>, which changes the XMR.to flow within the app.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/04/13/migration-github.html" target="_blank">Monero is moving it’s repository for its website back to Github from Gitlab</a>.</h4>
</div>
<div class="newsbyte">
<h4>Core Team member binaryFate <a href="https://twitter.com/binaryFate/status/1250496394634366978" target="_blank">summarizes some of the most exciting things in Monero research and development</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 18, 2020 (Sunday) - 15:00 UTC</p>
<p markdown="1">Moneroversary - <a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">join on YouTube</a></p>
</div>
<div class="event">
<p class="date" markdown="1">April 19, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 22, 2020 (Wednesday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 25, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</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/139" target="_blank">xiphon part-time coding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/137" target="_blank">Translation of Mastering Monero into Brazilian Portuguese</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/132" target="_blank">Persian-translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/130" target="_blank">Monero Debian Package Repository for 2 years</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2079000</b></p>
<p>Hash rate: <b>1.226 GH/s</b></p>
<p>Median block size: <b>31.3 kB</b></p>
<p>Average Tx per block: <b>16.13</b></p>
<p>Weekly Moving Average Tx per day: <b>11551</b></p>
<p>Block reward: <b>1.75 XMR</b></p>
</div>
<p class="note">Data taken on April 17, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0417.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,001,801,228</b><br>Localmonero.co Street Price: <b>$56.17</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>04/17/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/17/20">$57.15</td>
<td data-th="Week" class="red">-2.3%</td>
<td data-th="Month" class="green">+56.7%</td>
<td data-th="Year" class="red">-17.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/17/20">€52.53</td>
<td data-th="Week" class="red">-1.8%</td>
<td data-th="Month" class="green">+58.7%</td>
<td data-th="Year" class="red">-14.5%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/17/20">B0.00802441</td>
<td data-th="Week" class="green">0.0%</td>
<td data-th="Month" class="green">+18.3%</td>
<td data-th="Year" class="red">-39.8%</td>
</tr>
</table>
<p class="note">Data taken on April 17, 2020</p>
<p class="table-title">XMR Price Graph for April 11 - April 17, 2020</p>
![XMR Price Graph 04/11/20-04/17/20](/img/weekly-chart-0417.png "XMR Price Graph 04/11/20-04/17/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 57&#58; April 17 - April 24, 2020
image: /img/twitter-card-issue-57.png
issuenumber: 57
---
[<img src="/img/img-issue57.png" alt="Revuo Monero Weekly #57 Slide" class="img-lead">]({% post_url 2020-04-24-issue-57 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of April 17 - April 24, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Moneroversary took place last week. There were many events including a deep dive into the ancient history of Monero, a coffee chat, a quiz game, and more. <a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">All can be seen here</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.vice.com/en_us/article/jgewky/how-a-random-guy-made-the-2-movie-in-america-for-dollar1000?utm_source=reddit.com" target="_blank">Vice wrote a piece on the work of Justin “sgp” Ehrenhofer</a> in getting the movie “Monero Means Money” to the top of the box office last week.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/g463jj/getmoneroorg_updated_migration_to_github_new_faq/" target="_blank">Another slew of getmonero.org updates is out</a>, including the transition of the repo back to github, an overhauled FAQ page, and more.</h4>
</div>
<div class="newsbyte">
<h4>The Monero Talk crew interviewed Roger Ver about Monero - <a href="https://www.youtube.com/watch?v=w6XkiU_1Uy8" target="_blank">watch it on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 25, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 29, 2020 (Wednesday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 3, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</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/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/137" target="_blank">Translation of Mastering Monero into Brazilian Portuguese</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/xiphon-part-time-4.html" target="_blank">xiphon part-time coding (3 months)</a> by xiphon</p>
<p>Raised <b>65.09 of 371</b> XMR (18%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/adrelanos-debian-package.html" target="_blank">Monero Debian Package Repository for 2 years</a> by Patrick Schleizer</p>
<p>Raised <b>40.04 of 73</b> XMR (55%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2084224</b></p>
<p>Hash rate: <b>1.415 GH/s</b></p>
<p>Median block size: <b>26.9 kB</b></p>
<p>Average Tx per block: <b>16.21</b></p>
<p>Weekly Moving Average Tx per day: <b>11,815</b></p>
<p>Block reward: <b>1.74 XMR</b></p>
</div>
<p class="note">Data taken on April 24, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0424.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,057,614,165</b><br>Localmonero.co Street Price: <b>$57.86</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>04/24/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/24/20">$60.35</td>
<td data-th="Week" class="green">+7.5%</td>
<td data-th="Month" class="green">+28.1%</td>
<td data-th="Year" class="red">-10.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/24/20">€55.80</td>
<td data-th="Week" class="green">+8.0%</td>
<td data-th="Month" class="green">+28.8%</td>
<td data-th="Year" class="red">-8.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/24/20">B0.00805088</td>
<td data-th="Week" class="green">+0.9%</td>
<td data-th="Month" class="green">+14.3%</td>
<td data-th="Year" class="red">-35.3%</td>
</tr>
</table>
<p class="note">Data taken on April 24, 2020</p>
<p class="table-title">XMR Price Graph for April 18 - April 24, 2020</p>
![XMR Price Graph 04/18/20-04/24/20](/img/weekly-chart-0424.png "XMR Price Graph 04/18/20-04/24/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 58&#58; April 24 - May 2, 2020
image: /img/twitter-card-issue-58.png
issuenumber: 58
---
[<img src="/img/img-issue58.png" alt="Revuo Monero Weekly #58 Slide" class="img-lead">]({% post_url 2020-05-02-issue-58 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of April 24 - May 2, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/04/18/dandelion-implemented.html" target="_blank">A new article was released on the getmonero.org website regarding Dandelion++</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/131#note_9896" target="_blank">Sarang Noether released his monthly report for April</a>.</h4>
</div>
<div class="newsbyte">
<h4>The movie Monero Means Money has been released for free public viewing - <a href="https://youtu.be/8quGD9W7B2I" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Monero community workgroup did the coffee chat for the month of May - <a href="https://youtu.be/UW_MlMKJxUo" target="_blank">watch on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Justin “sgp” Ehrenhofer about the Monero Means Money movie - <a href="https://youtu.be/qr9YlCaPjMk" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 3, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 6, 2020 (Wednesday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 9, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</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/142" target="_blank">Research post-quantum strategies for Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/141" target="_blank">Norwegian translation of core part</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/137" target="_blank">Translation of Mastering Monero into Brazilian Portuguese</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/xiphon-part-time-4.html" target="_blank">xiphon part-time coding (3 months)</a> by xiphon</p>
<p>Raised <b>332.9 of 371</b> XMR (90%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2089946</b></p>
<p>Hash rate: <b>1.287 GH/s</b></p>
<p>Median block size: <b>26.4 kB</b></p>
<p>Average Tx per block: <b>18.53</b></p>
<p>Weekly Moving Average Tx per day: <b>13,370</b></p>
<p>Block reward: <b>1.72 XMR</b></p>
</div>
<p class="note">Data taken on May 2, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0502c.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,133,407,865</b><br>Localmonero.co Street Price: <b>$63.89</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/02/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/02/20">$64.59</td>
<td data-th="Week" class="green">+6.8%</td>
<td data-th="Month" class="green">+27.0%</td>
<td data-th="Year" class="green">+0.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/02/20">€58.22</td>
<td data-th="Week" class="green">+4.2%</td>
<td data-th="Month" class="green">+24.1%</td>
<td data-th="Year" class="green">+1.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/02/20">B0.00709479</td>
<td data-th="Week" class="red">-11.6%</td>
<td data-th="Month" class="red">-4.9%</td>
<td data-th="Year" class="red">-39.8%</td>
</tr>
</table>
<p class="note">Data taken on May 2, 2020</p>
<p class="table-title">XMR Price Graph for April 26 - May 2, 2020</p>
![XMR Price Graph 04/26/20-05/02/20](/img/weekly-chart-0502c.png "XMR Price Graph 04/26/20-05/02/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 59&#58; May 2 - May 8, 2020
image: /img/twitter-card-issue-59.png
issuenumber: 59
---
[<img src="/img/img-issue59.png" alt="Revuo Monero Weekly #59 Slide" class="img-lead">]({% post_url 2020-05-08-issue-59 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of May 2 - May 8, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>The creator of Whonix was funded via the CCS to make a Debian package for Monero. <a href="https://github.com/Whonix/monero-gui" target="_blank">The package is now completed and ready to be utilized</a>.</h4>
</div>
<div class="newsbyte">
<h4>The new GUI is coming out soon! If you speak a non-English language and want to take a shot at translation, your work would be appreciated. <a href="https://www.reddit.com/r/Monero/comments/gf8js7/call_for_translators_new_gui_release_approaching/" target="_blank">Read the information here</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 9, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 13, 2020 (Wednesday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 17, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</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/142" target="_blank">Research post-quantum strategies for Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/141" target="_blank">Norwegian translation of core part</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/137" target="_blank">Translation of Mastering Monero into Brazilian Portuguese</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2094278</b></p>
<p>Hash rate: <b>1.249 GH/s</b></p>
<p>Median block size: <b>34.9 kB</b></p>
<p>Average Tx per block: <b>19.61</b></p>
<p>Weekly Moving Average Tx per day: <b>14,098</b></p>
<p>Block reward: <b>1.70 XMR</b></p>
</div>
<p class="note">Data taken on May 8, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0508.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,131,099,613</b><br>Localmonero.co Street Price: <b>$63.78</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/08/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/08/20">$64.40</td>
<td data-th="Week" class="green">+1.9%</td>
<td data-th="Month" class="green">+11.4%</td>
<td data-th="Year" class="red">-3.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/08/20">€58.68</td>
<td data-th="Week" class="green">+3.1%</td>
<td data-th="Month" class="green">+10.3%</td>
<td data-th="Year" class="red">-1.9%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/08/20">B0.00654133</td>
<td data-th="Week" class="red">-8.5%</td>
<td data-th="Month" class="red">-16.8%</td>
<td data-th="Year" class="red">-41.8%</td>
</tr>
</table>
<p class="note">Data taken on May 8, 2020</p>
<p class="table-title">XMR Price Graph for May 2 - May 8, 2020</p>
![XMR Price Graph 05/02/20-05/08/20](/img/weekly-chart-0508.png "XMR Price Graph 05/02/20-05/08/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 60&#58; May 8 - May 15, 2020
image: /img/twitter-card-issue-60.png
issuenumber: 60
---
[<img src="/img/img-issue60.png" alt="Revuo Monero Weekly #60 Slide" class="img-lead">]({% post_url 2020-05-15-issue-60 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of May 8 - May 15, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>The v0.16 CLI release is on the horizon. <a href="https://www.reddit.com/r/Monero/comments/giehky/help_out_with_testing_the_upcoming_v016_cli/" target="_blank">Help test it</a> so we can release it with minimal bugs.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/gjiz7e/monero_being_removed_from_bithumb_as_it_looks/" target="_blank">Monero was delisted from Bithumb</a>.</h4>
</div>
<div class="newsbyte">
<h4>Community member jwinterm <a href="https://github.com/jwinterm/RandomXStressGUI" target="_blank">made a front end for a RandomX stress test bench marking tool</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Randy Brito on Locha Mesh - <a href="https://youtu.be/Q1w0w9dbZqk" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 17, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 20, 2020 (Wednesday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 23, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</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/144" target="_blank">Market Research</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/142" target="_blank">Research post-quantum strategies for Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/141" target="_blank">Norwegian translation of core part</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/netrik182-mastering-monero-translation.html" target="_blank">Translation of Mastering Monero into Brazilian Portuguese</a> by netrik182</p>
<p>Raised <b>7 of 37.00</b> XMR (19%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2099351</b></p>
<p>Hash rate: <b>1.243 GH/s</b></p>
<p>Median block size: <b>24.1 kB</b></p>
<p>Average Tx per block: <b>18.76</b></p>
<p>Weekly Moving Average Tx per day: <b>13,481</b></p>
<p>Block reward: <b>1.69 XMR</b></p>
</div>
<p class="note">Data taken on May 15, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0515.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,120,944,302</b><br>Localmonero.co Street Price: <b>$64.04</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/15/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/15/20">$63.98</td>
<td data-th="Week" class="green">+1.1%</td>
<td data-th="Month" class="green">+20.3%</td>
<td data-th="Year" class="red">-32.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/15/20">€59.15</td>
<td data-th="Week" class="green">+2.5%</td>
<td data-th="Month" class="green">+21.2%</td>
<td data-th="Year" class="red">-30.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/15/20">B0.00674742</td>
<td data-th="Week" class="green">+4.9%</td>
<td data-th="Month" class="red">-15.7%</td>
<td data-th="Year" class="red">-41.6%</td>
</tr>
</table>
<p class="note">Data taken on May 15, 2020</p>
<p class="table-title">XMR Price Graph for May 9 - May 15, 2020</p>
![XMR Price Graph 05/08/20-05/15/20](/img/weekly-chart-0515.png "XMR Price Graph 05/08/20-05/15/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 61&#58; May 15 - May 22, 2020
image: /img/twitter-card-issue-61.png
issuenumber: 61
---
[<img src="/img/img-issue61.png" alt="Revuo Monero Weekly #61 Slide" class="img-lead">]({% post_url 2020-05-22-issue-61 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of May 15 - May 22, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>CLI v0.16.0.0 'Nitrogen Nebula' has been tagged. If you would like to build and post your deterministic build hashes, <a href="https://www.reddit.com/r/Monero/comments/go1ous/cli_v01600_nitrogen_nebula_has_been_tagged_you/" target="_blank">please do so here</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/monero-ecosystem/PiNode-XMR" target="_blank">PiNode XMR has joined the Monero Ecosystem</a>. It helps you to set up a Monero Node for Single Board Computers with Web Interface and additional tools pre-configured. Self Installing.</h4>
</div>
<div class="newsbyte">
<h4>Monero Outreach has started a <a href="https://www.monerooutreach.org/we-accept-monero.html" target="_blank">“We Accept Monero” campaign for merchant adoption</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/glc1hk/xmrrureport_april/" target="_blank">XMR.ru put out their April report</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Koe and Sarang Noether on "Zero to Monero: 2nd Edition" - <a href="https://youtu.be/2ZrZFLiZOwY" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 23, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 27, 2020 (Wednesday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 31, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</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/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/145" target="_blank">Monero Atomic Swaps research funding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/144" target="_blank">Market Research</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/141" target="_blank">Norwegian translation of core part</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/netrik182-mastering-monero-translation.html" target="_blank">Translation of Mastering Monero into Brazilian Portuguese</a> by netrik182</p>
<p>Raised <b>13.01 of 37.00</b> XMR (35%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2104381</b></p>
<p>Hash rate: <b>1.308 GH/s</b></p>
<p>Median block size: <b>28.6 kB</b></p>
<p>Average Tx per block: <b>15.94</b></p>
<p>Weekly Moving Average Tx per day: <b>11,516</b></p>
<p>Block reward: <b>1.67 XMR</b></p>
</div>
<p class="note">Data taken on May 22, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0522.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,113,971,133</b><br>Localmonero.co Street Price: <b>$62.93</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/22/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/22/20">$63.28</td>
<td data-th="Week" class="green">+1.0%</td>
<td data-th="Month" class="green">+11.3%</td>
<td data-th="Year" class="red">-24.4%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/22/20">€58.05</td>
<td data-th="Week" class="green">+0.3%</td>
<td data-th="Month" class="green">+10.3%</td>
<td data-th="Year" class="red">-22.6%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/22/20">B0.00684262</td>
<td data-th="Week" class="green">+1.4%</td>
<td data-th="Month" class="red">-14.4%</td>
<td data-th="Year" class="red">-37.4%</td>
</tr>
</table>
<p class="note">Data taken on May 22, 2020</p>
<p class="table-title">XMR Price Graph for May 16 - May 22, 2020</p>
![XMR Price Graph 05/16/20-05/22/20](/img/weekly-chart-0522.png "XMR Price Graph 05/16/20-05/22/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 62&#58; May 22 - May 30, 2020
image: /img/twitter-card-issue-62.png
issuenumber: 62
---
[<img src="/img/img-issue62.png" alt="Revuo Monero Weekly #62 Slide" class="img-lead">]({% post_url 2020-05-30-issue-62 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of May 22 - May 30, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Sarang Noether <a href="https://www.reddit.com/r/Monero/comments/gs8nsk/may_monthly_report_from_sarang_noether/" target="_blank">published his May monthly report</a>.</h4>
</div>
<div class="newsbyte">
<h4>If you would like to test the upcoming GUI release, please <a href="https://www.reddit.com/r/Monero/comments/gs8fy8/gui_v01600_testers_needed_part_2_linux_macos/" target="_blank">follow the instructions here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Community members Andres and rottensox have released <a href="https://anchor.fm/elmonero/episodes/3-Diente-de-Len-eegqt0/a-a29mu07" target="_blank">another Spanish podcast covering Dandelion++ and other topics</a>.</h4>
</div>
<div class="newsbyte">
<h4>Cake Wallet released <a href="https://youtu.be/0aPICxtXDHk" target="_blank">a video showing how to use the exchange in their wallet</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero had another coffee chat - <a href="https://youtu.be/DJIWuryvReI" target="_blank">watch the recording on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Riccardo ‘fluffypony’ Spagni and Naveen Jain on the launch of Tari’s testnet - <a href="https://youtu.be/at0szJ_9rIs" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 31, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 3, 2020 (Wednesday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 6, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</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/148" target="_blank">Sarang: research funding for 2020 Q3</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/145" target="_blank">Monero Atomic Swaps research funding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/144" target="_blank">Market Research</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/141" target="_blank">Norwegian translation of core part</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="" target="_blank">Research post-quantum strategies for Monero</a> by Insight</p>
<p>Raised <b>520.1 of 576</b> XMR (90%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2110141</b></p>
<p>Hash rate: <b>1.397 GH/s</b></p>
<p>Median block size: <b>21.1 kB</b></p>
<p>Average Tx per block: <b>16.57</b></p>
<p>Weekly Moving Average Tx per day: <b>13,016</b></p>
<p>Block reward: <b>1.65 XMR</b></p>
</div>
<p class="note">Data taken on May 30, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0530-2.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,171,724,885</b><br>Localmonero.co Street Price: <b>$65.98</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/30/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/30/20">$66.66</td>
<td data-th="Week" class="green">+5.1%</td>
<td data-th="Month" class="green">+7.4%</td>
<td data-th="Year" class="red">-28.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/30/20">€60.00</td>
<td data-th="Week" class="green">+3.2%</td>
<td data-th="Month" class="green">+5.8%</td>
<td data-th="Year" class="red">-28.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/30/20">B0.0069586</td>
<td data-th="Week" class="green">+0.5%</td>
<td data-th="Month" class="red">-3.3%</td>
<td data-th="Year" class="red">-37.7%</td>
</tr>
</table>
<p class="note">Data taken on May 30, 2020</p>
<p class="table-title">XMR Price Graph for May 24 - May 30, 2020</p>
![XMR Price Graph 05/24/20-05/30/20](/img/weekly-chart-0529.png "XMR Price Graph 05/24/20-05/30/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 63&#58; May 30 - June 6, 2020
image: /img/twitter-card-issue-63.png
issuenumber: 63
---
[<img src="/img/img-issue63.png" alt="Revuo Monero Weekly #63 Slide" class="img-lead">]({% post_url 2020-06-06-issue-63 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of May 30 - June 6, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/05/30/monero-GUI-0.16-released.html" target="_blank">The new GUI 0.16.0.0 Nitrogen Nebula has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/gx3zqr/ledger_monero_app_160_now_available/" target="_blank">Ledger has released a corresponding update</a>. All Ledger hardware wallet users must update.</h4>
</div>
<div class="newsbyte">
<h4>As well, <a href="https://www.reddit.com/r/Monero/comments/gwkmcn/ledger_monero_app_new_lead_dev/" target="_blank">Ledger has assigned a new team to work on Monero’s app in their ecosystem</a>.</h4>
</div>
<div class="newsbyte">
<h4>The new release has added WebAssembly support to Monero. User XmrApiDev <a href="https://github.com/monero-ecosystem/monero-javascript" target="_blank">has added the ability for web applications to have fully client-side Monero wallets using Monero’s javascript library</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Mitchell Krawiec-Thayer & Adam Corbo on making Monero post-quantum secure & private - <a href="https://youtu.be/kYm6gqtsses" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 10, 2020 (Wednesday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 14, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 20, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</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/150" target="_blank">CLSAG Audit with Teserakt and OSTIF</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/148" target="_blank">Sarang: research funding for 2020 Q3</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/research-post-quantum-monero.html" target="_blank">Research post-quantum strategies for Monero</a> by Insight</p>
<p>Raised <b>551.06 of 576</b> XMR (96%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/Norwegian_translation_core.html" target="_blank">Norwegian translation of webplate, footers, nav. menu</a> by Chris Avis</p>
<p>Raised <b>2.16 of 6</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>2114302</b></p>
<p>Hash rate: <b>1.419 GH/s</b></p>
<p>Median block size: <b>20.6 kB</b></p>
<p>Average Tx per block: <b>17.66</b></p>
<p>Weekly Moving Average Tx per day: <b>12,660</b></p>
<p>Block reward: <b>1.64 XMR</b></p>
</div>
<p class="note">Data taken on June 6, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-06061.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,195,983,930</b><br>Localmonero.co Street Price: <b>$64.56</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>06/06/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/06/20">$68.00</td>
<td data-th="Week" class="green">+4.3%</td>
<td data-th="Month" class="green">+5.3%</td>
<td data-th="Year" class="red">-22.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/06/20">€60.17</td>
<td data-th="Week" class="green">+2.7%</td>
<td data-th="Month" class="green">+1.1%</td>
<td data-th="Year" class="red">-22.6%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/06/20">B0.00701207</td>
<td data-th="Week" class="green">+1.8%</td>
<td data-th="Month" class="green">+8.5%</td>
<td data-th="Year" class="red">-37.5%</td>
</tr>
</table>
<p class="note">Data taken on June 6, 2020</p>
<p class="table-title">XMR Price Graph for May 31 - June 6, 2020</p>
![XMR Price Graph 05/31/20-06/06/20](/img/weekly-chart-06061.png "XMR Price Graph 05/31/20-06/06/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 64&#58; June 6 - June 13, 2020
image: /img/twitter-card-issue-64.png
issuenumber: 64
---
[<img src="/img/img-issue64.png" alt="Revuo Monero Weekly #63 Slide" class="img-lead">]({% post_url 2020-06-13-issue-64 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of June 6 - June 13, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/h86mof/getmoneroorg_updated_1_new_user_guide_1/" target="_blank">The getmonero.org website has been updated</a>, with a new FAQ question, posts regarding the new release, and more.</h4>
</div>
<div class="newsbyte">
<h4>Monero Outreach put out a new article: <a href="https://www.monerooutreach.org/stories/the-tool-for-renewal.html" target="_blank">“The Tool for Renewal”</a>.</h4>
</div>
<div class="newsbyte">
<h4>Vik from Cake Wallet, Justin ‘sgp’ Ehrenhofer, and fluffypony <a href="https://youtu.be/GH3bQdW2D1U" target="_blank">took part in a virtual Greek cryptocurrency meetup</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Pavel Polach, the creator of RMX Hardware Wallet for Monero - <a href="https://youtu.be/uzmQK9v7xPQ" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 14, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 17, 2020 (Wednesday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 20, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</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/148" target="_blank">Sarang: research funding for 2020 Q3</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2120102</b></p>
<p>Hash rate: <b>1.242 GH/s</b></p>
<p>Median block size: <b>28.8 kB</b></p>
<p>Average Tx per block: <b>12.72</b></p>
<p>Weekly Moving Average Tx per day: <b>6,299</b></p>
<p>Block reward: <b>1.62 XMR</b></p>
</div>
<p class="note">Data taken on June 13, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-06131.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,165,213,190</b><br>Localmonero.co Street Price: <b>$66.25</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>06/13/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/13/20">$66.20</td>
<td data-th="Week" class="red">-2.2%</td>
<td data-th="Month" class="green">+1.6%</td>
<td data-th="Year" class="red">-26.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/13/20">€58.79</td>
<td data-th="Week" class="red">-1.9%</td>
<td data-th="Month" class="red">-2.5%</td>
<td data-th="Year" class="red">-26.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/13/20">B0.00700174</td>
<td data-th="Week" class="green">0.0%</td>
<td data-th="Month" class="green">+5.0%</td>
<td data-th="Year" class="red">-36.0%</td>
</tr>
</table>
<p class="note">Data taken on June 13, 2020</p>
<p class="table-title">XMR Price Graph for June 7 - June 13, 2020</p>
![XMR Price Graph 06/06/20-06/13/20](/img/weekly-chart-06131.png "XMR Price Graph 06/06/20-06/13/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 65&#58; June 13 - June 19, 2020
image: /img/twitter-card-issue-65.png
issuenumber: 65
---
[<img src="/img/img-issue65.png" alt="Revuo Monero Weekly #65 Slide" class="img-lead">]({% post_url 2020-06-19-issue-65 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of June 13 - June 19, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/hanm6l/xmr_added_to_leading_iranian_exchange/" target="_blank">Monero has been added to a leading Iranian exchange</a>.</h4>
</div>
<p style="padding-top: 1rem;">That’s it. :( Not much happened this week so here’s a picture of a Monero fox to make up for it.</p>
<p><img src="/img/monerofox.png" alt="Monero Fox" /></p>
<p class="note">Artist: anhdres</p>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 20, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 24, 2020 (Wednesday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 28, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</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/153" target="_blank">ErCiccione: 3 more months part time work on Getmonero.org (July-Sept)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/defcon-storage.html" target="_blank">Defcon equipment storage for one year</a> by rehrar</p>
<p>Raised <b>6 of 13</b> XMR (46%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/sarang-2020-q3.html" target="_blank">Sarang: research funding for 2020 Q3</a> by Sarang Noether</p>
<p>Raised <b>477.02 of 518</b> XMR (92%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2124536</b></p>
<p>Hash rate: <b>1.225 GH/s</b></p>
<p>Median block size: <b>24.6 kB</b></p>
<p>Average Tx per block: <b>15.83</b></p>
<p>Weekly Moving Average Tx per day: <b>11,295</b></p>
<p>Block reward: <b>1.61 XMR</b></p>
</div>
<p class="note">Data taken on June 19, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0619.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,129,851,978</b><br>Localmonero.co Street Price: <b>$63.47</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>06/19/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/19/20">$64.16</td>
<td data-th="Week" class="red">-2.4%</td>
<td data-th="Month" class="red">-0.7%</td>
<td data-th="Year" class="red">-36.4%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/19/20">€57.40</td>
<td data-th="Week" class="red">-1.7%</td>
<td data-th="Month" class="red">-2.5%</td>
<td data-th="Year" class="red">-36.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/19/20">B0.00688035</td>
<td data-th="Week" class="red">-0.9%</td>
<td data-th="Month" class="green">+1.4%</td>
<td data-th="Year" class="red">-36.6%</td>
</tr>
</table>
<p class="note">Data taken on June 19, 2020</p>
<p class="table-title">XMR Price Graph for June 14 - June 20, 2020</p>
![XMR Price Graph 06/14/20-06/20/20](/img/weekly-chart-0619.png "XMR Price Graph 06/14/20-06/20/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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 66&#58; June 19 - June 27, 2020
image: /img/twitter-card-issue-66.png
issuenumber: 66
---
[<img src="/img/img-issue66.png" alt="Revuo Monero Weekly #66 Slide" class="img-lead">]({% post_url 2020-06-27-issue-66 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of June 19 - June 27, 2020.</p>
<!--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="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/06/26/monero-0.16.0.1-released.html" target="_blank">Monero CLI 0.16.1 ‘Nitrogen Nebula’ has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md" target="_blank">A new version of the Monero GUI guide has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4>Diego ‘rehrar’ Salazar gave a Monero update presentation for the Messari conference - <a href="https://youtu.be/XIHDZRiH3wE" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 28, 2020 (Sunday) – 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 1, 2020 (Wednesday) – 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 4, 2020 (Saturday) – 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</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/153" target="_blank">ErCiccione: 3 more months part time work on Getmonero.org (July-Sept)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2130095</b></p>
<p>Hash rate: <b>1.599 GH/s</b></p>
<p>Median block size: <b>33.8 kB</b></p>
<p>Average Tx per block: <b>16.00</b></p>
<p>Weekly Moving Average Tx per day: <b>11,586</b></p>
<p>Block reward: <b>1.59 XMR</b></p>
</div>
<p class="note">Data taken on June 27, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-06271.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,079,535,858</b><br>Localmonero.co Street Price: <b>$58.70</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>06/27/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/27/20">$61.23</td>
<td data-th="Week" class="red">-4.5%</td>
<td data-th="Month" class="red">-5.1%</td>
<td data-th="Year" class="red">-41.3%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/27/20">€54.58</td>
<td data-th="Week" class="red">-4.8%</td>
<td data-th="Month" class="red">-6.8%</td>
<td data-th="Year" class="red">-40.5%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/27/20">B0.00682176</td>
<td data-th="Week" class="red">-1.2%</td>
<td data-th="Month" class="red">-2.8%</td>
<td data-th="Year" class="red">-15.0%</td>
</tr>
</table>
<p class="note">Data taken on June 27, 2020</p>
<p class="table-title">XMR Price Graph for June 21 - June 27, 2020</p>
![XMR Price Graph 06/21/20-06/27/20](/img/weekly-chart-06271.png "XMR Price Graph 06/21/20-06/27/20")
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://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</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 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>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<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