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 (63)
Showing
with 2687 additions and 55 deletions
<footer class="footer"><span>2020 - 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 74&#58; August 29 - September 6, 2020
image: /img/twitter-card-issue-74.png
issuenumber: 74
---
[<img src="/img/img-issue74.png" alt="Revuo Monero Weekly #74 Slide" class="img-lead">]({% post_url 2020-09-06-issue-74 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of August 29 - September 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/ilkwx9/august_monthly_report_from_sarang_noether/" target="_blank">SarangNoether put out his monthly report for August</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/inmukz/update_cake_wallet_for_ios_bug_fix_3130/" target="_blank">Cake Wallet has released an update for their software</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.monerooutreach.org/stories/monero-triptych.html" target="_blank">Monero Outreach has released an article on Triptych</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Space released an interview with the lead dev of Samourai Wallet for Bitcoin - <a href="https://youtu.be/_xk2Iy6f2VA" target="_blank">watch on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Space released an interview with the CEO of CipherTrace regarding their recent claims of being able to track Monero - <a href="https://youtu.be/w5rtd3md11g" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">September 9, 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">September 12, 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">September 20, 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/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/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/Lovera-content-creator-in-spanish.html" target="_blank">Create Monero educational content in Spanish</a> by Lovera</p>
<p>Raised <b>10 of 15</b> XMR (67%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/lh1008_spanish_localization.html" target="_blank">Spanish Localization</a> by lh1008</p>
<p>Raised <b>4 of 10</b> XMR (40%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2181197</b></p>
<p>Hash rate: <b>1.253 GH/s</b></p>
<p>Median block size: <b>22.8 kB</b></p>
<p>Average Tx per block: <b>17.63</b></p>
<p>Weekly Moving Average Tx per day: <b>12,569</b></p>
<p>Block reward: <b>1.44 XMR</b></p>
</div>
<p class="note">Data taken on September 6, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0906.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,407,264,308</b><br>Localmonero.co Street Price: <b>$76.41</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>09/06/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="09/06/20">$79.55</td>
<td data-th="Week" class="red">-17.2%</td>
<td data-th="Month" class="red">-15.0%</td>
<td data-th="Year" class="green">+5.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="09/06/20">€67.22</td>
<td data-th="Week" class="red">-16.7%</td>
<td data-th="Month" class="red">-15.4%</td>
<td data-th="Year" class="red">-0.8%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="09/06/20">B0.00779404</td>
<td data-th="Week" class="red">-5.1%</td>
<td data-th="Month" class="red">-3.6%</td>
<td data-th="Year" class="green">+6.9%</td>
</tr>
</table>
<p class="note">Data taken on September 6, 2020</p>
<p class="table-title">XMR Price Graph for August 30 - September 6, 2020</p>
![XMR Price Graph 08/23/20-08/29/20](/img/weekly-chart-0906.png "XMR Price Graph 08/23/20-08/29/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 75&#58; September 6 - 14, 2020
image: /img/twitter-card-issue-75.png
issuenumber: 75
---
[<img src="/img/img-issue75.png" alt="Revuo Monero Weekly #75 Slide" class="img-lead">]({% post_url 2020-09-14-issue-75 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of September 6 - 14, 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>El Monero, the Spanish podcast about Monero has released two more episodes: <a href="https://anchor.fm/elmonero/episodes/4-El-amigo-Dave-ej9fq1" target="_blank">Episode 4</a> and <a href="https://anchor.fm/elmonero/episodes/5-Estilo-Libre-ejg3v7" target="_blank">Episode 5</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://youtu.be/aC9Uu5BUxII" target="_blank">Dr. Daniel Kim’s Defcon speech has been remastered for your viewing pleasure</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Dr. Daniel Kim to expand on his popular Defcon talk - <a href="https://www.youtube.com/watch?v=6ckWGZdSBHA" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">September 16, 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">September 20, 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">September 26, 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/168" target="_blank">Atomic Swap implementation funding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/166" target="_blank">Make Yaml valid</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/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/Translation-getmonero-german.html" target="_blank">Translation of the Moneropedia and User Guides into German</a> by Wobole</p>
<p>Raised <b>0.06 of 28.5</b> XMR</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/monerofm.html" target="_blank">Monero FM (community run radio project)</a> by rehrar and needmoney90</p>
<p>Raised <b>0.01 of 35</b> XMR</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/avis-moneropedia-userguides.html" target="_blank">Norwegian translation of User guides and Moneropedia</a> by Chris Avis</p>
<p>Raised <b>0 of 29.4</b> XMR</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2186792</b></p>
<p>Hash rate: <b>1.322 GH/s</b></p>
<p>Median block size: <b>34.7 kB</b></p>
<p>Average Tx per block: <b>16.11</b></p>
<p>Weekly Moving Average Tx per day: <b>11,639</b></p>
<p>Block reward: <b>1.43 XMR</b></p>
</div>
<p class="note">Data taken on September 14, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0914.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,598,774,850</b><br>Localmonero.co Street Price: <b>$86.54</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>09/14/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="09/14/20">$90.34</td>
<td data-th="Week" class="green">+12.6%</td>
<td data-th="Month" class="red">-1.3%</td>
<td data-th="Year" class="green">+17.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="09/14/20">€76.67</td>
<td data-th="Week" class="green">+13.5%</td>
<td data-th="Month" class="red">-0.8%</td>
<td data-th="Year" class="green">+11.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="09/14/20">B0.00847952</td>
<td data-th="Week" class="green">+13.5%</td>
<td data-th="Month" class="green">+9.06%</td>
<td data-th="Year" class="green">+14.3%</td>
</tr>
</table>
<p class="note">Data taken on September 14, 2020</p>
<p class="table-title">XMR Price Graph for September 8 - 14, 2020</p>
![XMR Price Graph 09/06/20-09/14/20](/img/weekly-chart-0914.png "XMR Price Graph 09/06/20-09/14/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 76&#58; September 14 - 21, 2020
image: /img/twitter-card-issue-76.png
issuenumber: 76
---
[<img src="/img/img-issue76.png" alt="Revuo Monero Weekly #76 Slide" class="img-lead">]({% post_url 2020-09-21-issue-76 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of September 14 - 21, 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/iv9qqh/cli_v01700_oxygen_orion_released/" target="_blank">The CLI tools for version 0.17.0.0 Oxygen Orion, has been released</a>. This version includes CLSAG and it is recommended that everyone upgrade before the hard fork on October 17th. The GUI release is forthcoming.</h4>
</div>
<div class="newsbyte">
<h4>Perkins Coie, an international law firm, has put out a white paper presenting a case for why privacy coins do not go against current KYC/AML laws, meaning exchange and governments should not fear them. <a href="https://www.perkinscoie.com/en/news-insights/anti-money-laundering-regulation-of-privacy-enabling-cryptocurrencies.html" target="_blank">Read the report on their website</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/iufpc3/getmoneroorg_updated_new_blog_posts_improved/" target="_blank">More updates for the website</a>. Included are new blog posts, FAQ question, fixed accessibility issues, and more.</h4>
</div>
<div class="newsbyte">
<h4>Diego ‘rehrar’ Salazar published his <a href="https://www.reddit.com/r/Monero/comments/iteivi/rehrar_transparency_report/" target="_blank">transparency report on his work</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/iwdtqs/the_new_release_of_the_gui_wallet_is_almost_ready/" target="_blank">The forthcoming GUI release needs translators</a>. Please consider helping out if you speak one of the supported languages.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">September 23, 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">September 26, 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">October 4, 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/173" target="_blank">Tipxmr.live</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/172" target="_blank">Core website translation to Serbian</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/168" target="_blank">Atomic Swap implementation funding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/166" target="_blank">Make Yaml valid</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/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/Translation-getmonero-german.html" target="_blank">Translation of the Moneropedia and User Guides into German</a> by Wobole</p>
<p>Raised <b>10.46 of 28.5</b> XMR (37%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/monerofm.html" target="_blank">Monero FM (community run radio project)</a> by rehrar and needmoney90</p>
<p>Raised <b>20.21 of 35</b> XMR (58%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/avis-moneropedia-userguides.html" target="_blank">Norwegian translation of User guides and Moneropedia</a> by Chris Avis</p>
<p>Raised <b>3.38 of 29.4</b> XMR (11%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2192003</b></p>
<p>Hash rate: <b>1.312 GH/s</b></p>
<p>Median block size: <b>38.7 kB</b></p>
<p>Average Tx per block: <b>18.61</b></p>
<p>Weekly Moving Average Tx per day: <b>13,374</b></p>
<p>Block reward: <b>1.41 XMR</b></p>
</div>
<p class="note">Data taken on September 21, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0921.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,595,305,770</b><br>Localmonero.co Street Price: <b>$86.45</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>09/21/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="09/21/20">$90.10</td>
<td data-th="Week" class="red">-1.8%</td>
<td data-th="Month" class="red">-4.9%</td>
<td data-th="Year" class="green">+24.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="09/21/20">€76.58</td>
<td data-th="Week" class="red">-1.8%</td>
<td data-th="Month" class="red">-4.7%</td>
<td data-th="Year" class="green">+16.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="09/21/20">B0.00859335</td>
<td data-th="Week" class="red">-1.8%</td>
<td data-th="Month" class="green">+5.9%</td>
<td data-th="Year" class="green">+18.3%</td>
</tr>
</table>
<p class="note">Data taken on September 21, 2020</p>
<p class="table-title">XMR Price Graph for September 15 - 21, 2020</p>
![XMR Price Graph 09/14/20-09/21/20](/img/weekly-chart-0921.png "XMR Price Graph 09/14/20-09/21/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 77&#58; September 21 - 28, 2020
image: /img/twitter-card-issue-77.png
issuenumber: 77
---
[<img src="/img/img-issue77.png" alt="Revuo Monero Weekly #77 Slide" class="img-lead">]({% post_url 2020-09-28-issue-77 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of September 21 - 28, 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/Monerujo/comments/ixuj76/update_monerujo_v1146_upgrading_to_monero_v01603/" target="_blank">Monerujo has updated to v1.14.6</a> with new onboarding and fingerprint verification for spending.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/monero-ecosystem/monero-cpp" target="_blank">Monero-cpp, a C++ wrapper for Core’s C++ wallet, joins the Monero Ecosystem as the newest project</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Spanish podcast, El Monero, has released <a href="https://anchor.fm/elmonero/episodes/6-La-Lucha-por-la-Locha-ek7d17" target="_blank">another episode - "La lucha por la locha"</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/AtomicWallet/status/1309177692638646272" target="_blank">Atomic Wallet has added Monero</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">October 4, 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">October 10, 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/173" target="_blank">Tipxmr.live</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/172" target="_blank">Core website translation to Serbian</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/168" target="_blank">Atomic Swap implementation funding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/166" target="_blank">Make Yaml valid</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/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/Translation-getmonero-german.html" target="_blank">Translation of the Moneropedia and User Guides into German</a> by Wobole</p>
<p>Raised <b>22.11 of 28.5</b> XMR (78%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/avis-moneropedia-userguides.html" target="_blank">Norwegian translation of User guides and Moneropedia</a> by Chris Avis</p>
<p>Raised <b>10.3 of 29.4</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>2197124</b></p>
<p>Hash rate: <b>1.260 GH/s</b></p>
<p>Median block size: <b>36.2 kB</b></p>
<p>Average Tx per block: <b>20.66</b></p>
<p>Weekly Moving Average Tx per day: <b>14,969</b></p>
<p>Block reward: <b>1.40 XMR</b></p>
</div>
<p class="note">Data taken on September 28, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0928.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,708,136,871</b><br>Localmonero.co Street Price: <b>$90.63</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>09/28/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="09/28/20">$96.46</td>
<td data-th="Week" class="green">+8.08%</td>
<td data-th="Month" class="green">+4.1%</td>
<td data-th="Year" class="green">+67.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="09/28/20">€82.65</td>
<td data-th="Week" class="green">+8.0%</td>
<td data-th="Month" class="green">+6.2%</td>
<td data-th="Year" class="green">+56.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="09/28/20">B0.00902039</td>
<td data-th="Week" class="green">+8.0%</td>
<td data-th="Month" class="green">+11.8%</td>
<td data-th="Year" class="green">+28.2%</td>
</tr>
</table>
<p class="note">Data taken on September 21, 2020</p>
<p class="table-title">XMR Price Graph for September 15 - 21, 2020</p>
![XMR Price Graph 09/21/20-09/28/20](/img/weekly-chart-0928.png "XMR Price Graph 09/21/20-09/28/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 78&#58; September 28 - October 6, 2020
image: /img/twitter-card-issue-78.png
issuenumber: 78
---
[<img src="/img/img-issue78.png" alt="Revuo Monero Weekly #78 Slide" class="img-lead">]({% post_url 2020-10-06-issue-78 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of September 28 - October 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.getmonero.org/2020/09/27/monero-0.17.0.1-released.html" target="_blank">Monero CLI 0.17.0.1 'Oxygen Orion' Minor Point Release has been released</a>. Please update as it includes security and bug fixes</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.getmonero.org/2020/10/05/monero-GUI-0.17.0.1-released.html" target="_blank">Monero GUI 0.17.0.1 'Oxygen Orion' released</a>. This is the GUI release for the next upgrade, which includes CLSAG. This is a mandatory upgrade for all GUI users. Please upgrade and WRITE DOWN YOUR SEED!</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/j2oncd/september_monthly_report_from_sarang_noether/" target="_blank">Sarang has released his monthly report for September</a>. He is also stepping down from MRL work to focus on other things. We at the Revuo wish him well in his future endeavors.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/j3bu14/java_javascript_c_libraries_updated_to_monero/" target="_blank">The Java, Javascript, and C++ libraries have all been updated for the 0.17 release</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/j4lywd/august_september_monthly_report_from_v1docq47_ccs/" target="_blank">V1docq47 has released a monthly report for his CCS work with XMR.RU</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/j36h6w/psa_feather_wallet_is_coming_alpha_release_10/" target="_blank">dsc, the maker of feather wallet, has confirmed an alpha release date of October 10th</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://anchor.fm/elmonero/episodes/7-Mesa-Redonda-ekjpnn" target="_blank">El Monero, the Spanish Monero podcast, has released another episode</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Space spoke with Andrey for the Incognito project about their work, coin, DEXs, and more - <a href="https://www.youtube.com/watch?v=l4fTMFd-OsI" target="_blank">watch on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk spoke about Privacy in Cryptocurrency with Doug, Paouky, Crypto_C & Aleks - <a href="https://www.youtube.com/watch?v=y3VffaKwMO0" target="_blank">watch on YouTube</a>.</h4>
</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/175" target="_blank">ErCiccione: 3 more months part time work on Getmonero.org (Oct-Dec)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/173" target="_blank">Tipxmr.live</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/172" target="_blank">Core website translation to Serbian</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/168" target="_blank">Atomic Swap implementation funding</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/138" target="_blank">Compilation time reduction and housekeeping</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>2202585</b></p>
<p>Hash rate: <b>1.384 GH/s</b></p>
<p>Median block size: <b>44.3 kB</b></p>
<p>Average Tx per block: <b>22.08</b></p>
<p>Weekly Moving Average Tx per day: <b>15,866</b></p>
<p>Block reward: <b>1.39 XMR</b></p>
</div>
<p class="note">Data taken on October 6, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-1006.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,914,348,701</b><br>Localmonero.co Street Price: <b>$103.79</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>10/06/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="10/06/20">$107.92</td>
<td data-th="Week" class="green">+13.4%</td>
<td data-th="Month" class="green">+39.2%</td>
<td data-th="Year" class="green">+91.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="10/06/20">€91.89</td>
<td data-th="Week" class="green">+13.4%</td>
<td data-th="Month" class="green">+40.3%</td>
<td data-th="Year" class="green">+78.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="10/06/20">B0.01020877</td>
<td data-th="Week" class="green">+13.4%</td>
<td data-th="Month" class="green">+33.8%</td>
<td data-th="Year" class="green">+47.1%</td>
</tr>
</table>
<p class="note">Data taken on October 6, 2020</p>
<p class="table-title">XMR Price Graph for September 29 - October 6, 2020</p>
![XMR Price Graph 09/29/20-10/06/20](/img/weekly-chart-1006.png "XMR Price Graph 09/29/20-10/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 79&#58; October 6 - 12, 2020
image: /img/twitter-card-issue-79.png
issuenumber: 79
---
[<img src="/img/img-issue79.png" alt="Revuo Monero Weekly #79 Slide" class="img-lead">]({% post_url 2020-10-12-issue-79 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of October 6 - October 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://featherwallet.org/" target="_blank">The Feather Wallet alpha has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/j6ob5w/ledger_nano_app_update_173_is_now_available/" target="_blank">The Monero Ledger app has been updated</a>. Please update ASAP if you use Ledger to secure your funds.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://blog.trezor.io/firmware-update-for-trezor-model-t-version-2-3-4-for-monero-hard-fork-c2ff972101d3" target="_blank">Trezor has also updated their firmware</a>. Update ASAP if you use Trezor to secure your funds.</h4>
</div>
<div class="newsbyte">
<h4>Monero Developer moneromooo has made a blockchain based game, based off of a blockchain that is merge mined with Monero. Monero Outreach covers the initiative in a <a href="https://www.monerooutreach.org/news/townforge-blockchain-game.html" target="_blank">newly released article</a>.</h4>
</div>
<div class="newsbyte">
<h4>Core Team member ArticMine was interviewed about CipherTrace and cryptocurrency privacy and scaling - <a href="https://www.monerooutreach.org/news/townforge-blockchain-game.html" target="_blank">watch on YouTube</a>.</h4>
</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/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/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/sarang-vacations.html" target="_blank">Sarang Vacation Days</a> by The Core Team</p>
<p>Raised <b>197.79 of 200</b> XMR (99%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/Core%20website%20translation%20to%20serbian.html" target="_blank">Core website translation to Serbian</a> by readifugly</p>
<p>Raised <b>0 of 3</b> XMR</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/h4sh3d-atomic-swap-implementation.html" target="_blank">Monero Atomic Swaps implementation funding</a> by h4sh3d et al.</p>
<p>Raised <b>36.51 of 2727</b> XMR (1%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2207197</b></p>
<p>Hash rate: <b>1.819 GH/s</b></p>
<p>Median block size: <b>39.7 kB</b></p>
<p>Average Tx per block: <b>23.87</b></p>
<p>Weekly Moving Average Tx per day: <b>17,607</b></p>
<p>Block reward: <b>1.37 XMR</b></p>
</div>
<p class="note">Data taken on October 12, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-1012.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,314,777,849</b><br>Localmonero.co Street Price: <b>$124.12</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>10/12/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="10/12/20">$130.58</td>
<td data-th="Week" class="green">+15.7%</td>
<td data-th="Month" class="green">+50.5%</td>
<td data-th="Year" class="green">+143.4%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="10/12/20">€110.72</td>
<td data-th="Week" class="green">+15.7%</td>
<td data-th="Month" class="green">+51.2%</td>
<td data-th="Year" class="green">+127.8%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="10/12/20">B0.01136483</td>
<td data-th="Week" class="green">+15.7%</td>
<td data-th="Month" class="green">+36.8%</td>
<td data-th="Year" class="green">+76.2%</td>
</tr>
</table>
<p class="note">Data taken on October 12, 2020</p>
<p class="table-title">XMR Price Graph for October 6 - 12, 2020</p>
![XMR Price Graph 10/06/20-10/12/20](/img/weekly-chart-1012.png "XMR Price Graph 10/06/20-10/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 80&#58; October 12 - 19, 2020
image: /img/twitter-card-issue-80.png
issuenumber: 80
---
[<img src="/img/img-issue80.png" alt="Revuo Monero Weekly #80 Slide" class="img-lead">]({% post_url 2020-10-19-issue-80 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of October 12 - October 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>Monero has had a network upgrade! CLSAG is now live. Please make sure to <a href="https://www.getmonero.org/downloads/" target="_blank">download the latest version of the Monero wallets</a>.</h4>
</div>
<div class="newsbyte">
<h4>For those who downloaded early, <a href="https://www.reddit.com/r/Monero/comments/jdh5to/psa_a_bug_has_caused_some_nodes_to_get_stuck_on/" target="_blank">a small bug has caused some nodes to get stuck on a block</a>. Please update to the newest version.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">October 24, 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">November 1, 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/177" target="_blank">Lee Clagett (vtnerd) Full-Time Development 2020 Q4</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/138" target="_blank">Compilation time reduction and housekeeping</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>2212258</b></p>
<p>Hash rate: <b>1.706 GH/s</b></p>
<p>Median block size: <b>91.8 kB</b></p>
<p>Average Tx per block: <b>25.59</b></p>
<p>Weekly Moving Average Tx per day: <b>9,748</b></p>
<p>Block reward: <b>1.36 XMR</b></p>
</div>
<p class="note">Data taken on October 19, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-1019.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,238,071,875</b><br>Localmonero.co Street Price: <b>$124.88</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>10/19/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="10/19/20">$126.15</td>
<td data-th="Week" class="red">-3.2%</td>
<td data-th="Month" class="green">+33.6%</td>
<td data-th="Year" class="green">+131.8%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="10/19/20">€107.12</td>
<td data-th="Week" class="red">-3.2%</td>
<td data-th="Month" class="green">+34.3%</td>
<td data-th="Year" class="green">+119.9%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="10/19/20">B0.01073266</td>
<td data-th="Week" class="red">-3.2%</td>
<td data-th="Month" class="green">+25.9%</td>
<td data-th="Year" class="green">+56.7%</td>
</tr>
</table>
<p class="note">Data taken on October 19, 2020</p>
<p class="table-title">XMR Price Graph for October 13 - 19, 2020</p>
![XMR Price Graph 10/13/20-10/19/20](/img/weekly-chart-1019.png "XMR Price Graph 10/13/20-10/19/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 81&#58; October 19 - 26, 2020
image: /img/twitter-card-issue-81.png
issuenumber: 81
---
[<img src="/img/img-issue81.png" alt="Revuo Monero Weekly #81 Slide" class="img-lead">]({% post_url 2020-10-26-issue-81 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of October 19 - October 26, 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>We don’t usually report on CCS proposals in the news because they have their own section, but in this case <a href="https://ccs.getmonero.org/proposals/vtnerd-2020-q4.html" target="_blank">vtnerd’s proposal was funded so quickly</a> that it didn’t get much chance to be on the Revuo. He will now be working on Monero full-time.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user Jerfov2 <a href="https://www.reddit.com/r/Monero/comments/jevlah/i_made_a_cool_program_that_some_of_you_may_find/" target="_blank">made a tool that can see how many times your output was used as a decoy</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">November 1, 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">November 7, 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/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/138" target="_blank">Compilation time reduction and housekeeping</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>2217169</b></p>
<p>Hash rate: <b>1.575 GH/s</b></p>
<p>Median block size: <b>33.5 kB</b></p>
<p>Average Tx per block: <b>22.28</b></p>
<p>Weekly Moving Average Tx per day: <b>15,964</b></p>
<p>Block reward: <b>1.35 XMR</b></p>
</div>
<p class="note">Data taken on October 26, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-1026.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,381,522,200</b><br>Localmonero.co Street Price: <b>$128.79</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>10/26/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="10/26/20">$134.41</td>
<td data-th="Week" class="green">+6.7%</td>
<td data-th="Month" class="green">+42.1%</td>
<td data-th="Year" class="green">+137.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="10/26/20">€113.68</td>
<td data-th="Week" class="green">+6.2%</td>
<td data-th="Month" class="green">+39.8%</td>
<td data-th="Year" class="green">+122.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="10/26/20">B0.01026125</td>
<td data-th="Week" class="red">-4.3%</td>
<td data-th="Month" class="green">+16.5%</td>
<td data-th="Year" class="green">+67.4%</td>
</tr>
</table>
<p class="note">Data taken on October 26, 2020</p>
<p class="table-title">XMR Price Graph for October 13 - 19, 2020</p>
![XMR Price Graph 10/19/20-10/26/20](/img/weekly-chart-1026.png "XMR Price Graph 10/19/20-10/26/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 82&#58; October 26 - November 3, 2020
image: /img/twitter-card-issue-82.png
issuenumber: 82
---
[<img src="/img/img-issue82.png" alt="Revuo Monero Weekly #82 Slide" class="img-lead">]({% post_url 2020-11-03-issue-82 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of October 26 - November 3, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Monero had another Monero Village, this time as a part of the Grayhat conference. You can see our talks over the three days at the following four links (one day was split up due to issues): <a href="https://www.youtube.com/watch?v=o3M0zgbvR_o" target="_blank">Day 1</a>, <a href="https://www.youtube.com/watch?v=VGxRcvQrWKE" target="_blank">Day 2</a>, <a href="https://www.youtube.com/watch?v=CJKp1P66LBU" target="_blank">Day 3</a> & <a href="https://www.youtube.com/watch?v=JlgMm0ugzMA" target="_blank">Day 3 (continued)</a>.</h4>
</div>
<div class="newsbyte">
<h4>Lovera was successfully funded in his CCS on making educational content in Spanish, and has released <a href="https://www.reddit.com/r/Monero/comments/jku47q/ccs_october_monthly_report_create_monero/" target="_blank">his first monthly report</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://beincrypto.com/about-privacy-on-monero-and-lightning-interview-with-riccardo-spagni/" target="_blank">Riccardo ‘fluffypony’ Spagni was interviewed by BeInCrypto about privacy and Monero</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">November 7, 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">November 15, 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/179" target="_blank">xiphon part-time coding Dec 2020 - Feb 2021</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>
<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>2222927</b></p>
<p>Hash rate: <b>1.441 GH/s</b></p>
<p>Average Tx per block: <b>25.83</b></p>
<p>Weekly Moving Average Tx per day: <b>18,423</b></p>
<p>Block reward: <b>1.33 XMR</b></p>
</div>
<p class="note">Data taken on November 3, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-1103.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,141,243,090</b><br>Localmonero.co Street Price: <b>$115.89</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>11/03/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="11/03/20">$120.75</td>
<td data-th="Week" class="red">-9.9%</td>
<td data-th="Month" class="green">+14.2%</td>
<td data-th="Year" class="green">+91.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="11/03/20">€103.75</td>
<td data-th="Week" class="red">-8.8%</td>
<td data-th="Month" class="green">+15.0%</td>
<td data-th="Year" class="green">+83.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="11/03/20">B0.00871934</td>
<td data-th="Week" class="red">-11.1%</td>
<td data-th="Month" class="red">-12.0%</td>
<td data-th="Year" class="green">+27.1%</td>
</tr>
</table>
<p class="note">Data taken on November 3, 2020</p>
<p class="table-title">XMR Price Graph for October 27 - November 3, 2020</p>
![XMR Price Graph 10/27/20-11/03/20](/img/weekly-chart-1103.png "XMR Price Graph 10/27/20-11/03/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren’t sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Group. </p>
</div>
<h3 id="sponsor">Sponsored by</h3>
<p><a href="https://localmonero.co/" target="_blank"><img src="/img/localmonero-logo.png" alt="LocalMonero.co Logo" class="localmonero"></a></p>
<p class="text-center"><a href="https://localmonero.co/" target="_blank">LocalMonero.co</a></p>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.
\ No newline at end of file
---
title: Issue 83&#58; November 3 - 9, 2020
image: /img/twitter-card-issue-83-min.png
issuenumber: 83
---
[<img src="/img/img-issue83-min.png" alt="Revuo Monero Weekly #83 Slide" class="img-lead">]({% post_url 2020-11-09-issue-83 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of November 3 - November 9, 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/jqmi8t/cli_gui_v01713_oxygen_orion_released/" target="_blank">CLI & GUI v0.17.1.3 has been released</a>. It fixes an issue some users were having where some transactions were not propagating correctly.</h4>
</div>
<div class="newsbyte">
<h4>The new workgroup Monero Space LLC has launched <a href="https://forum.monero.space/" target="_blank">the Monero Space forum</a>, based on FOSS Flarum.</h4>
</div>
<div class="newsbyte">
<h4>Lkh1008, a Spanish contributor, <a href="https://www.reddit.com/r/Monero/comments/jo5ky2/ccs_october_monthly_report_spanish_monerosite/" target="_blank">has released a monthly report for his CCS</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">November 15, 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">November 21, 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/180" target="_blank">-oeAdgK01-Translation of Monero CLI & GUI (CLI Wallet, GUI Wallet), Getmonero (monero-site) and Community (Monero Means Money (subtitles), Sound Money, Safe Mode (subtitles)) to Greek.md</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>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/xiphon-part-time-6.html" target="_blank">xiphon part-time coding (3 months)</a> by xiphon</p>
<p>Raised <b>153.16 of 158</b> XMR (97%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2227240</b></p>
<p>Hash rate: <b>1.689 GH/s</b></p>
<p>Median block size: <b>50.3 kB</b></p>
<p>Average Tx per block: <b>26.12</b></p>
<p>Weekly Moving Average Tx per day: <b>18,906</b></p>
<p>Block reward: <b>1.32 XMR</b></p>
</div>
<p class="note">Data taken on November 9, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-1109.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,076,009,944</b><br>Localmonero.co Street Price: <b>$106.64</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>11/09/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="11/09/20">$117.03</td>
<td data-th="Week" class="red">-1.6%</td>
<td data-th="Month" class="green">+0.9%</td>
<td data-th="Year" class="green">+88.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="11/09/20">€98.90</td>
<td data-th="Week" class="red">-3.2%</td>
<td data-th="Month" class="green">+0.9%</td>
<td data-th="Year" class="green">+75.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="11/09/20">B0.00762524</td>
<td data-th="Week" class="red">-13.1%</td>
<td data-th="Month" class="red">-25.7%</td>
<td data-th="Year" class="green">+8.1%</td>
</tr>
</table>
<p class="note">Data taken on November 3, 2020</p>
<p class="table-title">XMR Price Graph for November 3 - 9, 2020</p>
![XMR Price Graph 11/03/20-11/09/20](/img/weekly-chart-1109.png "XMR Price Graph 11/03/20-11/09/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 84&#58; November 9 - 20, 2020
image: /img/twitter-card-issue-84-min.png
issuenumber: 84
---
[<img src="/img/img-issue84-min.png" alt="Revuo Monero Weekly #84 Slide" class="img-lead">]({% post_url 2020-11-20-issue-84 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of November 9 - November 20, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/jthdez/communityfunded_atomic_swap_project_kickoff/" target="_blank">The Monero Atomic Swap protocol team has an update on their early stage work</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/jv8v2r/psa_if_you_run_a_public_remote_node_please/" target="_blank">GUI v0.17.1.4 has been released</a>. All users are encouraged to update, and all those who run public nodes should update ASAP.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://charity.gofundme.com/o/en/campaign/dr-sarang-noether-to-implement-bulletproofs-in-monero" target="_blank">The MAGIC charity is raising funds to hire Dr. Sarang Noether to work on Bulletproofs+ for Monero</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">November 21, 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">November 29, 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/185" target="_blank">Mastering Monero Serbian Translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/182" target="_blank">Mastering Monero Spanish Translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/180" target="_blank">-oeAdgK01-Translation of Monero CLI & GUI (CLI Wallet, GUI Wallet), Getmonero (monero-site) and Community (Monero Means Money (subtitles), Sound Money, Safe Mode (subtitles)) to Greek.md</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>
<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>2235226</b></p>
<p>Hash rate: <b>1.593 GH/s</b></p>
<p>Median block size: <b>30 kB</b></p>
<p>Average Tx per block: <b>23.67</b></p>
<p>Weekly Moving Average Tx per day: <b>17,053</b></p>
<p>Block reward: <b>1.30 XMR</b></p>
</div>
<p class="note">Data taken on November 20, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-1120.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,151,699,674</b><br>Localmonero.co Street Price: <b>$116.33</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>11/20/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="11/20/20">$121.22</td>
<td data-th="Week" class="green">+6.2%</td>
<td data-th="Month" class="red">-0.1%</td>
<td data-th="Year" class="green">+109.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="11/20/20">€102.24</td>
<td data-th="Week" class="green">+6.0%</td>
<td data-th="Month" class="red">-0.1%</td>
<td data-th="Year" class="green">+95.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="11/20/20">B0.00649267</td>
<td data-th="Week" class="red">-7.1%</td>
<td data-th="Month" class="red">-31.1%</td>
<td data-th="Year" class="red">-9.2%</td>
</tr>
</table>
<p class="note">Data taken on November 20, 2020</p>
<p class="table-title">XMR Price Graph for November 14 - 20, 2020</p>
![XMR Price Graph 11/09/20-11/20/20](/img/weekly-chart-1120.png "XMR Price Graph 11/09/20-11/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 85&#58; November 20 - 28, 2020
image: /img/twitter-card-issue-85-min.png
issuenumber: 85
---
[<img src="/img/img-issue85-min.png" alt="Revuo Monero Weekly #85 Slide" class="img-lead">]({% post_url 2020-11-28-issue-85 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of November 20 - November 28, 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.getmonero.org/2020/11/26/monero-GUI-0.17.1.5-released.html" target="_blank">Monero has put out another point release for both the CLI and GUI</a>. It is recommended that everyone upgrades.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/jyuo5a/getmoneroorg_updated_many_internal_changes/" target="_blank">Another swath of work done on getmonero.org thanks to erciccione</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://charity.gofundme.com/o/en/campaign/dr-sarang-noether-to-implement-bulletproofs-in-monero" target="_blank">Sarang Noether is fully funded to work on the bulletproofs+ project</a>.</h4>
</div>
<div class="newsbyte">
<h4>LocalMonero released a noob-friendly article on how BTC/XMR atomic swaps will work. <a href="https://localmonero.co/knowledge/monero-atomic-swaps" target="_blank">Check it out if you’d like to learn how</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Space has launched a <a href="https://forum.monero.space/d/54-monero-minecraft" target="_blank">Minecraft server on which the Monero community can play and build together</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">November 29, 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">December 5, 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/185" target="_blank">Mastering Monero Serbian Translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/182" target="_blank">Mastering Monero Spanish Translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/180" target="_blank">-oeAdgK01-Translation of Monero CLI & GUI (CLI Wallet, GUI Wallet), Getmonero (monero-site) and Community (Monero Means Money (subtitles), Sound Money, Safe Mode (subtitles)) to Greek.md</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>
<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>2240825</b></p>
<p>Hash rate: <b>1.496 GH/s</b></p>
<p>Median block size: <b>28.9 kB</b></p>
<p>Average Tx per block: <b>16.33</b></p>
<p>Weekly Moving Average Tx per day: <b>16,201</b></p>
<p>Block reward: <b>1.29 XMR</b></p>
</div>
<p class="note">Data taken on November 28, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-1127.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,164,842,393</b><br>Localmonero.co Street Price: <b>$117.03</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>11/28/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="11/28/20">$122.14</td>
<td data-th="Week" class="green">+1.2%</td>
<td data-th="Month" class="red">-3.3%</td>
<td data-th="Year" class="green">+119.3%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="11/28/20">€102.09</td>
<td data-th="Week" class="green">+0.3%</td>
<td data-th="Month" class="red">-5.0%</td>
<td data-th="Year" class="green">+101.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="11/28/20">B0.00687839</td>
<td data-th="Week" class="green">+6.1%</td>
<td data-th="Month" class="red">-27.7%</td>
<td data-th="Year" class="red">-7.4%</td>
</tr>
</table>
<p class="note">Data taken on November 28, 2020</p>
<p class="table-title">XMR Price Graph for November 21 - 28, 2020</p>
![XMR Price Graph 11/21/20-11/28/20](/img/weekly-chart-1127.png "XMR Price Graph 11/21/20-11/28/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 86&#58; November 28 - December 5, 2020
image: /img/twitter-card-issue-86-min.png
issuenumber: 86
---
[<img src="/img/img-issue86-min.png" alt="Revuo Monero Weekly #86 Slide" class="img-lead">]({% post_url 2020-12-05-issue-86 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of November 28 - December 5, 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.getmonero.org/downloads/" target="_blank">Reminder for everyone to upgrade to the last release 0.17.1.5 - Oxygen Orion</a>, as it contains mitigations for minor attacks on the network</h4>
</div>
<div class="newsbyte">
<h4>Monero community member Seth Simmons put out a <a href="https://sethsimmons.me/posts/comparing-private-spends/" target="_blank">blog post comparing reasonably private spends on Bitcoin, Monero, and Zcash chains</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">December 12, 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">December 13, 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/192" target="_blank">More moneromooo work on monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/185" target="_blank">Mastering Monero Serbian Translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/182" target="_blank">Mastering Monero Spanish Translation</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>2246000</b></p>
<p>Hash rate: <b>1.616 GH/s</b></p>
<p>Median block size: <b>32.1 kB</b></p>
<p>Average Tx per block: <b>21.59</b></p>
<p>Weekly Moving Average Tx per day: <b>15,456</b></p>
<p>Block reward: <b>1.28 XMR</b></p>
</div>
<p class="note">Data taken on December 5, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-1205.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,359,095,559</b><br>Localmonero.co Street Price: <b>$127.36</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>12/05/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="12/05/20">$132.71</td>
<td data-th="Week" class="green">+8.9%</td>
<td data-th="Month" class="green">+11.0%</td>
<td data-th="Year" class="green">+147.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="12/05/20">€109.47</td>
<td data-th="Week" class="green">+7.5%</td>
<td data-th="Month" class="green">+8.1%</td>
<td data-th="Year" class="green">+127.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="12/05/20">B0.00691362</td>
<td data-th="Week" class="green">+0.5%</td>
<td data-th="Month" class="red">-10.2%</td>
<td data-th="Year" class="red">-4.6%</td>
</tr>
</table>
<p class="note">Data taken on December 5, 2020</p>
<p class="table-title">XMR Price Graph for November 28 - December 5, 2020</p>
![XMR Price Graph 11/29/20-12/05/20](/img/weekly-chart-1205.png "XMR Price Graph 11/29/20-12/05/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 87&#58; December 5 - 14, 2020
image: /img/twitter-card-issue-87-min.png
issuenumber: 87
---
[<img src="/img/img-issue87-min.png" alt="Revuo Monero Weekly #87 Slide" class="img-lead">]({% post_url 2020-12-14-issue-87 %}.html)
<p class="text-lead">Revuo Monero Weekly: Week of December 5 - December 14, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</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/kd59xm/cli_gui_v01717_oxygen_orion_released/" target="_blank">GUI and CLI release v0.17.1.7 is out</a> and users are encouraged to upgrade. It provides further mitigations to the ongoing network attacks. More point releases are expected in the future that will contain further mitigations.</h4>
</div>
<div class="newsbyte">
<h4>v1docq47 has posted his <a href="https://www.reddit.com/r/Monero/comments/k9ocwc/october_november_monthly_report_from_v1docq47_ccs/" target="_blank">October/November report for his CCS focused on Russian content</a>.</h4>
</div>
<div class="newsbyte">
<h4>TailsOS, a privacy focused operating system, <a href="https://twitter.com/tails_live/status/1336705918168428545?s=21" target="_blank">has stated that Monero is the top donated cryptocurrency to their project</a></h4>
</div>
<div class="newsbyte">
<h4>Monero community member Seth Simmons has written an <a href="https://sethsimmons.me/posts/moneros-ongoing-network-attack/" target="_blank">excellent article summarizing the recent attacks on Monero</a>.</h4>
</div>
<div class="newsbyte">
<h4>MoneroTalk did an interview with Mitchell Krawiec-Thayer, Adam Corbo & Brandon Goodell of Noncesense Research Lab about post-quantum options for Monero - <a href="https://www.youtube.com/watch?v=j02QoI4ZlnU" target="_blank">watch on YouTube</a></h4>
</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/190" target="_blank">Translation of GUI Wallet, monero-site, Monero Means Money (subtitles), Sound Money, Safe Mode (subtitles) to Polish</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/185" target="_blank">Mastering Monero Serbian Translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/182" target="_blank">Mastering Monero Spanish Translation</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>2252439</b></p>
<p>Hash rate: <b>1.660 GH/s</b></p>
<p>Median block size: <b>34.6 kB</b></p>
<p>Average Tx per block: <b>26.92</b></p>
<p>Weekly Moving Average Tx per day: <b>19,371</b></p>
<p>Block reward: <b>1.26 XMR</b></p>
</div>
<p class="note">Data taken on December 14, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-1214.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,748,771,408</b><br>Localmonero.co Street Price: <b>$148.28</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>12/14/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="12/14/20">$154.71</td>
<td data-th="Week" class="green">+11.4%</td>
<td data-th="Month" class="green">+32.4%</td>
<td data-th="Year" class="green">+201.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="12/14/20">€127.28</td>
<td data-th="Week" class="green">+11.0%</td>
<td data-th="Month" class="green">+28.9%</td>
<td data-th="Year" class="green">+176.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="12/14/20">B0.00795310</td>
<td data-th="Week" class="green">+9.9%</td>
<td data-th="Month" class="green">+9.5%</td>
<td data-th="Year" class="green">+9.7%</td>
</tr>
</table>
<p class="note">Data taken on December 14, 2020</p>
<p class="table-title">XMR Price Graph for December 7 - December 14, 2020</p>
![XMR Price Graph 12/07/20-12/14/20](/img/weekly-chart-1214.png "XMR Price Graph 12/07/20-12/14/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 88&#58; December 14, 2020 - January 4, 2021
image: /img/twitter-card-issue-88-min.png
issuenumber: 88
---
[<img src="/img/img-issue88-min.png" alt="Revuo Monero Weekly #88 Slide" class="img-lead">]({% post_url 2021-01-04-issue-88 %}.html)
<p class="text-lead">Revuo Monero Weekly: December 14, 2020 - January 4, 2021.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</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.getmonero.org/2020/12/30/monero-GUI-0.17.1.8-released.html" target="_blank">GUI and CLI release v0.17.1.8 is out</a> and users are encouraged to upgrade. The release contains mitigations for the memory exhaust attack that has been utilized on the network (no funds at risk).</h4>
</div>
<div class="newsbyte">
<h4>For those with questions about the attacks, we recommend reading the <a href="https://www.reddit.com/r/Monero/comments/ko3d1n/third_update_on_the_ongoing_network_attacks/" target="_blank">reddit post made by Monero developer selsta</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/kjgi5g/farcaster_atomicswap_community_update_december/" target="_blank">The Monero Atomic Swaps project, Farcaster, has given their December update report</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/kl1zen/getmoneroorg_updated_new_faqs_new_workgroup_page/" target="_blank">Another large update on getmonero.org by contributor erciccione with lots of new content and a redone page</a>.</h4>
</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/198" target="_blank">Continued Feather Wallet development (Q1 2021) </a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/197" target="_blank">Bulletproofs+ Audit for Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/190" target="_blank">Translation of GUI Wallet, monero-site, Monero Means Money (subtitles), Sound Money, Safe Mode (subtitles) to Polish</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/185" target="_blank">Mastering Monero Serbian Translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/182" target="_blank">Mastering Monero Spanish Translation</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>2267397</b></p>
<p>Hash rate: <b>1.688 GH/s</b></p>
<p>Median block size: <b>39.5 kB</b></p>
<p>Average Tx per block: <b>28.42</b></p>
<p>Weekly Moving Average Tx per day: <b>20,495</b></p>
<p>Block reward: <b>1.23 XMR</b></p>
</div>
<p class="note">Data taken on January 4, 2021</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0104.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,336,087,101</b><br>Localmonero.co Street Price: <b>$124.80</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>01/04/21</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="01/04/21">$131.20</td>
<td data-th="Week" class="red">-16.7%</td>
<td data-th="Month" class="green">+3.2%</td>
<td data-th="Year" class="green">+158.0%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="01/04/21">€107.11</td>
<td data-th="Week" class="red">-17.0%</td>
<td data-th="Month" class="green">+2.1%</td>
<td data-th="Year" class="green">+135.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="01/04/21">B0.00419348</td>
<td data-th="Week" class="red">-30.0%</td>
<td data-th="Month" class="red">-38.2%</td>
<td data-th="Year" class="red">-39.7%</td>
</tr>
</table>
<p class="note">Data taken on January 4, 2021</p>
<p class="table-title">XMR Price Graph for December 28, 2020 - January 4, 2021</p>
![XMR Price Graph 12/28/20-01/04/21](/img/weekly-chart-0104.png "XMR Price Graph 12/28/20-01/04/21")
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 89&#58; January 4 - 12, 2021
image: /img/twitter-card-issue-89-min.png
issuenumber: 89
---
[<img src="/img/img-issue89-min.png" alt="Revuo Monero Weekly #89 Slide" class="img-lead">]({% post_url 2021-01-12-issue-89 %}.html)
<p class="text-lead">Revuo Monero Weekly: January 4 - January 12, 2021.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</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.getmonero.org/2021/01/08/monero-GUI-0.17.1.9-released.html" target="_blank">GUI and CLI release v0.17.1.9 is out</a> and users are encouraged to upgrade. The release contains further mitigations for the memory exhaust attack that has been utilized on the network (no funds at risk).</h4>
</div>
<div class="newsbyte">
<h4>lza_menace, a Monero community member, created a <a href="https://xmrcannon.net/" target="_blank">tool to spin up Monero nodes called XMR Cannon</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Monero Policy Workgroup worked up a <a href="https://downloads.getmonero.org/Monero_Policy_Working_Group_FinCEN_01-04-2021.pdf" target="_blank">response to FinCEN regarding cryptocurrencies</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk released the second part of their talk with Lee ‘vtnerd’ Clagett titled “On the frontlines of the war against Monero” - <a href="https://youtu.be/ZCUe7XIqveY" target="_blank">watch on YouTube</a>.</h4>
</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/200" target="_blank">mj part time coding - 3 months</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/199" target="_blank">ErCiccione: website jan-march</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/197" target="_blank">Bulletproofs+ Audit for Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/182" target="_blank">Mastering Monero Spanish Translation</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/tobtoht_feather_dev_q1_2021.html" target="_blank">Continued Feather Wallet development (Q1 2021)</a> by tobtoht</p>
<p>Raised <b>84.12 of 150</b> XMR (56%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2273422</b></p>
<p>Hash rate: <b>1.930 GH/s</b></p>
<p>Median block size: <b>58.2 kB</b></p>
<p>Average Tx per block: <b>28.87</b></p>
<p>Weekly Moving Average Tx per day: <b>20,952</b></p>
<p>Block reward: <b>1.21 XMR</b></p>
</div>
<p class="note">Data taken on January 12, 2021</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0112.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,817,113,823</b><br>Localmonero.co Street Price: <b>$150.42</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>01/12/21</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="01/12/21">$158.17</td>
<td data-th="Week" class="green">+15.3%</td>
<td data-th="Month" class="green">+4.0%</td>
<td data-th="Year" class="green">+166.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="01/12/21">€129.52</td>
<td data-th="Week" class="green">+16.1%</td>
<td data-th="Month" class="green">+3.3%</td>
<td data-th="Year" class="green">+142.9%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="01/12/21">B0.00468468</td>
<td data-th="Week" class="green">+16.6%</td>
<td data-th="Month" class="red">-40.9%</td>
<td data-th="Year" class="red">-35.3%</td>
</tr>
</table>
<p class="note">Data taken on January 12, 2021</p>
<p class="table-title">XMR Price Graph for January 5 - January 12, 2021</p>
![XMR Price Graph 01/05/21-01/12/21](/img/weekly-chart-0112.png "XMR Price Graph 01/05/21-01/12/21")
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