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 (100)
Showing
with 3014 additions and 55 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>
......
---
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
---
title: Issue 67&#58; June 27 - July 6, 2020
image: /img/twitter-card-issue-67.png
issuenumber: 67
---
[<img src="/img/img-issue67.png" alt="Revuo Monero Weekly #67 Slide" class="img-lead">]({% post_url 2020-07-06-issue-67 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of June 27 - July 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://www.reddit.com/r/Monero/comments/hindxj/cli_v01601_nitrogen_nebula_released/" target="_blank">CLI v0.16.0.1 has been released</a>. General bug fixes as well as fixes for Ledger and Trezor.</h4>
</div>
<div class="newsbyte">
<h4>The Monero Core Team put out their <a href="https://web.getmonero.org/2020/06/30/gf-transparency-report.html" target="_blank">General Fund Transparency report for 2019-June 2020</a>.</h4>
</div>
<div class="newsbyte">
<h4>Dr. Sarang Noether has released his <a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/131#note_10064" target="_blank">monthly report for June</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monerujo/comments/hm8k00/update_monerujo_v1133_upgrading_to_monero_v01601/" target="_blank">Monerujo has updated to newest underlying core release</a>, as well as a few bug fixes.</h4>
</div>
<div class="newsbyte">
<h4>Monero Community hosted their June Coffee Chat - <a href="https://youtu.be/MfN1GkkiTtg" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">July 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">July 12, 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 18, 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/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>
<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>2136825</b></p>
<p>Hash rate: <b>1.866 GH/s</b></p>
<p>Median block size: <b>35.1 kB</b></p>
<p>Average Tx per block: <b>17.53</b></p>
<p>Weekly Moving Average Tx per day: <b>12,771</b></p>
<p>Block reward: <b>1.57 XMR</b></p>
</div>
<p class="note">Data taken on July 6, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0706.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,135,537,616</b><br>Localmonero.co Street Price: <b>$60.59</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>07/06/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/06/20">$64.45</td>
<td data-th="Week" class="green">+0.5%</td>
<td data-th="Month" class="red">-4.8%</td>
<td data-th="Year" class="red">-31.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="07/06/20">€56.99</td>
<td data-th="Week" class="red">-0.1%</td>
<td data-th="Month" class="red">-5.0%</td>
<td data-th="Year" class="red">-32.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/06/20">B0.00693230</td>
<td data-th="Week" class="red">-0.7%</td>
<td data-th="Month" class="red">-1.0%</td>
<td data-th="Year" class="red">-17.4%</td>
</tr>
</table>
<p class="note">Data taken on July 6, 2020</p>
<p class="table-title">XMR Price Graph for June 29 - July 6, 2020</p>
![XMR Price Graph 06/29/20-07/06/20](/img/weekly-chart-0706.png "XMR Price Graph 06/30/20-07/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 68&#58; July 6 - July 12, 2020
image: /img/twitter-card-issue-68.png
issuenumber: 68
---
[<img src="/img/img-issue68.png" alt="Revuo Monero Weekly #68 Slide" class="img-lead">]({% post_url 2020-07-12-issue-68 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of July 6 - July 12, 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/hp6sly/gui_v01602_nitrogen_nebula_released/" target="_blank">The new GUI release, v0.16.0.2 'Nitrogen Nebula' is now available for download</a>.</h4>
</div>
<div class="newsbyte">
<h4>Getmonero.org has another slew of updates, including a revamped homepage. <a href="https://www.reddit.com/r/Monero/comments/hp78v2/getmoneroorg_updated_revamped_homepage_netlify/" target="_blank">Check out the full list of changes</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/ho5ibv/xmrto_added_lightning_network_payments/" target="_blank">XMR.to has added Bitcoin lightning network payment capabilities</a>.</h4>
</div>
<div class="newsbyte">
<h4>Locha Mesh has recorded a tech demo on sending a Monero transaction from an off-grid computer to an internet connected one via their radio wave mesh network - <a href="https://youtu.be/pe9Buhp9OD8" target="_blank">watch on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>MoneroTalk interviewed Dr. David D. Friedman on Digital Cash - <a href="https://youtu.be/yRzzdTC1T8o" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">July 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">July 18, 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">July 26, 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/154" target="_blank">v1docq47: video creation / translations into russian (august 2020 - january 2021)</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>
<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>2140873</b></p>
<p>Hash rate: <b>1.362 GH/s</b></p>
<p>Median block size: <b>28.0 kB</b></p>
<p>Average Tx per block: <b>17.65</b></p>
<p>Weekly Moving Average Tx per day: <b>12,660</b></p>
<p>Block reward: <b>1.56 XMR</b></p>
</div>
<p class="note">Data taken on July 12, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0712.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,219,466,627</b><br>Localmonero.co Street Price: <b>$65.72</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>07/12/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/12/20">$69.12</td>
<td data-th="Week" class="green">+7.8%</td>
<td data-th="Month" class="green">+8.1%</td>
<td data-th="Year" class="red">-22.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="07/12/20">€61.13</td>
<td data-th="Week" class="green">+7.2%</td>
<td data-th="Month" class="green">+7.9%</td>
<td data-th="Year" class="red">-32.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/12/20">B0.00744349</td>
<td data-th="Week" class="green">+6.0%</td>
<td data-th="Month" class="green">+8.3%</td>
<td data-th="Year" class="red">-5.4%</td>
</tr>
</table>
<p class="note">Data taken on July 6, 2020</p>
<p class="table-title">XMR Price Graph for July 6 - July 12, 2020</p>
![XMR Price Graph 07/06/20-07/12/20](/img/weekly-chart-0712.png "XMR Price Graph 07/06/20-07/12/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 69&#58; July 12 - July 24, 2020
image: /img/twitter-card-issue-69.png
issuenumber: 69
---
[<img src="/img/img-issue69.png" alt="Revuo Monero Weekly #69 Slide" class="img-lead">]({% post_url 2020-07-24-issue-69 %}.html)
<p class="text-lead">Revuo Monero Weekly: Weeks of July 12 - July 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>Monero community contributor Seth Simmons <a href="https://github.com/sethsimmons/Miscellaneous-Monero/blob/master/Monero%20FAQ.pdf" target="_blank">made an FAQ of common questions based off of his AMA session with ChainTalkTV</a>.</h4>
</div>
<div class="newsbyte">
<h4>The aforementioned AMA session can be viewed in <a href="https://youtu.be/MoISaCm4l-s" target="_blank">video form on YouTube</a> (Telegram-based so it’s a text time-lapse).</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/hvqk75/xmrusd_is_listed_on_huobi/" target="_blank">Huobi has launched an XMR/USD trading option</a>.</h4>
</div>
<div class="newsbyte">
<h4>MoneroTalk interviewed Leonhard Weese on the topic of Monero in Hong Kong - <a href="https://youtu.be/RuzNhzaNzCo" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">July 26, 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 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">August 1, 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/158" target="_blank">WIP: Monero material set for spanish speakers</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/157" 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/156" target="_blank">Implementing New Range Proof Technique Bulletproofs+ in Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/154" target="_blank">v1docq47: video creation / translations into russian (august 2020 - january 2021)</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>
<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>2149641</b></p>
<p>Hash rate: <b>1.327 GH/s</b></p>
<p>Median block size: <b>21.7 kB</b></p>
<p>Average Tx per block: <b>13.23</b></p>
<p>Weekly Moving Average Tx per day: <b>9,457</b></p>
<p>Block reward: <b>1.53 XMR</b></p>
</div>
<p class="note">Data taken on July 24, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0724.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,273,137,575</b><br>Localmonero.co Street Price: <b>$69.31</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>07/24/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/24/20">$72.17</td>
<td data-th="Week" class="green">+6.7%</td>
<td data-th="Month" class="green">+11.4%</td>
<td data-th="Year" class="red">-10.3%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="07/24/20">€61.95</td>
<td data-th="Week" class="green">+4.6%</td>
<td data-th="Month" class="green">+7.5%</td>
<td data-th="Year" class="red">-14.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/24/20">₿0.00754365</td>
<td data-th="Week" class="green">+2.1%</td>
<td data-th="Month" class="green">+8.2%</td>
<td data-th="Year" class="red">-8.1%</td>
</tr>
</table>
<p class="note">Data taken on July 24, 2020</p>
<p class="table-title">XMR Price Graph for July 17 - July 24, 2020</p>
![XMR Price Graph 07/17/20-07/24/20](/img/weekly-chart-0724.png "XMR Price Graph 07/17/20-07/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 70&#58; July 24 - August 1, 2020
image: /img/twitter-card-issue-70.png
issuenumber: 70
---
[<img src="/img/img-issue70.png" alt="Revuo Monero Weekly #70 Slide" class="img-lead">]({% post_url 2020-08-01-issue-70 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of July 24 - August 1, 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>Monero’s next network upgrade, which will include CLSAG, <a href="https://www.reddit.com/r/Monero/comments/hzw1hu/the_date_of_the_next_monero_network_upgrade_has/" target="_blank">has been set for October 17th</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/07/31/clsag-audit.html" target="_blank">The CLSAG audit has been completed</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Monero Atomic Swap research done by community member h4sh3d (CCS Funded) <a href="https://www.reddit.com/r/Monero/comments/i1fknt/ccs_results_monero_atomic_swaps_research/" target="_blank">has been completed with promising results</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/i0s6i1/update_cake_wallet_109_for_android/" target="_blank">Cake Wallet has updated to version 1.0.9 for Android</a>. Please update your wallets.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/i0mpk2/getmoneroorg_updated_massive_performance/" target="_blank">Many more new website changes</a>, including better SEO, removed Javascript, and more.</h4>
</div>
<div class="newsbyte">
<h4>Cake Wallet founder Vik Sharma <a href="https://changenow.io/blog/know-the-wallet-cake-wallet-founder-vikrant-sharma" target="_blank">was interviewed by ChangeNow</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Outreach posted an <a href="https://www.monerooutreach.org/how-to-buy-monero.html" target="_blank">article on purchasing Monero privately</a>.</h4>
</div>
<div class="newsbyte">
<h4>New MoneroTalk interview - Amir Khazaieli and Brad Yasar: A Miner & Bitcoin OG on Monero - <a href="https://youtu.be/fKBGH430V2A" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 5, 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">August 7-9, 2020 (Friday-Saturday)</p>
<p markdown="1">Monero Village at Defcon 28 - see updated news, schedule, and more at <a href="https://monerovillage.org/" target="_blank">monerovillage.org</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">August 9, 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">August 15, 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/159" target="_blank">Create Monero educational content in Spanish</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/158" target="_blank">WIP: Monero material set for spanish speakers</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/157" 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/156" target="_blank">Implementing New Range Proof Technique Bulletproofs+ in Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/154" target="_blank">v1docq47: video creation / translations into russian (august 2020 - january 2021)</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>
<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>2155495</b></p>
<p>Hash rate: <b>1.553 GH/s</b></p>
<p>Median block size: <b>13.6 kB</b></p>
<p>Average Tx per block: <b>11.91</b></p>
<p>Weekly Moving Average Tx per day: <b>8,687</b></p>
<p>Block reward: <b>1.52 XMR</b></p>
</div>
<p class="note">Data taken on August 1, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-08011.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,480,200,652</b><br>Localmonero.co Street Price: <b>$79.38</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>08/01/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/01/20">$83.75</td>
<td data-th="Week" class="green">+13.9%</td>
<td data-th="Month" class="green">+28.1%</td>
<td data-th="Year" class="green">+2.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/01/20">€71.04</td>
<td data-th="Week" class="green">+12.7%</td>
<td data-th="Month" class="green">+22.3%</td>
<td data-th="Year" class="red">-3.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/01/20">₿0.00740061</td>
<td data-th="Week" class="red">-2.4%</td>
<td data-th="Month" class="green">+3.0%</td>
<td data-th="Year" class="red">-5.6%</td>
</tr>
</table>
<p class="note">Data taken on August 1, 2020</p>
<p class="table-title">XMR Price Graph for July 26 - August 1, 2020</p>
![XMR Price Graph 07/26/20-08/01/20](/img/weekly-chart-08011.png "XMR Price Graph 07/26/20-08/01/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 71&#58; August 1 - 15, 2020
image: /img/twitter-card-issue-71.png
issuenumber: 71
---
[<img src="/img/img-issue71.png" alt="Revuo Monero Weekly #71 Slide" class="img-lead">]({% post_url 2020-08-15-issue-71 %}.html)
<p class="text-lead">Revuo Monero Weekly: Weeks of August 1 - 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>Monero once again had a presence at Defcon (which took place digitally this year). All talks for the Monero Village <a href="https://www.youtube.com/playlist?list=PLsSYUeVwrHBn43BwoeplKKdJDFJFGH-9_" target="_blank">can be viewed on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/08/07/monero-0.16.0.3-released.html" target="_blank">Monero 0.16.0.3 Nitrogen Nebula CLI has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/08/09/monero-GUI-0.16.0.3-released.html" target="_blank">Monero 0.16.0.3. Nitrogen Nebula GUI has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/i8gzbr/announcing_monero_services_on_monerojobscom/" target="_blank">Monerojobs.com has added a place for people to offer their services</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 19, 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">August 23, 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">August 29, 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/160" target="_blank">Norwegian translation of User guides & Moneropedia</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/159" target="_blank">Create Monero educational content in Spanish</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/157" 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/156" target="_blank">Implementing New Range Proof Technique Bulletproofs+ in Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/154" target="_blank">v1docq47: video creation / translations into russian (august 2020 - january 2021)</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>
<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>2165365</b></p>
<p>Hash rate: <b>1.417 GH/s</b></p>
<p>Median block size: <b>24.0 kB</b></p>
<p>Average Tx per block: <b>17.57</b></p>
<p>Weekly Moving Average Tx per day: <b>12,562</b></p>
<p>Block reward: <b>1.49 XMR</b></p>
</div>
<p class="note">Data taken on August 15, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0815.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,604,868,700</b><br>Localmonero.co Street Price: <b>$89.74</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>08/15/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/15/20">$90.90</td>
<td data-th="Week" class="red">-4.1%</td>
<td data-th="Month" class="green">+34.4%</td>
<td data-th="Year" class="green">+9.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/15/20">€76.76</td>
<td data-th="Week" class="red">-4.6%</td>
<td data-th="Month" class="green">+29.3%</td>
<td data-th="Year" class="green">+2.9%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/15/20">₿0.00764823</td>
<td data-th="Week" class="red">-5.3%</td>
<td data-th="Month" class="green">+3.4%</td>
<td data-th="Year" class="red">-4.8%</td>
</tr>
</table>
<p class="note">Data taken on August 15, 2020</p>
<p class="table-title">XMR Price Graph for August 8-15, 2020</p>
![XMR Price Graph 08/08/20-08/15/20](/img/weekly-chart-0815.png "XMR Price Graph 08/08/20-08/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