Merge pull request #45 from recanman/master

A few changes
This commit is contained in:
rottenwheel 2024-07-02 22:23:01 +00:00 committed by GitHub
commit ba9dc83ebc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
244 changed files with 3 additions and 39500 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
.DS_Store
public/
resources/
resources/
.hugo-build.lock

View file

7
404.md
View file

@ -1,7 +0,0 @@
---
layout: default
title: 404 - Page not found
---
404 - Page not found
====================
Sorry, we couldnt find the requested URL. You can try again by going [back to the homepage]({{ site.baseurl }}).

11
Gemfile
View file

@ -1,11 +0,0 @@
# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "jekyll", "~> 4.0"
gem "jekyll-paginate"
gem "jekyll-feed"
gem "webrick", "~> 1.7"

View file

@ -1,79 +0,0 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (4.26.1)
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.2.1)
safe_yaml (1.0.5)
sass-embedded (1.72.0)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
webrick (1.8.1)
PLATFORMS
ruby
DEPENDENCIES
jekyll (~> 4.0)
jekyll-feed
jekyll-paginate
webrick (~> 1.7)
BUNDLED WITH
2.3.11

View file

@ -1,39 +0,0 @@
# Site settings
title: Revuo Monero
description: "Weekly and Quarterly Monero Newsletter"
url: "https://revuo-xmr.com"
# Build settings
baseurl: / # Change this to your relative path (ex: /blog/), or leave just a /
markdown: kramdown
source: .
destination: ./_site
permalink: /:title
paginate: 6
paginate_path: /page:num/
# Default values
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
# Plugins
plugins:
- jekyll-paginate
- jekyll-feed
# Custom variables
version: "1.1.0"
excerpt_separator: <!--more-->
# Options
custom_header: true
custom_nav_footer: false
reverse: false
twitter:
username: monero

View file

@ -1,40 +0,0 @@
<footer class="footer">
<style>
a.color-grey, .footer-links {
color: var(--license-color);
}
.footer-links-section {
margin-bottom: 0;
}
.footer-icons {
display: inline;
height: 1rem;
vertical-align: middle;
margin-bottom: 0;
border-radius: 0;
}
.footer-sponsor, .footer-sponsor:hover, .footer-sponsor:focus {
border-bottom: none;
text-decoration: none;
}
.footer-sponsor img {
display: inline;
height: 1.3rem;
vertical-align: middle;
margin-bottom: 0;
border-radius: 0;
}
</style>
<span>2024 - Revuo Monero</br>
<a class="color-grey" href="/source/" target="_blank">Source Code & Licenses</a></span>
<p class="footer-links-section" align="center">
<a class="footer-links" href="https://www.revuo-xmr.com/">Clearnet</a>
|
<img class="footer-icons" src="/img/tor.png">
<a class="footer-links" href="http://revuo75joezkbeitqmas4ab6spbrkr4vzbhjmeuv75ovrfqfp47mtjid.onion/">Onion</a>
|
<img class="footer-icons" src="/img/itoopie.png">
<a class="footer-links" title="http://revuo-xmr.i2p" href="http://qve7i3ke5h2mbbyphd7agmh5awzcwulvrvghjvhndkagdbi4mkcq.b32.i2p/">I2P</a>
</p>
Infrastructure sponsored by <a class="footer-sponsor" href="https://www.digilol.net" target="_blank"><img src="/img/digilol.png"></a>
</footer>

View file

@ -1,102 +0,0 @@
<head>
<!-- Meta -->
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="generator" content="Jekyll">
<title>{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="Revuo Monero is a weekly newsletter where you can find the most recent Monero news.">
<meta name="keywords" content="monero, xmr, bitmonero, cryptocurrency">
<link rel="icon" type="image/png" sizes="32x32" href="/img/revuo-icon_1.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon_1.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32_1.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16_1.png">
<meta name="application-name" content="Revuo Monero"/>
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#193e4c">
<meta name="apple-mobile-web-app-title" content="Revuo Monero">
<meta name="apple-mobile-web-app-status-bar-style" content="#193e4c">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
<meta name="twitter:image" content="{% if page.path contains '_posts' %}{{ site.baseurl }}{{ page.image }}{% else %}{{ site.baseurl }}/img/revuo-monero.png{% endif %}">
<meta property="og:site_name" content="{{ site.title }}" />
<meta property="og:title" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" />
<meta property="og:image" content="{% if page.path contains '_posts' %}{{ site.baseurl }}{{ page.image }}{% else %}{{ site.baseurl }}/img/revuo-monero.png{% endif %}" />
<!-- CSS & fonts -->
<link rel="stylesheet" href="/css/main.css">
<!-- RSS -->
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" />
<!-- Dark Mode Button -->
<style>
.switch {
position: relative;
display: inline-block;
width: 56px;
height: 30px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #363636;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 22px;
width: 22px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #d56f2a;
}
input:focus + .slider {
box-shadow: 0 0 1px #d56f2a;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
table {
margin-top: 34px;
}
td {
height: 50px;
vertical-align: middle;
}
</style>
</head>

View file

@ -1,15 +0,0 @@
<header id="header">
<a href="{{ site.baseurl }}">
<img class="logo" src="/img/revuo-monero-logo.png" alt="Revuo Monero Logo">
</a>
<div class="action-container action-container--right">
<a class="icon" href="/support/"><img src="/img/donate.png" alt="Donate" title="Support" /></a>
<a class="icon" href="/atom.xml" target="_blank"><img src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a>
</div>
<div class="revuo-classes">
<a href="{{ site.baseurl }}" class="wk">Weekly</a>
<a href="/periodicals/" class="pd">Periodical</a>
</div>
</header>

View file

@ -1,11 +0,0 @@
<header id="header">
<div>
<a href="{{ site.baseurl }}">
<img src="/img/revuo-monero-logo.png" alt="Revuo Monero Logo">
</a>
</div>
<div class="revuo-classes">
<a href="{{ site.baseurl }}" class="wk">Weekly</a>
<a href="/periodicals/" class="pd">Periodical</a>
</div>
</header>

View file

@ -1,2 +0,0 @@
<a href="https://github.com/KingFelix/emerald/archive/master.zip">Download</a>
<a href="https://github.com/KingFelix/emerald">Project on Github</a>

View file

@ -1,4 +0,0 @@
<input class="nojs-toggle" id="menu-toggle" type="checkbox" name="menu-toggle">
<label {% if site.reverse == true %}id="nav-menu-left"{% else %}id="nav-menu"{% endif %} for="menu-toggle" class="menu-toggle">
<div id="menu"></div>
</label>

View file

@ -1,32 +0,0 @@
<nav {% if site.reverse == true %}id="nav-left"{% else %}id="nav"{% endif %}>
<div id="nav-list">
<div class="nav-actions">
<div id="nav-actions-flex-container" class="nav-actions-flex">
<a class="icon" href="https://revuo-xmr.com/support/" target="_blank"><img src="/img/donate.png" alt="Donate" title="Donate" /></a>
<a class="icon" href="/atom.xml" target="_blank"><img src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a>
</div>
<div id="nav-actions-static-container" class="nav-actions-static">
<a class="icon" href="https://primal.net/p/npub1tn8spk9zhxrctg2qym3gj8r7eq2wk6z3phrl8304wc54vt9qam4qvzw6jx" target="_blank"><img src="/img/nostr-icon.png" alt="Nostr" title="Nostr" /></a>
<a class="icon" href="https://xcancel.com/revuoxmr" target="_blank"><img src="/img/xcom-icon.png" alt="x.com" title="x.com" /></a>
<a class="icon" href="xmpp:revuo-monero@conference.jabbers.one?join" target="_blank"><img src="/img/xmpp.png" alt="XMPP MUC" title="XMPP MUC" /></a>
<a class="icon" href="https://matrix.to/#/#revuo:monero.social" target="_blank"><img src="/img/matrix.png" alt="Matrix Room" title="Matrix Room" /></a>
</div>
</div>
<a href="{{ site.baseurl }}">Revuo Weekly</a>
<!-- Nav pages -->
{% for page in site.pages %}
{% if page.layout == "page" %}
<a href="{% if site.baseurl == "/" %}{{ page.url }}{% else %}{{ page.url | prepend: site.baseurl }}{% endif %}" title="{{ page.title }}">{{ page.title }}</a>
{% endif %}
{% endfor %}
</div>
<!-- Nav footer -->
{% if site.custom_nav_footer == true %}
{% include nav-footer-custom.html %}
{% else %}
{% include nav-footer.html %}
{% endif %}
</nav>

View file

@ -1,5 +0,0 @@
<footer>
<!-- Your custom nav footer here -->
</footer>

View file

@ -1 +0,0 @@
<a href="https://www.getmonero.org/" hreflang="en" target="_blank">Monero Website</a>

View file

@ -1 +0,0 @@
<script src="/js/main.js"></script>

View file

@ -1,5 +0,0 @@
<!-- Unfortunately, targeting the parent is not a thing in CSS. This is a workaround. -->
<input class="nojs-toggle" id="theme-switcher" type="checkbox" name="theme-switcher">
<label class="switch" for="theme-switcher" id="main-theme-switcher">
<span class="slider round"></span>
</label>

View file

@ -1,61 +0,0 @@
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include theme-switcher.html %}
<div id="wrap">
<!-- Navigation -->
{% include menu-toggle.html %}
{% include menu.html %}
<!-- Header -->
{% if site.custom_header == true %}
{% include header-custom.html %}
{% else %}
{% include header.html %}
{% endif %}
<!-- Main content -->
<div id="container">
<main>
{{ content }}
</main>
<!-- Pagination links -->
<div class="pagination">
{% if paginator.total_pages > 1 %}
<div class="page-numbers">
<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>
<!-- Footer -->
{% include footer.html %}
<!-- Script -->
{% include script.html %}
</div><!-- div#wrap -->
</body>
</html>

View file

@ -1,6 +0,0 @@
---
layout: revuo-period
---
<article id="page">
{{ content }}
</article>

View file

@ -1,11 +0,0 @@
---
layout: default
---
<article id="post-page">
<h2>{{ page.title }}</h2>
<div class="content">
{{ content }}
</div>
</article>

View file

@ -1,11 +0,0 @@
---
layout: default
---
<article id="post-page">
<h2>{{ page.title }}</h2>
<time datetime="{{ page.date | date_to_xmlschema }}" class="by-line">{{ page.date | date_to_string }}</time>
<div class="content">
{{ content }}
</div>
</article>

View file

@ -1,68 +0,0 @@
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include theme-switcher.html %}
<div id="wrap">
<div id="periodical">
<!-- Navigation -->
{% include menu-toggle.html %}
{% include menu.html %}
<!-- Header -->
{% if site.custom_header == true %}
{% include header-custom.html %}
{% else %}
{% include header.html %}
{% endif %}
<!-- Main content -->
<div id="container">
<main>
{{ content }}
</main>
<!-- Pagination links -->
{% if paginator.total_pages > 1 %}
<div class="pagination">
{% if paginator.previous_page == 1 %}
<a href="{{ '/' | prepend: site.baseurl | replace: '//', '/' }}" class="page-item">&laquo;</a>
{% elsif paginator.previous_page%}
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}" class="page-item">&laquo;</a>
{% else %}
<span class="page-item">&laquo;</span>
{% endif %}
{% for page in (1..paginator.total_pages) %}
{% if page == paginator.page %}
<span class="page-item">{{ page }}</span>
{% elsif page == 1 %}
<a href="{{ '/' | prepend: site.baseurl | replace: '//', '/' }}" class="page-item">{{ page }}</a>
{% else %}
<a href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}" class="page-item">{{ page }}</a>
{% endif %}
{% endfor %}
{% if paginator.next_page %}
<a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}" class="page-item">&raquo;</a>
{% else %}
<span class="page-item">&raquo;</span>
{% endif %}
</div>
{% endif %}
</div><!-- div#container -->
<!-- Footer -->
{% include footer.html %}
<!-- Script -->
{% include script.html %}
</div><!-- div#periodical -->
</div><!-- div#wrap -->
</body>
</html>

View file

@ -1,62 +0,0 @@
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include theme-switcher.html %}
<div id="wrap">
<div id="weekly">
<!-- Navigation -->
{% include menu-toggle.html %}
{% include menu.html %}
<!-- Header -->
{% if site.custom_header == true %}
{% include header-custom.html %}
{% else %}
{% include header.html %}
{% endif %}
<!-- Main content -->
<div id="container">
<main>
{{ content }}
</main>
<!-- Pagination links -->
<div class="pagination">
{% if paginator.total_pages > 1 %}
<div class="page-numbers">
{% if paginator.previous_page %}
<a href="{{ paginator.previous_page_path}}" class="page-item prev">«</a>
{% endif %}
{% for page in (1..paginator.total_pages) %}
{% assign total = paginator.total_pages %}
{% if page == paginator.page %}
<p class="page-numbers-display">{{ page }} of {{total}}</p>
{% endif %}
{% endfor %}
{% if paginator.next_page %}
<a href="{{ paginator.next_page_path}}" class="page-item next">»</a>
{% endif %}
</div>
{% endif %}
</div>
</div><!-- div#container -->
<!-- Footer -->
{% include footer.html %}
<!-- Script -->
{% include script.html %}
</div><!-- div#weekly -->
</div><!-- div#wrap -->
</body>
</html>

View file

@ -1,271 +0,0 @@
---
title: Issue 1&#58; March 22-29, 2019
issuenumber: 1
---
[<img src="/img/img-issue1.jpg" alt="Revuo Monero Weekly Issue 1 Image">](/issue-1.html)
Revuo Monero Weekly: Week of March 22 - March 29, 2019.
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#proposals">CCS Proposals</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#merchant">Monero Merchant of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>
<a href="https://github.com/monero-project/monero/pull/5090" target="_blank">
Initial Monero Socks support for Tor and i2p has been merged</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">I2P-zero, a small-footprint, zero-dependency installation of I2P, which can be easily bundled with Monero software, is available for download and testing</a>
</h4>
</div>
<div class="newsbyte">
<h4>The future of Monero's PoW was discussed in 2.5 hour dev meeting on March 24, 2019</h4>
<p>Meeting logs are available on <a href="https://repo.getmonero.org/monero-project/monero-site/blob/b87354501b6343f9146f331805ddadc45696f728/_posts/2019-03-24-logs-for-the-dev-meeting-held-on-2019-03-24.md" target="_blank">GitLab</a>. If you do not have the time to read it all, OsrsNeedsF2P kindly summarized the logs for you on <a href="https://www.reddit.com/r/Monero/comments/b50mfy/logs_from_the_25_hr_dev_meeting_on_moneros_pow/" target="_blank">Reddit</a> (see comments).</p>
</div>
<div class="newsbyte">
<h4>
<a href="https://github.com/monero-rs/monero-rs" target="_blank">Pure Rust Monero library (the first version) released on GitHub by h4sh3d</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.kucoin.com/news/en-monero-xmr-gets-listed-on-kucoin" target="_blank">Monero gets listed on KuCoin</a>
</h4>
<p>Supported trading pairs include XMR/BTC and XMR/ETH.</p>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monero/comments/b5d5xg/gui_wallet_translatable_in_8_new_languages_new/" target="_blank">GUI is now translated in 8 new languages</a>
</h4>
<p>Monero GUI is now available in Kurdish, Bengali, Persian, Irish, Urdu, Zulu Greek and Nepali.</p>
</div>
<div class="newsbyte">
<h4><a href="https://www.youtube.com/watch?v=iWNlyHumD-c" target="_blank">Monero NYC Meetup recorded session from March 21 is available on Youtube</a></h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.youtube.com/watch?v=ZZZF4BqIDrk" target="_blank">Monero Talk with Kristy-Leigh Minehan on XMR's strategy for preserving a decentralized mining network to remain as censorship resistant digital cash available on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.youtube.com/watch?v=vGMTrA6NmeM" target="_blank">Monero Talk on RandomX by October with Howard Chu, Tevador and Needmoney90 available on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://info.binance.com/en/research/marketresearch/monero-hard-fork.html" target="_blank">Binance Research released a report discussing the effects of forking out ASIC miners</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://github.com/monero-ecosystem/monero-python" target="_blank">Monero Python module for handling Monero cryptocurrency has officially joined the Monero Ecosystem Project</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://old.reddit.com/r/Monero/comments/b4xz3f/announcing_umonerotipsbot_an_onchain_noncustodial/" target="_blank">An on-chain, non-custodial, open source Monero tipping bot has been launched - testnet only for now</a>
</h4>
</div>
<div class="newsbyte">
<h4>
Monerobox 2.0 is now available for purchase on <a href="http://monerobox.store/" target="_blank">Monerobox.store</a>.
</h4>
<p>Read the product info on <a href="https://medium.com/@jason.hcwong/monerobox-2-0-fedc00fa2aa4" target="_blank">Medium</a>.</p>
</div>
<div class="newsbyte">
<h4>
<a href="https://donate.torproject.org/cryptocurrency" target="_blank">The Tor Project now accepts Monero for donations</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://github.com/monero-ecosystem/monero-translations/blob/master/pootle.md" target="_blank">New guide for Pootle</a>, the localization platform, is available on GitHub for translators.
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://medium.com/@anhdres/how-to-choose-a-monero-wallet-c713abb2d64d" target="_blank">For new users - How to choose a Monero wallet (by anhdres)</a>
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date">March 30, 2019 17:00 UTC</p>
<p>Community Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">April 1, 2019 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">April 6, 2019 17:00 UTC</p>
<p markdown="1">DefCon 27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">April 7, 2019 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">April 18th, 2019</p>
<p markdown="1">Monero Birthday 5 years old</p>
</div>
<h3 id="proposals">CCS Proposals</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/el00ruobuob-january-to-march-part-time-for-a-new-quarter.html" target="_blank">El00ruobuob part time for three months (January to March)</a> by el00ruobuob</p>
<p>Raised <b>16.66 of 45.00</b> XMR (37%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/pwrcycle-Defcon_Monero_Party_2019.html" target="_blank">Defcon Monero Party 2019</a> by pwrcycle</p>
<p>Raised <b>14.19 of 57.00</b> XMR (25%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/sarang-2019-q2.html" target="_blank">Sarang: research funding for 2019 Q2</a> by Sarang Noether</p>
<p>Raised <b>423.83 of 638.00</b> XMR (66%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/mooo-2019-04.html" target="_blank">Moneromooo coding, april 2019</a> by moneromooo</p>
<p>Raised <b>264.61 of 410.00 XMR</b> (65%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/surae-mrl-research-q2-2019.html" target="_blank">Surae Funding for Q2 2019</a> by Surae N</p>
<p>Raised <b>154.69 of 618.00</b> XMR (25%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/v1docq47-video-creation-translations-into-russian-(february-july).html" target="_blank">V1docq47: video creation / translations into russian (february july)</a> by v1docq47</p>
<p>Raised <b>0.16 of 46.80</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>1801077</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>292.896 MH/s</b></p>
<p>Average Tx per block: <b>5.05</b></p>
<p>Weekly Moving Average Tx per day: <b>3610</b></p>
<p>Block reward: <b>2.98 XMR</b></p>
</div>
<p class="note">Data taken on March 29, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0329.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$884,161,809</b><br>Localmonero.co Street Price: <b>$56.41</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to:</th>
<th>3/29/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="03/29/19">$52.37</td>
<td data-th="Week" class="red">+0.1%</td>
<td data-th="Month" class="green">+9.4%</td>
<td data-th="Year" class="red">-73.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="03/29/19">€46.65</td>
<td data-th="Week" class="red">+1.4%</td>
<td data-th="Month" class="green">+11.0%</td>
<td data-th="Year" class="red">-71.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="03/29/19">Ƀ0.01294949</td>
<td data-th="Week" class="red">-1.4%</td>
<td data-th="Month" class="green">+3.0%</td>
<td data-th="Year" class="red">-48.4%</td>
</tr>
</table>
<p class="note">Data taken on March 29, 2019</p>
<p class="table-title">XMR Price Graph for March 22 - 29, 2019</p>
![XMR Price Graph 03/22/19-03/29/19](/img/weekly-chart-0329.png "XMR Price Graph 03/22/19-03/29/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero Merchant of the Week</h3>
<a href="https://cyphermarket.com" target="_blank"><img src="/img/cyphermarket-logo.png" alt="Cypher Market Logo" class="merchant-img" id="cyphermarket"></a>
Cypher Market is a business with a social vision, to experiment with new, sustainable, commerce-driven ways to support FOSS projects. They work with many FOSS projects (including various Monero workgroups) to sell merchandise and donate to them 50% of the profits. Find them at <a href="https://cyphermarket.com" target="_blank">cyphermarket.com</a>.
Check back next week for another merchant that accepts Monero for their goods and services.
*Disclaimer: Cypher Market is owned by the author of the Revuo.*
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<p class="date"><a href="https://old.reddit.com/r/Monero/comments/b11aec/call_for_contributors_new_strings_for_monerujo_we/" target="_blank">Monerujo is looking for translators</a></p>
<p>If you speak any language beside English, Monerujo needs your help.</p>
<p><a href="https://old.reddit.com/r/Monero/comments/b5fe5j/psa_seeking_volunteer_reviewers_for_pow_randomx/" target="_blank">Seeking Volunteer Reviewers for PoW RandomX</a></p>
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
<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 or QR code.</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.

View file

@ -1,226 +0,0 @@
---
title: Issue 2&#58; March 29 - April 4, 2019
issuenumber: 2
---
[<img src="/img/img-issue2.jpg" alt="Revuo Monero Weekly Issue 2 Image">](/issue-2.html)
Revuo Monero Weekly: Week of March 29 - April 4, 2019.
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#proposals">CCS Proposals</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#merchant">Monero Merchant of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monero/comments/b7s97g/some_generous_donors_topped_off_all_of_the/" target="_blank">All current proposals in CCS Funding Required have been fully funded by an anonymous donor</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://repo.getmonero.org/monero-project/monero-site/blob/989dfe4db6d25e64b997f203bcb9fa913ccc5120/_posts/2019-03-31-logs-for-the-dev-meeting-held-on-2019-03-31.md" target="_blank">Logs from the dev meeting on Monero Point Release from March 31 are availlable on GitLab</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monero/comments/b73rng/xmrto_not_serving_us_customers_for_the_time_being/" target="_blank">XMR.to not serving US customers for the time being</a>
</h4>
</div>
<div class="newsbyte">
<h4>
Monero Core software now allows the <a href="https://twitter.com/JEhrenhofer/status/1112745292301041664" target="_blank">freezing and thawing of specific outputs</a>, which can be useful for organizations such as non-profits, and anything else that requires “due diligence”.
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://twitter.com/elkakai/status/1113139958716469249" target="_blank">Monero community donated 64 XMR to the Tor Project</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monero/comments/b6pbhj/monero_quickfacts_sheet_revised_212019/" target="_blank">The Monero Outreach Workgroup released an updated Monero Quick-Facts Sheet</a>
</h4>
<p>Quickfacts were revised on 2/1/19 and are now available in different languages.</p>
</div>
<div class="newsbyte">
<h4>
<a href="https://github.com/monero-project/meta/issues/324" target="_blank">Join the community discussion about celebration Moneros 5th birthday on GitHub</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.monerooutreach.org/mine-to-support-the-network.php" target="_blank">The Monero Outreach Workgroup published a Public Service Announcement on protecting the network by mining</a>
</h4>
</div>
<div class="newsbyte">
<h4>
Monero Talk on the Italian governments testing of an online blockchain voting system built on Monero <a href="https://www.youtube.com/watch?v=LLabc2nPE7o" target="_blank">available on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/b7z8g0/monero_listed_on_tokenomy_exchange/" target="_blank">Monero is listed on Tokenomy Exchange</a></h4>
<p>Supported trading pair is XMR/BTC.</p>
</div>
<div class="newsbyte">
<h4>
<a href="https://medium.com/resistanceio/monero-wins-the-donation-contest-e1e7f771ac12" target="_blank">Monero Wins Resistance 15% Donation Contest</a>
</h4>
</div>
<div class="newsbyte">
<h4>
Reddit user sech1 made <a href="https://cdn.discordapp.com/attachments/494821900711886848/561498176973045770/nonces.png" target="_blank">a nonce distribution chart</a> which spans the last six forks.
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://twitter.com/TuurDemeester/status/1111131198020112385" target="_blank">@tuurdemeester on Twitter used the Estibot tool to estimate the amount of searches cryptocurrencies are getting.</a>
</h4>
<p>Monero is quite high on the list.</p>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date">April 6, 2019 17:00 UTC</p>
<p>DefCon 27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">April 8, 2019 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">April 11, 2019 18:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">April 13, 2019 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">April 18th, 2019</p>
<p markdown="1">Monero Birthday 5 years old</p>
</div>
<h3 id="proposals">CCS Proposals</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>1806027</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>290.577 MH/s</b></p>
<p>Average Tx per block: <b>5.76</b></p>
<p>Weekly Moving Average Tx per day: <b>4152</b></p>
<p>Block reward: <b>2.95 XMR</b></p>
</div>
<p class="note">Data taken on April 4, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0404.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,086,168,791</b><br>Localmonero.co Street Price: <b>$69.38</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>4/4/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="03/29/19">$64.20</td>
<td data-th="Week" class="green">+21.9%</td>
<td data-th="Month" class="green">+32.8%</td>
<td data-th="Year" class="red">-62.4%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="03/29/19">€57.20</td>
<td data-th="Week" class="green">+22.0%</td>
<td data-th="Month" class="green">+33.8%</td>
<td data-th="Year" class="red">-58.8%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="03/29/19">Ƀ0.01303894</td>
<td data-th="Week" class="red">-0.4%</td>
<td data-th="Month" class="green">+3.9%</td>
<td data-th="Year" class="red">-47.7%</td>
</tr>
</table>
<p class="note">Data taken on April 4, 2019</p>
<p class="table-title">XMR Price Graph for March 29 - April 4, 2019</p>
![XMR Price Graph 03/29/19-04/04/19](/img/weekly-chart-0404.png "XMR Price Graph 03/22/19-03/29/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero Merchant of the Week</h3>
<a href="http://cloakvpn.com/" target="_blank"><img src="/img/cloakvpnlogo.jpg" alt="CloakVPN Logo" class="merchant-img" id="cloakvpn"></a>
<a href="http://cloakvpn.com/" target="_blank">Cloakvpn.com</a> is an VPN service using the OpenVPN protocol. CloakVPN encrypts your internet traffic and cloaks your actual location. CloakVPN accepts Monero and provisions users directly off the blockchain payments without needing any user information.
Check back next week for another merchant that accepts Monero for their goods and services.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<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>
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
<p class="date"><a href="https://www.reddit.com/r/Monero/comments/b11aec/call_for_contributors_new_strings_for_monerujo_we/" target="_blank">Monerujo is looking for translators</a></p>
<p>If you speak any language beside English, Monerujo needs your help.</p>
<p><a href="https://www.reddit.com/r/Monero/comments/b5fe5j/psa_seeking_volunteer_reviewers_for_pow_randomx/" target="_blank">Seeking Volunteer Reviewers for PoW RandomX</a></p>
<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.

View file

@ -1,252 +0,0 @@
---
title: Issue 3&#58; April 4-11, 2019
issuenumber: 3
---
[<img src="/img/img-issue3.jpg" alt="Revuo Monero Weekly Issue 3 Image">](/issue-3.html)
Revuo Monero Weekly: Week of April 4 - April 11, 2019.
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#merchant">Monero Merchant of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monero/comments/bavnwl/ledger_change_output_bug_post_mortem_with_a_happy/" target="_blank">Postmortem of the Ledger change output bug</a>
</h4>
<p>Ledger is now safe to use provided the user is:</p>
<ol>
<li>Using GUI v0.14.0.0 (or CLI v0.14.0.2)</li>
<li>Using Ledger Monero app v1.2.2</li>
<li>Using Ledger Live firmware v1.5.5 or v1.6.0</li>
</ol>
</div>
<div class="newsbyte">
<h4>
<a href="https://github.com/fraudmarc/dots" target="_blank">Dots churn software is now available for testing.</a>
</h4>
<p>It is being discussed how this software will improve user churn ability. USE ONLY ON TESTNET for now, and do not trust the software with your anonymity and privacy yet.</p>
</div>
<div class="newsbyte">
<h4>
<a href="https://monerokon.com/registration" target="_blank">Tickets available for Monero Konferenco</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://monerokon.com/schedule" target="_blank">Monero Konferenco schedule is available online</a>
</h4>
</div>
<div class="newsbyte">
<h4>
Recent Monero GUI updates include <a href="https://github.com/monero-project/monero-gui/pull/2019" target="_blank">Trezor support</a> and <a href="https://www.reddit.com/r/Monero/comments/ban52m/small_monero_gui_update/" target="_blank">other features</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monero/comments/ba6xx0/ethos_of_decentralization_solo_gpucpu_mining_is/" target="_blank">Solo GPU/CPU miners are released - thanks to hyc_symas</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.monerooutreach.org/monero_best_practices/" target="_blank">The Monero Outreach Workgroup public service announcements are available on their website</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://youtu.be/adNi17O791M" target="_blank">Watch Monero Coffee Chat stream from April 6, 2019 on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://youtu.be/LFNT_6nqtdA" target="_blank">Monero Talk w/ Riccardo Spagni aka Fluffypony - “Is Monero digital cash?”</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/b9rutj/monero_quickfacts_sheet_revised_212019_french/" target="_blank">Monero Quick-Facts Sheet revised on 2/1/2019 is available in French</a></h4>
</div>
<div class="newsbyte">
<h4>
CoinLoan.io, a P2P lending platform for crypto-to-fiat loans, <a href="https://www.reddit.com/r/Monero/comments/bbdcr4/finally_monero_backed_loans/" target="_blank">is now accepting Monero as collateral</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monero/comments/bb1bwv/update_announcement_a_monero_mining_pool_server/" target="_blank">Updates on the Monero mining pool server written in C</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://twitter.com/coindirectcom/status/1113471728456540166" target="_blank">Coindirect added Monero</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monero/comments/baj9v5/update_about_monero_game/" target="_blank">Gscoders published an update on Monero Game</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.monero.how/monero-transaction-fees" target="_blank">See live chart of Monero Transaction Fees vs. BTC</a>
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date">April 13, 2019 (Saturday) 17:00 UTC</p>
<p>Community Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">April 15, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">April 18, 2019 (Thursday) All Day</p>
<a href="https://github.com/monero-project/meta/issues/324#issuecomment-482330612"><p markdown="1">Monero Birthday 5 years old, various events happening throughout the day.</p></a>
</div>
<div class="event">
<p class="date" markdown="1">April 21, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/54" target="_blank">Knueffelbund GUI design for Q2 2019</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/55" target="_blank">Xiphon part time coding</a></p>
</div>
<h3 id="proposals">CCS Proposals</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>1810929</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>298.340 MH/s</b></p>
<p>Average Tx per block: <b>5.71</b></p>
<p>Weekly Moving Average Tx per day: <b>4101</b></p>
<p>Block reward: <b>2.93 XMR</b></p>
</div>
<p class="note">Data taken on April 11, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0411.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,113,296,833</b><br>Localmonero.co Street Price: <b>$71.38</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>4/11/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/11/19">$65.19</td>
<td data-th="Week" class="red">-1.6%</td>
<td data-th="Month" class="green">+33.9%</td>
<td data-th="Year" class="red">-60.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/11/19">€58.45</td>
<td data-th="Week" class="red">-1.7%</td>
<td data-th="Month" class="green">+33.9%</td>
<td data-th="Year" class="red">-56.8%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/11/19">Ƀ0.01306811</td>
<td data-th="Week" class="red">-3.4%</td>
<td data-th="Month" class="green">+2.5%</td>
<td data-th="Year" class="red">-46.7%</td>
</tr>
</table>
<p class="note">Data taken on April 11, 2019</p>
<p class="table-title">XMR Price Graph for April 4-11, 2019</p>
![XMR Price Graph 04/04/19-04/11/19](/img/weekly-chart-0411.png "XMR Price Graph 03/22/19-03/29/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero Merchant of the Week</h3>
<a href="https://xmr.to/" target="_blank"><img src="/img/xmrto-logo.png" alt="XMR.to Logo" class="merchant-img" id="xmrto"></a>
<a href="https://xmr.to/" target="_blank">XMR.to</a> allows you to make a Bitcoin payment with the strong privacy provided by Monero. This means that using Monero together with XMR.TO, you can pay any Bitcoin address in the world while protecting your privacy.
You send them Monero, and they send out Bitcoin. They even pay the BTC transaction fees for you.
Check back next week for another merchant that accepts Monero for their goods and services.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<p class="date"><a href="https://www.reddit.com/r/Monero/comments/baudu4/localization_workgroup_cli_and_gui_wallet_waiting/" target="_blank">CLI, GUI and Monerujo wallets need translators</a></p>
<p></p>
<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>
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
<p><a href="https://www.reddit.com/r/Monero/comments/b5fe5j/psa_seeking_volunteer_reviewers_for_pow_randomx/" target="_blank">Seeking Volunteer Reviewers for PoW RandomX</a></p>
<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.

View file

@ -1,268 +0,0 @@
---
title: Issue 4&#58; April 11-18, 2019
issuenumber: 4
---
[<img src="/img/img-issue4.jpg" alt="Revuo Monero Weekly Issue 4 Image">](/issue-4.html)
Revuo Monero Weekly: Week of April 11 - April 18, 2019.
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#moneroversary">Moneroversary</a></li>
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#merchant">Monero Merchant of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="moneroversary">Moneroversary</h3>
Today (April 18th, 2019) is Moneros 5th Anniversary of existence. Some might call it a birthday. There are many events planned. The schedule of events is posted below.
<table class="moneroversary-table">
<tr class="row1">
<th>Time</th>
<th>Description</th>
<th>Livestream</th>
</tr>
<tr>
<td data-th="Time">8:00 UTC</td>
<td data-th="Description">Vienna Riat informal discussion begins</td>
<td data-th="Livestream">No</td>
</tr>
<tr class="row3">
<td data-th="Time">10:30 UTC</td>
<td data-th="Description">Vienna Riat countdown to Monero launch anniversary</td>
<td data-th="Livestream"><a href="https://www.youtube.com/watch?v=Ihgrs_H1mbA" target="_blank">Yes</a></td>
</tr>
<tr>
<td data-th="Time">11:30 UTC</td>
<td data-th="Description">Vienna Riat workshops</td>
<td data-th="Livestream">No</td>
</tr>
<tr class="row3">
<td data-th="Time">16:00 UTC</td>
<td data-th="Description"><a href="https://www.meetup.com/Monero-ZRH/events/260371194/" target="_blank">Inaugural Zurich meetup</a></td>
<td data-th="Livestream">No</td>
</tr>
<tr>
<td data-th="Time">17:00 UTC</td>
<td data-th="Description">Monero Talk with Mitchell About Mastering Monero</td>
<td data-th="Livestream">Yes</td>
</tr>
<tr class="row3">
<td data-th="Time">19:30 UTC</td>
<td data-th="Description">Vienna Riat Meetup</td>
<td data-th="Livestream">No</td>
</tr>
<tr>
<td data-th="Time">21:00 UTC</td>
<td data-th="Description">Check-in with Vienna Riat Meetup</td>
<td data-th="Livestream"><a href="https://www.youtube.com/watch?v=HhQaySyAkxc" target="_blank">Yes</a></td>
</tr>
<tr class="row3">
<td data-th="Time">21:15 UTC</td>
<td data-th="Description">Monero's history with fluffypony</td>
<td data-th="Livestream"><a href="https://www.youtube.com/watch?v=HhQaySyAkxc" target="_blank">Yes</a></td>
</tr>
<tr>
<td data-th="Time">22:00 UTC</td>
<td data-th="Description">Coffee Chat-style Q&A (Justin, rehrar, fluffypony, sarang, others)</td>
<td data-th="Livestream"><a href="https://www.youtube.com/watch?v=HhQaySyAkxc" target="_blank">Yes</a></td>
</tr>
<tr class="row3">
<td data-th="Time">23:00 UTC</td>
<td data-th="Description">The importance of financial privacy is critically downplayed in cryptocurrency communities (rehrar)</td>
<td data-th="Livestream"><a href="https://www.youtube.com/watch?v=HhQaySyAkxc" target="_blank">Yes</a></td>
</tr>
<tr>
<td data-th="Time">23:45 UTC</td>
<td data-th="Description">Recent news and announcements</td>
<td data-th="Livestream"><a href="https://www.youtube.com/watch?v=HhQaySyAkxc" target="_blank">Yes</a></td>
</tr>
<tr class="row3">
<td data-th="Time">00:00 UTC</td>
<td data-th="Description">Puzzle (needmoney90)</td>
<td data-th="Livestream"><a href="https://www.youtube.com/watch?v=HhQaySyAkxc" target="_blank">Yes</a></td>
</tr>
</table>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="http://thebitcoinpodcast.com/hashing-it-out-42/" target="_blank">Brandon “suraeNoether” Goodell from the Monero Research Lab was a guest on The Bitcoin Podcast</a> where he talks about Monero, and other privacy and cryptocurrency related topics.
</h4>
</div>
<div class="newsbyte">
<h4>Wookey Wallet - an open source, iOS/Android, privacy coin focused mobile wallet released this week, featuring Monero as its first (and only) supported coin</h4>
<p><a href="https://wallet.wookey.io/" target="_blank">See their website for more details and downloads.</a></p>
</div>
<div class="newsbyte">
<h4>Monero confirmed to have a village at Defcon again this year, with a bigger room than before.</h4>
<p>Now, with the <a href="https://ccs.getmonero.org/proposals/pwrcycle-Defcon_Monero_Party_2019.html" target="_blank">Monero Party proposal</a> funded, it seems Moneros presence in Las Vegas, NV will be even bigger than last year, all things considered.</p>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.monerooutreach.org/stories/monero_swot_analysis.php" target="_blank">The Monero Outreach Workgroup published an in-depth SWOT analysis of Monero</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monero/comments/bczdgl/monero_quickfacts_sheet_revised_212019_brazilian/" target="_blank">Monero Quick-Facts sheet revised 2/1/2019 is available in Brazilian Portuguese</a>
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 18, 2019 (Today)</p>
<a href="https://github.com/monero-project/meta/issues/324#issuecomment-482330612" target="_blank"><p markdown="1">Monero Birthday 5 years old, various events happening throughout the day</p></a>
</div>
<div class="event">
<p class="date">April 20, 2019 (Saturday) 17:00 UTC</p>
<p>Defcon 27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">April 21, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">April 22, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">April 25, 2019 (Thursday) 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/56" target="_blank">Korean Translations GUI & CLI by Xeagu</a></p>
</div>
<h3 id="proposals">CCS Proposals</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-localizations.html" target="_blank">ErCiccione: Coordinator of the Localization Workgroup - March</a> by ErCiccione</p>
<p>Raised <b>1.00 of 144.00</b> XMR (0.00694444%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1815436</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>284.327 MH/s</b></p>
<p>Average Tx per block: <b>5.38</b></p>
<p>Weekly Moving Average Tx per day: <b>3844</b></p>
<p>Block reward: <b>2.90 XMR</b></p>
</div>
<p class="note">Data taken on April 18, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0418.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,166,166,495</b><br>Localmonero.co Street Price: <b>$64.56</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>4/18/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/18/19">$68.91</td>
<td data-th="Week" class="red">-2.7%</td>
<td data-th="Month" class="green">+33.3%</td>
<td data-th="Year" class="red">-64.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/18/19">€60.90</td>
<td data-th="Week" class="red">-2.9%</td>
<td data-th="Month" class="green">+33.7%</td>
<td data-th="Year" class="red">-61.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/18/19">Ƀ0.01307770</td>
<td data-th="Week" class="red">-1.8%</td>
<td data-th="Month" class="green">+1.1%</td>
<td data-th="Year" class="red">-47.1%</td>
</tr>
</table>
<p class="note">Data taken on April 18, 2019</p>
<p class="table-title">XMR Price Graph for April 11-18, 2019</p>
![XMR Price Graph 04/11/19-04/18/19](/img/weekly-chart-0418.png "XMR Price Graph 04/11/19-04/18/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero Merchant of the Week</h3>
<a href="https://njal.la/" target="_blank"><img src="/img/njalla.avif" alt="Njalla Logo" class="merchant-img" id="njalla"></a>
<a href="https://njal.la/" target="_blank">Njal.la</a> is a domain registration service with privacy as the primary focus. To understand their service, we quote directly from their About section:
“When you buy a domain in our system, we're actually purchasing it for ourselves. We will be the actual owners of the domain, it's not an ownership by proxy as found with all other providers. However, you will still have the full control over the domain name. You can either use our information, our nameservers or you can go with your custom data.
If you ever want to move the domain from our system, we'll of course give you the domain without any additional costs.
The idea is to make sure that we minimise your visibility to the public. We're not going to give your customer data out easily. However, we will help if there are legal merits to any formal government requests to our system. If you use our service in a way that affects anyone's health or safety, we reserve the right to suspend your service.”
<i>Check back next week for another merchant that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<p class="date"><a href="https://www.reddit.com/r/Monero/comments/baudu4/localization_workgroup_cli_and_gui_wallet_waiting/" target="_blank">Turkish translators wanted for Getmonero.org translation review</a></p>
<p></p>
<p class="date"><a href="https://www.reddit.com/r/Monero/comments/bddztr/do_you_speak_turkish_monero_needs_your_help_to/" target="_blank">CLI, GUI and Monerujo wallets need translators</a></p>
<p></p>
<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>
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
<p><a href="https://www.reddit.com/r/Monero/comments/b5fe5j/psa_seeking_volunteer_reviewers_for_pow_randomx/" target="_blank">Seeking Volunteer Reviewers for PoW RandomX</a></p>
<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.

View file

@ -1,241 +0,0 @@
---
title: Issue 5&#58; April 18-25, 2019
issuenumber: 5
---
[<img src="/img/img-issue5.jpg" alt="Revuo Monero Weekly Issue 5 Image">](/issue-5.html)
Revuo Monero Weekly: Week of April 18 - April 25, 2019.
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#merchant">Monero Merchant of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<table class="moneroversary-table">
<tbody><tr class="row1">
<th>Moneroversary Recap</th>
</tr>
</tbody></table>
<div class="newsbyte">
<h4><a href="https://www.youtube.com/playlist?list=PLsSYUeVwrHBkx9Gqi4HitIEWfQo2sTdti" target="_blank">Moneroversary Playlist</a>
</h4>
<ul>
<li>Intro</li>
<li>Coffee Chat</li>
<li>Monero's Early History w/ fluffypony</li>
<li>Privacy Chat w/ rehrar</li>
<li>News & Announcements</li>
<li>Monero Puzzle</li>
<li>Monero Trivia Game</li>
<li>Cake & Closing</li>
</ul>
</div>
<div class="newsbyte">
<h4><a href="https://www.coindesk.com/privacy-crypto-monero-celebrates-its-5th-birthday" target="_blank">CoinDesk Article on Monero's 5th Birthday</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.youtube.com/watch?v=Ihgrs_H1mbA" target="_blank">Moneroversary Countdown (RIAT)</a>
</h4>
</div>
<table class="moneroversary-table">
<tbody><tr class="row1">
<th>Other News</th>
</tr>
</tbody></table>
<div class="newsbyte">
<h4><a href="https://masteringmonero.com/" target="_blank">Mastering Monero eBook FREE version has been released</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.youtube.com/watch?v=6v4UMr1utuA" target="_blank">Monero Talk w/ Mitchell Krawiec-Thayer on Mastering Monero</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://minko.to/" target="_blank">Minko</a>, a new game that utilizes Monero was launched. Play it here: <a href="https://minko.to/" target="_blank">minko.to</a></h4>
</div>
<div class="newsbyte">
<h4><a href="https://youtu.be/qrUq0v5VgdU" target="_blank">99Bitcoins released a video about Monero for noobs</a></h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monerobox/comments/bggcd7/monerobox_now_supports_tor_hidden_service_for/" target="_blank">Monerobox enables Tor hidden service</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://ww.getmonero.org/tr/index.html" target="_blank">Getmonero.org available in Turkish</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.monerooutreach.org/stories/monero_wallet_quickstart.php" target="_blank">The Monero Outreach Workgroup released a simplified Guide to Monero Wallets</a>
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 27, 2019 (Saturday) - 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<div class="event">
<p class="date">April 29, 2019 (Monday) 17:00 UTC</p>
<p>Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 4, 2019 (Saturday) 17:00 UTC</p>
<p markdown="1">DefCon 27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 5, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/56" target="_blank">Korean Translations GUI & CLI by Xeagu</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/dsc-2019-q2.html" target="_blank">GUI UX coding (3 months)</a> by dsc</p>
<p>Raised <b>97.12 of 282.00</b> XMR (34%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/xiphon-part-time.html" target="_blank">Xiphon part time coding (3 months)</a> by xiphon</p>
<p>Raised <b>15.07 of 111.00</b> XMR (14%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/knueffelbund-gui-design-for-q2-2019.html" target="_blank">Knueffelbund GUI design for Q2 2019</a> by knueffelbund</p>
<p>Raised <b>24.02 of 37.00</b> XMR (65%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-localizations.html" target="_blank">ErCiccione: Coordinator of the Localization Workgroup - March</a> by ErCiccione</p>
<p>Raised <b>18.01 of 144.00</b> XMR (13%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1820974</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>302.883 MH/s</b></p>
<p>Average Tx per block: <b>10.36</b></p>
<p>Weekly Moving Average Tx per day: <b>3229</b></p>
<p>Block reward: <b>2.87 XMR</b></p>
</div>
<p class="note">Data taken on April 25, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0425.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,145,953,168</b><br>Localmonero.co Street Price: <b>$63.67</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>4/25/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/25/19">$67.69</td>
<td data-th="Week" class="red">-0.9%</td>
<td data-th="Month" class="green">+31.5%</td>
<td data-th="Year" class="red">-77.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/25/19">€60.81</td>
<td data-th="Week" class="green">+0.6%</td>
<td data-th="Month" class="green">+33.7%</td>
<td data-th="Year" class="red">-74.8%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/25/19">Ƀ0.01235750 </td>
<td data-th="Week" class="red">-5.5%</td>
<td data-th="Month" class="red">-5.6%</td>
<td data-th="Year" class="red">-59.4%</td>
</tr>
</table>
<p class="note">Data taken on April 25, 2019</p>
<p class="table-title">XMR Price Graph for April 18-25, 2019</p>
![XMR Price Graph 04/18/19-04/25/19](/img/weekly-chart-0425.png "XMR Price Graph 04/18/19-04/25/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero Merchant of the Week</h3>
<a href="https://airvpn.org/" target="_blank"><img src="/img/airvpn-logo.png" alt="AirVPN Logo" class="merchant-img" id="airvpn"></a>
<a href="https://airvpn.org/" target="_blank">AirVPN.org</a> is a VPN provider based in Italy. They contribute to FOSS by having created and currently maintaining a GUI for OpenVPN called <a href="https://github.com/AirVPN/Eddie" target="_blank">Eddie</a>, and accept Monero for all of their services. They are fairly highly rated by <a href="https://thatoneprivacysite.net/vpn-comparison-chart/" target="_blank">That One Privacy Site</a>, although every user is encouraged to do their own research to find something that fits their needs.
<i>Check back next week for another merchant that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<p><a href="https://www.reddit.com/r/Monero/comments/b5fe5j/psa_seeking_volunteer_reviewers_for_pow_randomx/" target="_blank">Seeking Volunteer Reviewers for PoW RandomX</a></p>
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
<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>
<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.

View file

@ -1,227 +0,0 @@
---
title: Issue 6&#58; April 26 - May 2, 2019
issuenumber: 6
---
[<img src="/img/img-issue6.jpg" alt="Revuo Monero Weekly Issue 6 Image">](/issue-6.html)
Revuo Monero Weekly: Week of April 26 - May 2, 2019.
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.exodus.io/monero/" target="_blank">Monero is now available on Exodus wallet</a>
</h4>
</div>
<div class="newsbyte">
<h4>Dr. Sarang Noether published his monthly research report for April - <a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/34#note_5903" target="_blank">available on GitLab</a>
</h4>
</div>
<div class="newsbyte">
<h4>LocalMonero now has a <a href="https://localmonero.co/nojs/" target="_blank">no-JavaScript version</a>. Tor/I2P visits will load the no-JavaScript version by default.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://minko.to/" target="_blank">Minko</a>, a provably fair Monero game, <a href="https://www.reddit.com/r/Monero/comments/bhmpgk/astrobot_is_alive_or_so_does_he_think_on_minko/" target="_blank">has added AstroBot</a> that asks trivia questions and rewards correct answers</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bhp5j6/the_monero_ecosystem_now_has_a_chatroom_and_a/" target="_blank">The Monero Ecosystem project now has a chatroom and a website</a></h4>
</div>
<div class="newsbyte">
<h4>Breaking Monero Episode 11: Mailbag Episode by SamsungGalaxyPlayer - <a href="https://www.youtube.com/watch?v=q1gdYWsvXDU" target="_blank">available on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk about Lightning Network on Monero with Bernhard Breytenbach - <a href="https://youtu.be/-jlsGevNdm4" target="_blank">available on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bjer8z/xmrrureport_april/" target="_blank">XMR.RU team posted a report on their translation work for March</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bhedhg/monero_quickfacts_sheet_revised_212019_dutch_nl/" target="_blank">Monero Quick-Facts sheet revised 2/1/2019 is available in Dutch</a>
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 4, 2019 (Saturday) - 16:00 UTC</p>
<p markdown="1">Monero Coffee Chat - <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">watch online here</a></p>
</div>
<div class="event">
<p class="date">May 4, 2019 (Saturday) 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 5, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 6, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 7, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 9, 2019 (Thursday) 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 11, 2019 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/56" target="_blank">Korean Translations GUI & CLI by Xeagu</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/dsc-2019-q2.html" target="_blank">GUI UX coding (3 months)</a> by dsc</p>
<p>Raised <b>98.48 of 282.00</b> XMR (35%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/xiphon-part-time.html" target="_blank">Xiphon part time coding (3 months)</a> by xiphon</p>
<p>Raised <b>18.10 of 111.00</b> XMR (16%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/knueffelbund-gui-design-for-q2-2019.html" target="_blank">Knueffelbund GUI design for Q2 2019</a> by knueffelbund</p>
<p>Raised <b>25.55 of 37.00</b> XMR (69%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-localizations.html" target="_blank">ErCiccione: Coordinator of the Localization Workgroup - March</a> by ErCiccione</p>
<p>Raised <b>20.03 of 144.00</b> XMR (14%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1826047</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>283.135 MH/s</b></p>
<p>Average Tx per block: <b>13.76</b></p>
<p>Weekly Moving Average Tx per day: <b>9878</b></p>
<p>Block reward: <b>2.84 XMR</b></p>
</div>
<p class="note">Data taken on May 2, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0502.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,092,379,011</b><br>Localmonero.co Street Price: <b>$64.22</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>05/02/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/02/19">$64.16</td>
<td data-th="Week" class="red">-5.1%</td>
<td data-th="Month" class="green">+5.8%</td>
<td data-th="Year" class="red">-73.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/02/19">€57.41</td>
<td data-th="Week" class="red">-5.2%</td>
<td data-th="Month" class="green">+6.1%</td>
<td data-th="Year" class="red">-71.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/02/19">Ƀ0.01172669</td>
<td data-th="Week" class="red">-5.7%</td>
<td data-th="Month" class="red">-19.8%</td>
<td data-th="Year" class="red">-55.7%</td>
</tr>
</table>
<p class="note">Data taken on May 2, 2019</p>
<p class="table-title">XMR Price Graph for April 26 - May 2, 2019</p>
![XMR Price Graph 04/26/19-05/02/19](/img/weekly-chart-0502.png "XMR Price Graph 04/26/19-05/02/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p>If you know of any merchants or exchanges that are still using a long form payment ID, please let the community know so we can contact them and ask them to integrated addresses or subaddresses. Feel free to leave them in the comments of <a href="https://reddit.com/r/Monero/comments/bib6zq/list_of_services_using_long_payment_ids_a_call/" target="_blank">this Reddit thread</a>.</p>
</div>
<div class="newsbyte">
<p><a href="https://www.reddit.com/r/Monero/comments/b5fe5j/psa_seeking_volunteer_reviewers_for_pow_randomx/" target="_blank">Seeking Volunteer Reviewers for PoW RandomX</a></p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.

View file

@ -1,259 +0,0 @@
---
title: Issue 7&#58; May 2-9, 2019
issuenumber: 7
---
[<img src="/img/img-issue7.jpg" alt="Revuo Monero Weekly Issue 7 Image">](/issue-7.html)
Revuo Monero Weekly: Week of May 2 - May 9, 2019.
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#merchant">Monero-Accepting Non-Profit of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://bitinfocharts.com/comparison/monero-transactions.html" target="_blank">Monero transactions have reached their all time high this past week</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bl1uai/the_defcon_monero_village_call_for_presentations/" target="_blank">The DefCon Monero Village Call for Presentations and Volunteers is now open</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/Trezor/status/1125429283697172482" target="_blank">Trezor.io now accepts payments in XMR</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://finance.yahoo.com/news/key-conference-private-cryptocurrency-held-135100005.html" target="_blank">Yahoo Finance reported on the Monero Konferenco that will be happening this June</a>
</h4>
</div>
<div class="newsbyte">
<h4>Logs from the Dev Meeting from May 5, 2019 <a href="https://repo.getmonero.org/monero-project/monero-site/blob/31ee489b3a57d930b91be50c4934e6b1612756d9/_posts/2019-05-05-logs-for-the-dev-meeting-held-on-2019-05-05.md" target="_blank">are available on GitLab</a>
</h4>
</div>
<div class="newsbyte">
<h4>There are two new updates for monero-pool, a Monero mining pool server written in C. <a href="https://www.reddit.com/r/Monero/comments/bkokrk/update_announcement_a_monero_mining_pool_server/" target="_blank">The first is optimizations and improvements</a>, and <a href="https://www.reddit.com/r/Monero/comments/bmcmqi/announcement_moneropool_a_special_new_update/" target="_blank">the second is a brand new feature which uses the --block-notify flag to do block notifications via signals</a>.
</h4>
</div>
<div class="newsbyte">
<h4>XMR can now be used to buy & sell everything on <a href="https://weshopwithcrypto.com/supported-coins/" target="_blank">WSWC, a marketplace like eBay for cryptocurrency users</a>
</h4>
</div>
<div class="newsbyte">
<h4>Monero Coffee Chat stream from May 4, 2019 <a href="https://www.youtube.com/watch?v=jlGd_9QMwTA" target="_blank">is available on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bkj6ag/monero_added_to_delta_exchange_derivative/" target="_blank">Monero added to Delta Exchange (not an endorsement)</a>
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Mohamed Fouda on Evaluating the Privacy Coin Space <a href="https://www.youtube.com/watch?v=shEygxdSqeo" target="_blank">is available on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bko08i/logs_from_yesterdays_meeting_of_the_monero/" target="_blank">Logs from Monero Localization Workgroup Meeting held on May 3, 2019 are posted</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.pinode.co.uk/monero-plug-and-play.html" target="_blank">PiNode has released an update with new options and an updated presyncd blockchain</a>
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 11, 2019 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 13, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 14, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date">May 18, 2019 (Saturday) 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 19, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 23, 2019 (Thursday) 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/65" target="_blank">Funding To Produce, Write And Record An Entirely Original Rap/Hip-Hop Anthem Exclusively For Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/63" target="_blank">BtcPayServer Monero Integration</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/midipoet-represent_Monero_at_the_Oslo_Freedom_Forum_2019.html" target="_blank">Monero representation at the Oslo Freedom Forum 2019</a> by midipoet</p>
<p>Raised <b>21.01 of 40.00</b> XMR (53%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/dsc-2019-q2.html" target="_blank">GUI UX coding (3 months)</a> by dsc</p>
<p>Raised <b>161 of 282.00</b> XMR (57%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/xiphon-part-time.html" target="_blank">Xiphon part time coding (3 months)</a> by xiphon</p>
<p>Raised <b>74.18 of 111.00</b> XMR (67%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/knueffelbund-gui-design-for-q2-2019.html" target="_blank">Knueffelbund GUI design for Q2 2019</a> by knueffelbund</p>
<p>Raised <b>31.56 of 37.00</b> XMR (85%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-localizations.html" target="_blank">ErCiccione: Coordinator of the Localization Workgroup - March</a> by ErCiccione</p>
<p>Raised <b>51.50 of 144.00</b> XMR (36%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1831097</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>327.214 MH/s</b></p>
<p>Average Tx per block: <b>16.14</b></p>
<p>Weekly Moving Average Tx per day: <b>11737</b></p>
<p>Block reward: <b>2.82 XMR</b></p>
</div>
<p class="note">Data taken on May 9, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0509.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,089,114,039</b><br>Localmonero.co Street Price: <b>$64.51</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>05/09/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/09/19">$64.17</td>
<td data-th="Week" class="red">-0.5%</td>
<td data-th="Month" class="red">-9.8.8%</td>
<td data-th="Year" class="red">-71.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/09/19">€57.31</td>
<td data-th="Week" class="red">-0.6%</td>
<td data-th="Month" class="red">-9.4%</td>
<td data-th="Year" class="red">-69.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/09/19">Ƀ0.01051846</td>
<td data-th="Week" class="red">-12.7%</td>
<td data-th="Month" class="red">-22.2%</td>
<td data-th="Year" class="red">-56.7%</td>
</tr>
</table>
<p class="note">Data taken on May 9, 2019</p>
<p class="table-title">XMR Price Graph for May 2 - May 9, 2019</p>
![XMR Price Graph 05/02/19-05/09/19](/img/weekly-chart-0509.png "XMR Price Graph 05/02/19-05/09/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero-Accepting Non-Profit of the Week</h3>
<a href="https://magicgrants.org" target="_blank"><img src="/img/magic-logo.png" alt="MAGIC Logo" class="merchant-img" id="magic"></a>
<a href="https://magicgrants.org" target="_blank">Multidisciplinary Academic Grants in Cryptocurrencies (MAGIC)</a> is a non-profit that is focused on doing good in the world utilizing cryptocurrencies. Their mission includes such things as “providing undergraduate scholarships, research grants, and infrastructure grants, as well as hosting and participating in educational, scientific, or otherwise academic events.”
They accept donations in Monero and other cryptocurrencies via Globee.
<i>Check back next week for another merchant that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p>If you know of any merchants or exchanges that are still using a long form payment ID, please let the community know so we can contact them and ask them to integrated addresses or subaddresses. Feel free to leave them in the comments of <a href="https://reddit.com/r/Monero/comments/bib6zq/list_of_services_using_long_payment_ids_a_call/" target="_blank">this Reddit thread</a>.</p>
</div>
<div class="newsbyte">
<p><a href="https://www.reddit.com/r/Monero/comments/b5fe5j/psa_seeking_volunteer_reviewers_for_pow_randomx/" target="_blank">Seeking Volunteer Reviewers for PoW RandomX</a></p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.

View file

@ -1,238 +0,0 @@
---
title: Issue 8&#58; May 9-16, 2019
issuenumber: 8
---
[<img src="/img/img-issue8.jpg" alt="Revuo Monero Weekly Issue 8 Image">](/issue-8.html)
Revuo Monero Weekly: Week of May 9 - May 16, 2019.
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#merchant">Monero Merchant of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>RandomX, a <a href="https://www.reddit.com/r/Monero/comments/bmybxn/randomx_status_update/" target="_blank">Status Update</a> and community feedback needed for <a href="https://www.reddit.com/r/Monero/comments/bozr0z/randomx_auditor_selection/" target="_blank">Auditor Selection</a> (Super important! Please make your opinion known!)
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bosdwj/update_cake_wallet_version_319_is_now_live_with_a/" target="_blank">Cake Wallet version 3.1.9 is now live</a> with a new refreshed design, new accounts feature, better subaddresses management, and a new insta-exchange: ChangeNow
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reuters.com/article/us-crypto-currencies-altcoins-explainer/explainer-privacy-coin-monero-offers-near-total-anonymity-idUSKCN1SL0F0" target="_blank">Reuters published an article on Monero</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bonpt3/monero_outreach_round_2_ccs_final_report_see_what/" target="_blank">Monero Outreach Workgroup posted their Round 2 CCS Final Report</a>
</h4>
</div>
<div class="newsbyte">
<h4>Watch two new Breaking Monero Episodes on YouTube: <a href="https://youtu.be/-zJpvsj1rWE" target="_blank">Episode 12: Input/Output Metadata</a> and <a href="https://www.youtube.com/watch?v=_A6k4RQ-uIE" target="_blank">Episode 13: Blockchain Explorer OpSec</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://coincenter.org/entry/fincen-s-new-cryptocurrency-guidance-matches-coin-center-recommendations" target="_blank">FinCENs new cryptocurrency guidance matches Coin Center recommendations.</a> Multi-sig wallets, decentralized exchanges, and privacy protecting cryptocurrency developers are not regulated
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Binary Fate with Jeremie Dubois-Lacoste - <a href="https://youtu.be/j7oYXqcfXqU" target="_blank">available on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4>Magical Crypto Conference 2019 took place in NYC. Monero Talk recorded interviews with the conference visitors. The playlist is available <a href="https://www.youtube.com/playlist?list=PLfJ_JjSwYaa9JNWQ3vn9AR9eGjjWITEbf" target="_blank">on YouTube</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://flyp.me/en/#/" target="_blank">Flyp.me implemented sub-addresses to their crypto to crypto exchange without registration</a>
</h4>
</div>
<div class="newsbyte">
<h4>MyMonero and Urbane Security at Magical Crypto Con <a href="https://www.reddit.com/r/Monero/comments/bo3vml/mymonero_and_urbane_security_at_magical_crypto/" target="_blank">announced new web resource integrity protocol and browser plugin called SecureBrowse</a>, to eliminate risk of compromised JS
</h4>
</div>
<div class="newsbyte">
<h4>Monero mining pool server written in C update is <a href="https://www.reddit.com/r/Monero/comments/bnkyta/github_jtgrassiemoneropool_a_monero_mining_pool/
" target="_blank">available here</a>
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date">May 18, 2019 (Saturday) 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 19, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 20, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 21, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 23, 2019 (Thursday) 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 25, 2019 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/65" target="_blank">Funding To Produce, Write And Record An Entirely Original Rap/Hip-Hop Anthem Exclusively For Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/63" target="_blank">BtcPayServer Monero Integration</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-localizations.html" target="_blank">ErCiccione: Coordinator of the Localization Workgroup - March</a> by ErCiccione</p>
<p>Raised <b>53.50 of 144.00</b> XMR (37%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1836180</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>319.806 MH/s</b></p>
<p>Average Tx per block: <b>14.28</b></p>
<p>Weekly Moving Average Tx per day: <b>10206</b></p>
<p>Block reward: <b>2.79 XMR</b></p>
</div>
<p class="note">Data taken on May 16, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0516.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,467,467,016</b><br>Localmonero.co Street Price: <b>$87.19</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>05/16/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/16/19">$86.37</td>
<td data-th="Week" class="green">+29%</td>
<td data-th="Month" class="green">+34.7%</td>
<td data-th="Year" class="red">-57.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/16/19">€77.33</td>
<td data-th="Week" class="green">+29.2%</td>
<td data-th="Month" class="green">+36.3%</td>
<td data-th="Year" class="red">-55.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/16/19">Ƀ0.01096109</td>
<td data-th="Week" class="red">-2.6%</td>
<td data-th="Month" class="red">-13.7%</td>
<td data-th="Year" class="red">-54.4%</td>
</tr>
</table>
<p class="note">Data taken on May 16, 2019</p>
<p class="table-title">XMR Price Graph for May 10 - May 16, 2019</p>
![XMR Price Graph 05/09/19-05/16/19](/img/weekly-chart-0516.png "XMR Price Graph 05/09/19-05/16/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero Merchant of the Week</h3>
<a href="https://www.azirevpn.com/" target="_blank"><img src="/img/og_azirevpn.png" alt="AzireVPN Logo" class="merchant-img" id="azirevpn"></a>
<a href="https://www.azirevpn.com/" target="_blank">AzireVPN</a> was founded in 2012 with the mission to become a market-leading VPN service to help people avoiding censorship and interception on the Internet. Since then, the service has been continuously developed to keep up to date with the latest technologies and VPN protocols.
They are Sweden-based, and support WireGuard, as well as being one of the few VPNs that do not require an email for sign up.
Also, for the first time ever on the Revuo, they have partnered with us to give Revuo readers access to an exclusive offer. Use the promo code **"monero4life"** to receive 20% off on the 1 and 3 month packages. Offer valid through the 1st of December, 2019.
<i>Check back next week for another merchant that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p><a href="https://www.reddit.com/r/Monero/comments/bojcre/the_new_gui_for_the_next_release_is_ready_but_the/" target="_blank">Translators needed for the new GUI release</a>.</p>
</div>
<div class="newsbyte">
<p>If you know of any merchants or exchanges that are still using a long form payment ID, please let the community know so we can contact them and ask them to integrated addresses or subaddresses. Feel free to leave them in the comments of <a href="https://reddit.com/r/Monero/comments/bib6zq/list_of_services_using_long_payment_ids_a_call/" target="_blank">this Reddit thread</a>.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.

View file

@ -1,207 +0,0 @@
---
title: Issue 9&#58; May 16-23, 2019
issuenumber: 9
---
[<img src="/img/img-issue9.jpg" alt="Revuo Monero Weekly Issue 9 Image">](/issue-9.html)
Revuo Monero Weekly: Week of May 16 - May 23, 2019.
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>The Monero Outreach Workgroup published <a href="https://www.monerooutreach.org/response-to-reuters.php" target="_blank">a response</a> to the <a href="https://www.reuters.com/article/us-crypto-currencies-altcoins-explainer/explainer-privacy-coin-monero-offers-near-total-anonymity-idUSKCN1SL0F0" target="_blank">Reuters article about Monero</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bpkuln/randomx_integration_in_monerod/" target="_blank">Full support for RandomX in monerod</a> is now available for testing/review/feedback
</h4>
</div>
<div class="newsbyte">
<h4>go-monero-rpc-client, a client for the Monero RPC (wallet and daemon) in golang, <a href="https://www.reddit.com/r/Monero/comments/bqtrj5/gomonerorpcclient_a_client_for_the_monero_rpc/" target="_blank">just joined the Monero Ecosystem project</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monero/comments/br0wzt/development_version_of_fully_opensourced_online/" target="_blank">Development version of fully open-sourced online Generic Monero Scanner is available for testing</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://itunes.apple.com/us/app/cake-wallet-for-xmr-monero/id1334702542?mt=8" target="_blank">Cake Wallet Version 3.1.11 available - the bug fix edition</a>
</h4>
</div>
<div class="newsbyte">
<h4>Minkos beta launch promised to donate all proceeds from the first month to the general fund. The month has ended, and <a href="https://www.reddit.com/r/Monero/comments/br67pt/minko_1st_month_donation_sent/" target="_blank">Minko has donated 315 XMR to the general fund</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 25, 2019 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 27, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">May 28, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date">June 1, 2019 (Saturday) 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 2, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">june 6, 2019 (Thursday) 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/71" target="_blank">Monero DefCon 27 Supplies</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/70" target="_blank">Monero Outreach Round 3</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/69" target="_blank">DefCon 2019 Volunteer Reimbursement</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/62" target="_blank">New idea for ideas section: Rapida, fibre like thing for monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/65" target="_blank">Funding To Produce, Write And Record An Entirely Original Rap/Hip-Hop Anthem Exclusively For Monero</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/RandomX-audit.html" target="_blank">RandomX Audits</a> by Howard Chu</p>
<p>Raised <b>1023.83 of 1400.00</b> XMR (73%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1841115</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>282.618 MH/s</b></p>
<p>Average Tx per block: <b>14.85</b></p>
<p>Weekly Moving Average Tx per day: <b>10610</b></p>
<p>Block reward: <b>2.76 XMR</b></p>
</div>
<p class="note">Data taken on May 23, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0523.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,429,727,294</b><br>Localmonero.co Street Price: <b>$83.88</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>05/23/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/23/19">$84.02</td>
<td data-th="Week" class="red">-11.4%</td>
<td data-th="Month" class="green">+21.5%</td>
<td data-th="Year" class="red">-52.4%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/23/19">€74.98</td>
<td data-th="Week" class="red">-11.2%</td>
<td data-th="Month" class="green">+22.3%</td>
<td data-th="Year" class="red">-49.8%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/23/19">Ƀ0.01075545</td>
<td data-th="Week" class="red">-6.5%</td>
<td data-th="Month" class="red">-16.0%</td>
<td data-th="Year" class="red">-50.9%</td>
</tr>
</table>
<p class="note">Data taken on May 23, 2019</p>
<p class="table-title">XMR Price Graph for May 17 - May 23, 2019</p>
![XMR Price Graph 05/17/19-05/23/19](/img/weekly-chart-0523.png "XMR Price Graph 05/17/19-05/23/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p><a href="https://old.reddit.com/r/Monero/comments/bqhjw8/many_languages_of_the_gui_wallet_still_need_to_be/" target="_blank">Translators needed for the new GUI release</a>.</p>
</div>
<div class="newsbyte">
<p>If you know of any merchants or exchanges that are still using a long form payment ID, please let the community know so we can contact them and ask them to integrated addresses or subaddresses. Feel free to leave them in the comments of <a href="https://reddit.com/r/Monero/comments/bib6zq/list_of_services_using_long_payment_ids_a_call/" target="_blank">this Reddit thread</a>.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.

View file

@ -1,232 +0,0 @@
---
title: Issue 10&#58; May 23-30, 2019
img: "/img/img-issue10.jpg"
issuenumber: 10
---
[<img src="/img/img-issue10.jpg" alt="Revuo Monero Weekly Issue 10 Image">](/issue-10.html)
Revuo Monero Weekly: Week of May 23 - May 30, 2019.
<!--more-->
<img src="/img/monerokeytofreedom.jpg" alt="Ticket to Freedom from Fiat Art">
<p class="note">Artist: anhdres</p>
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#merchant">Monero Merchant of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://ccs.getmonero.org/proposals/RandomX-audit.html" target="_blank">The community has successfully funded the RandomX audits</a> (via the Community Crowdfund System)
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/m2049r/xmrwallet/releases/tag/v1.11.7" target="_blank">Monerujo v1.11.7 "Chernushka" has been released</a>
</h4>
</div>
<div class="newsbyte">
<h4>Speaking of Crypto interviewed Riccardo Spagni on Financial Privacy with Monero and Tari. <a href="https://speakingofcrypto.com/068-fluffypony/" target="_blank">Listen to the podcast here</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monero/comments/bs58to/17_million_xmr_in_circulation/" target="_blank">Monero has reached 17,000,000 in circulation</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bshex7/new_monero_additions_listings/" target="_blank">A list of recent exchange additions for Monero is available here</a> (not an endorsement)
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date">June 1, 2019 (Saturday) 16:00 UTC</p>
<p>Monero Coffee Chat - <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">watch online here</a></p>
</div>
<div class="event">
<p class="date">June 1, 2019 (Saturday) 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 2, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 3, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 4, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 6, 2019 (Thursday) 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 8, 2019 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 22-23, 2019 - Denver, US</p>
<p markdown="1"><a href="http://monerokon.com/" target="_blank">Monero Konferenco</a></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/72" target="_blank">Keyi Store needs assistance from Monero Community</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/70" target="_blank">Monero Outreach Round 3</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/62" target="_blank">New idea for ideas section: Rapida, fibre like thing for monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/65" target="_blank">Funding To Produce, Write And Record An Entirely Original Rap/Hip-Hop Anthem Exclusively For Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/monero-defcon-27-supplies.html" target="_blank">Monero Defcon 27 Supplies</a> by ajs</p>
<p>Raised <b>15.77 of 73.00</b> XMR (22%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/rehrar-defcon-reimburse-2019.html" target="_blank">Defcon 2019 Volunteer Reimbursement</a> by rehrar</p>
<p>Raised <b>53.36 of 137.00</b> XMR (39%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1846146</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>321.416 MH/s</b></p>
<p>Average Tx per block: <b>13.19</b></p>
<p>Weekly Moving Average Tx per day: <b>9589</b></p>
<p>Block reward: <b>2.74 XMR</b></p>
</div>
<p class="note">Data taken on May 30, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0530.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,623,445,023</b><br>Localmonero.co Street Price: <b>$94.22</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>05/30/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/30/19">$95.43</td>
<td data-th="Week" class="green">+14.0%</td>
<td data-th="Month" class="green">+57.2%</td>
<td data-th="Year" class="red">-39.4%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/30/19">€85.68</td>
<td data-th="Week" class="green">+14.2%</td>
<td data-th="Month" class="green">+57.9%</td>
<td data-th="Year" class="red">-37.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/30/19">Ƀ0.01104844</td>
<td data-th="Week" class="green">+1.1%</td>
<td data-th="Month" class="red">-5.3%</td>
<td data-th="Year" class="red">-47.8%</td>
</tr>
</table>
<p class="note">Data taken on May 30, 2019</p>
<p class="table-title">XMR Price Graph for May 24 - May 30, 2019</p>
![XMR Price Graph 05/24/19-05/30/19](/img/weekly-chart-0530.png "XMR Price Graph 05/24/19-05/30/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero Merchant of the Week</h3>
<a href="https://pepper.works/" target="_blank"><img src="/img/pepperworks.png" alt="Pepper.works Logo" class="merchant-img" id="pepperworks"></a>
<a href="https://pepper.works/" target="_blank">Pepper.works</a> allows users to purchase a host of items with their Monero. From electronics to watches to tupperware, visit pepper.works and browse for all of your online shopping needs. And to pay with Monero for all of these things? The future is here.
The Revuo Monero is proud to announce that you can use the promo code **revuo** for free shipping.
<i>Check back next week for another merchant that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p><a href="https://old.reddit.com/r/Monero/comments/bqhjw8/many_languages_of_the_gui_wallet_still_need_to_be/" target="_blank">Translators needed for the new GUI release</a>.</p>
</div>
<div class="newsbyte">
<p>If you know of any merchants or exchanges that are still using a long form payment ID, please let the community know so we can contact them and ask them to integrated addresses or subaddresses. Feel free to leave them in the comments of <a href="https://reddit.com/r/Monero/comments/bib6zq/list_of_services_using_long_payment_ids_a_call/" target="_blank">this Reddit thread</a>.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.

View file

@ -1,255 +0,0 @@
---
title: Issue 11&#58; May 30 - June 6, 2019
img: "/img/img-issue11.jpg"
issuenumber: 11
---
[<img src="/img/img-issue11.jpg" alt="Revuo Monero Weekly Issue 11 Image" class="img-lead">](/issue-11.html)
<p class="text-lead">Revuo Monero Weekly: Week of May 30 - June 6, 2019.</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="#merchant">Monero Non-Profit of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>New Kastelo Hardware Wallet Prototype Photos <a href="https://taiga.getmonero.org/project/michael-rfc-hwallet-1-implementation/" target="_blank">are published on Taiga</a>
</h4>
</div>
<div class="newsbyte">
<h4>Sarang Noether <a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/34#note_6373" target="_blank">published his May report</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bwo7ak/compact_linkable_ring_signatures_and_applications/" target="_blank">MRL collaborates on a new ring-signature scheme with size and verification savings</a>
</h4>
</div>
<div class="newsbyte">
<h4>
<a href="https://www.reddit.com/r/Monero/comments/bvz97k/dlsag_noninteractive_refund_transactions_for/" target="_blank">MRL collaborates on a ring-signature scheme that allows exciting new features like refund transactions and limited atomic swap capabilities</a>
</h4>
</div>
<div class="newsbyte">
<h4>Midipoet <a href="https://www.reddit.com/r/Monero/comments/bvoarg/oslo_freedom_forum_fringe_review_midipoet/" target="_blank">posted his Oslo Freedom Forum Fringe Review</a></h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bwase5/release_of_exa_wallet_mobile_wallet_with/" target="_blank">Exa Wallet</a>, a new Monero mobile wallet app with multisignatures support, has been released for Android and iOS</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bwwkqf/update_cake_wallet_3115_fix_bugs_and_made_some/" target="_blank">Cake Wallet update</a> available for iOS users - bug fixes and some improvements included</h4>
</div>
<div class="newsbyte">
<h4>June Monero Coffee Chat - <a href="https://youtu.be/TEWloLhVHWQ" target="_blank">available on YouTube</a></h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Howard Chu and Sam Williams of Arweave about RandomX progress - <a href="https://youtu.be/ICPqlu5WQyk" target="_blank">available on YouTube</a></h4>
</div>
<div class="newsbyte">
<h4>“Exploring Monero UI/UX Episode 1: General UX” <a href="https://youtu.be/ODNu0QA8bTM" target="_blank">is available on YouTube</a></h4>
</div>
<div class="newsbyte">
<h4>The Monero Outreach Group <a href="https://www.monerooutreach.org/stories/RandomX.php" target="_blank">published a blog post on RandomX - “Monero and Arweave to Validate the Proof-of-Work Algorithm”</a></h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 8, 2019 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 10, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 11, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date">June 15, 2019 (Saturday) 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 16, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 20, 2019 (Thursday) 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 22-23, 2019 - Denver, US</p>
<p markdown="1"><a href="http://monerokon.com/" target="_blank">Monero Konferenco</a></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/77" target="_blank">Sarang: research funding for 2019 Q3</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/76" target="_blank">(travala.com) Add Monero as a supported payment method</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/72" target="_blank">Keyi Store needs assistance from Monero Community</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/62" target="_blank">New idea for ideas section: Rapida, fibre like thing for monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/65" target="_blank">Funding To Produce, Write And Record An Entirely Original Rap/Hip-Hop Anthem Exclusively For Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/mooo-2019-07.html" target="_blank">Moneromooo coding, July 2019</a> by moneromooo</p>
<p>Raised <b>126.00 of 294.00</b> XMR (43%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/xmrhaelan-monero-outreach-round-3.html" target="_blank">Monero Outreach Round 3</a> by xmrhaelan</p>
<p>Raised <b>0.00 of 110.00</b> XMR</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/monero-defcon-27-supplies.html" target="_blank">Monero Defcon 27 Supplies</a> by ajs</p>
<p>Raised <b>17.52 of 73.00</b> XMR (24%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/rehrar-defcon-reimburse-2019.html" target="_blank">Defcon 2019 Volunteer Reimbursement</a> by rehrar</p>
<p>Raised <b>55.46 of 137.00</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>1851245</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>333.810 MH/s</b></p>
<p>Average Tx per block: <b>12.59</b></p>
<p>Weekly Moving Average Tx per day: <b>9072</b></p>
<p>Block reward: <b>2.71 XMR</b></p>
</div>
<p class="note">Data taken on June 6, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0606.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,442,156,734</b><br>Localmonero.co Street Price: <b>$83.86</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>06/06/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/06/19">$85.63</td>
<td data-th="Week" class="red">-8.1%</td>
<td data-th="Month" class="green">+28.6%</td>
<td data-th="Year" class="red">-48.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/06/19">€75.97</td>
<td data-th="Week" class="red">-9.2%</td>
<td data-th="Month" class="green">+27.8%</td>
<td data-th="Year" class="red">-46.5%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/06/19">Ƀ0.01110059</td>
<td data-th="Week" class="green">+3.1%</td>
<td data-th="Month" class="red">-4.5%</td>
<td data-th="Year" class="red">-49.5%</td>
</tr>
</table>
<p class="note">Data taken on June 6, 2019</p>
<p class="table-title">XMR Price Graph for May 30 - June 6, 2019</p>
![XMR Price Graph 05/30/19-06/06/19](/img/weekly-chart-0530.png "XMR Price Graph 05/30/19-06/06/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero Non-Profit of the Week</h3>
<a href="https://openprivacy.ca/" target="_blank"><img src="/img/open_privacy_logo.png" alt="Open Privacy Logo" class="merchant-img" id="openpriv"></a>
<a href="https://openprivacy.ca/" target="_blank">The Open Privacy Research Society</a> (Open Privacy for short) is a non-profit Canadian group based in Vancouver, British Columbia. They believe that moral systems enable consent. The society exists to invent, create, build, test, publish, deploy, promote, and to encourage the development of such systems.
<i>Check back next week for another merchant that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p>If you know of any merchants or exchanges that are still using a long form payment ID, please let the community know so we can contact them and ask them to integrated addresses or subaddresses. Feel free to leave them in the comments of <a href="https://reddit.com/r/Monero/comments/bib6zq/list_of_services_using_long_payment_ids_a_call/" target="_blank">this Reddit thread</a>.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.

View file

@ -1,207 +0,0 @@
---
title: Issue 12&#58; June 6-13, 2019
img: "/img/img-issue12.jpg"
issuenumber: 12
---
[<img src="/img/img-issue12.jpg" alt="Revuo Monero Weekly #12 Slide" class="img-lead">](/issue-12.html)
<p class="text-lead">Revuo Monero Weekly: Week of June 6 - June 13, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/bxxtcz/randomx_audit_status/" target="_blank">The first audit of RandomX has successfully been completed</a>. Very positive with only one potential issue identified, which has been fixed. The second audit by Kudelski Security is expected to commence shortly.
</h4>
</div>
<div class="newsbyte">
<h4>All 5 open <a href="https://ccs.getmonero.org/funding-required/" target="_blank">CCS requests were fully funded</a> by an anonymous contributor
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.coindesk.com/inside-moneros-last-ditch-effort-to-block-crypto-mining-asics" target="_blank">Coindesk published an article about Moneros RandomX</a>
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/byhvau/getmoneroorg_got_some_updates_1_new_language/" target="_blank">Getmonero.org got some updates</a>: 1 New language (Chinese), 1 new blog post, 1 new paper from the MRL, new merchants and more
</h4>
</div>
<div class="newsbyte">
<h4>Meeting Logs for the Community Meeting held on June 8 <a href="https://repo.getmonero.org/monero-project/monero-site/blob/2238f9faacbac515ee2eca61c18354419ea626f2/_posts/2019-06-08-logs-for-the-Community-meeting-held-on-2019-06-08.md" target="_blank">are available on GitLab</a></h4>
</div>
<div class="newsbyte">
<h4>SamsungGalaxyPlayer published his own <a href="https://www.reddit.com/r/Monero/comments/bysgry/discussion_gui_network_screen_designs/" target="_blank">designs on GUI network screen</a> for feedback</h4>
</div>
<div class="newsbyte">
<h4><a href="https://blockmanity.com/news/bitcoin/bitcoin-btc-ethereum-eth-and-monero-xmr-are-the-most-popular-cryptocurrencies-on-reddit-according-to-study/" target="_blank">Bitcoin (BTC), Ethereum (ETH) and Monero (XMR) are the most popular Cryptocurrencies on Reddit according to study</a></h4>
</div>
<div class="newsbyte">
<h4>The Monero Outreach Workgroup published a <a href="https://www.reddit.com/r/Monero/comments/bzkja3/monero_quick_facts_sheet_revised_5202019/" target="_blank">Monero Quick Facts Sheet Revised 5/20/2019</a></h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Sarang Noether & Brandon Goodell on RingCT, Flood Attacks, zksnarks, CLSAGS, MoneroKon & CasaDeMonero Party - <a href="https://youtu.be/YKzTxmQgEFo" target="_blank">available on YouTube</a></h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Cayle Sharrock of Tari Labs (Take 2) - <a href="https://youtu.be/KmGoYe7nIAA" target="_blank">available on YouTube</a></h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date">June 15, 2019 (Saturday) 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 16, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 17, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 18, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 20, 2019 (Thursday) 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 22, 2019 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 22-23, 2019 - Denver, US</p>
<p markdown="1"><a href="http://monerokon.com/" target="_blank">Monero Konferenco</a></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/78" target="_blank">Pre-paid Gifting Wallets</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1856206</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>311.734 MH/s</b></p>
<p>Average Tx per block: <b>12.41</b></p>
<p>Weekly Moving Average Tx per day: <b>8875</b></p>
<p>Block reward: <b>2.68 XMR</b></p>
</div>
<p class="note">Data taken on June 13, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0613.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,555,608,323</b><br>Localmonero.co Street Price: <b>$91.72</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>06/13/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/13/19">$91.50</td>
<td data-th="Week" class="green">+7.6%</td>
<td data-th="Month" class="green">+15.8%</td>
<td data-th="Year" class="red">-27.3%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/13/19">€81.17</td>
<td data-th="Week" class="green">+7.1%</td>
<td data-th="Month" class="green">+15.3%</td>
<td data-th="Year" class="red">-24.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/13/19">Ƀ0.01114995</td>
<td data-th="Week" class="green">+2.2%</td>
<td data-th="Month" class="green">+10.1%</td>
<td data-th="Year" class="red">-41.8%</td>
</tr>
</table>
<p class="note">Data taken on June 13, 2019</p>
<p class="table-title">XMR Price Graph for June 7 - June 13, 2019</p>
![XMR Price Graph 06/06/19-06/13/19](/img/weekly-chart-0613.png "XMR Price Graph 06/06/19-06/13/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p><a href="https://www.reddit.com/r/Monero/comments/bz2kle/testers_needed_for_deterministic_reproducible/" target="_blank">Testers needed for deterministic (reproducible) builds</a>.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.

View file

@ -1,240 +0,0 @@
---
title: Issue 13&#58; June 13-20, 2019
image: /img/twitter-card-issue-13.jpg
issuenumber: 13
---
[<img src="/img/img-issue13.jpg" alt="Revuo Monero Weekly Issue 14 Image" class="img-lead">](/issue-13.html)
<p class="text-lead">Revuo Monero Weekly: Week of June 13 - June 20, 2019.</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="#merchant">Monero-Accepting FOSS of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/c0w3cp/cli_v01410_boron_butterfly_released/" target="_blank">CLI v0.14.1.0 'Boron Butterfly'</a> has been released and includes blockchain pruning, deterministic builds, Trezor support, Ledger Nano X support, Tor & I2P (CLI) wallet integration, and other features.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/c22csx/ledger_monero_application_131_for_nanos_and_nanox/" target="_blank">Ledger Monero Application 1.3.1 for NanoS and NanoX is out</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/m2049r/xmrwallet/releases/tag/v1.11.10" target="_blank">New Monerujo release</a> is out: upgrading to Monero v0.14.1.0 'Boron Butterfly' with two new languages: Catalan and Serbian.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Outreach posted <a href="https://www.monerooutreach.org/breaking-monero/" target="_blank">a full transcript of all Breaking Monero episodes</a> on their website.
</h4>
</div>
<div class="newsbyte">
<h4>Trezor Monero wallet CLI guides by dEBRUYNE can be found on <a href="https://monero.stackexchange.com/questions/11353/how-do-i-generate-a-trezor-monero-wallet-with-the-cli-monero-wallet-cli/" target="_blank">StackExchange</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/investvoyager/status/1140697737354240004" target="_blank">Voyager</a> (a crypto asset broker) has added Monero.</h4>
</div>
<div class="newsbyte">
<h4>XMR.ru team <a href="https://www.reddit.com/r/Monero/comments/c0uylf/xmrrureport_may/" target="_blank">posted their May report</a>.</h4>
</div>
<div class="newsbyte">
<h4>A new project joins the Monero Ecosystem: <a href="https://www.reddit.com/r/Monero/comments/c22tnf/a_new_project_joins_the_monero_ecosystem/" target="_blank">monero-rpc-rs</a>, an RPC client written in Rust for Monero daemon and wallet.</h4>
</div>
<div class="newsbyte">
<h4>alvinjoelsantos (ajs) <a href="https://www.reddit.com/r/Monero/comments/c1stli/status_update_defcon_av_supplies_ccs/" target="_blank">posted a DefCon A/V Supplies CCS Status update</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/shopinbit/status/1140395714301878273" target="_blank">ShopinBit.de now accepts Monero</a> (not an endorsement).</h4>
</div>
<div class="newsbyte">
<h4><a href="https://cryptoslate.com/bullet-stopping-drones-contribute-monero-network/" target="_blank">Bullet stopping drones now mine on the Monero network</a>.</h4>
</div>
<div class="newsbyte">
<h4>Knueffelbund <a href="https://www.reddit.com/r/Monero/comments/c23zxn/feedback_request_ideas_for_improving_how_multiple/" target="_blank">posted ideas and screenshots</a> for improving the accounts screens in GUI. Feedback requested.</h4>
</div>
<div class="newsbyte">
<h4>Owner_cz <a href="https://www.reddit.com/r/Monero/comments/c17s0c/after_one_year_of_writing_i_promised_to_share_my/" target="_blank">posted a thesis on Monero, its security and mining</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/c06vuw/my_last_proposal_as_coordinator_of_the/" target="_blank">Localization Workgroup: recap, updates, and plans for the future by ErCiccione</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Tim Ruffing on Omniring, a new RingCT method - <a href="https://youtu.be/HQOjeL_g0qA" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Bill Barhydt CEO & Founder of Abra - <a href="https://youtu.be/Sfvl4WqsLXw" target="_blank">available on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 22, 2019 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 22-23, 2019 - Denver, US</p>
<p markdown="1"><a href="http://monerokon.com/" target="_blank">Monero Konferenco</a></p>
</div>
<div class="event">
<p class="date" markdown="1">June 24, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 25, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date">June 29, 2019 (Saturday) 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 30, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">July 4, 2019 (Thursday) 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/81" target="_blank">Increase the Adoption of Monero at Avantpay|19 Conference</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/78" target="_blank">Pre-paid Gifting Wallets</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1861419</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>334.444 MH/s</b></p>
<p>Average Tx per block: <b>13.61</b></p>
<p>Weekly Moving Average Tx per day: <b>9787</b></p>
<p>Block reward: <b>2.66 XMR</b></p>
</div>
<p class="note">Data taken on June 20, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0620.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,813,564,340</b><br>Localmonero.co Street Price: <b>$106.06</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>06/20/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/20/19">$106.52</td>
<td data-th="Week" class="green">+18.2%</td>
<td data-th="Month" class="green">+20.3%</td>
<td data-th="Year" class="red">-12.8%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/20/19">€94.33</td>
<td data-th="Week" class="green">+18.0%</td>
<td data-th="Month" class="green">+18.9%</td>
<td data-th="Year" class="red">-10.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/20/19">Ƀ0.01110622</td>
<td data-th="Week" class="green">+1.3%</td>
<td data-th="Month" class="red">-0.2%</td>
<td data-th="Year" class="red">-39.0%</td>
</tr>
</table>
<p class="note">Data taken on June 20, 2019</p>
<p class="table-title">XMR Price Graph for June 14 - June 20, 2019</p>
![XMR Price Graph 06/14/19-06/20/19](/img/weekly-chart-0620.png "XMR Price Graph 06/14/19-06/20/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero-Accepting FOSS of the Week</h3>
<a href="https://www.veracrypt.fr/en/Home.html" target="_blank"><img src="/img/Veracrypt%20Logo.png" alt="VeraCrypt Logo" class="merchant-img" id="veracrypt"></a>
<a href="https://www.veracrypt.fr/en/Home.html" target="_blank">VeraCrypt</a> is a free open source disk encryption software for Windows, Mac OSX and Linux. Brought to you by <a href="https://www.idrix.fr" target="_blank">IDRIX</a> and based on TrueCrypt 7.1a. Learn more about the project and ways to donate on the <a href="https://www.veracrypt.fr/en/Home.html" target="_blank">VeraCrypt website</a>.
<i>Check back next week for another organization or project that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.

View file

@ -1,223 +0,0 @@
---
title: Issue 14&#58; June 20-27, 2019
image: /img/twitter-card-issue-14.jpg
issuenumber: 14
---
[<img src="/img/img-issue14.jpg" alt="Revuo Monero Weekly #14 Slide" class="img-lead">](/issue-14.html)
<p class="text-lead">Revuo Monero Weekly: Week of June 20 - June 27, 2019.</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="#merchant">Monero-Accepting FOSS of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<table class="moneroversary-table">
<tbody><tr class="row1">
<th>Monero Konferenco 2019 Recap</th>
</tr>
</tbody></table>
<div class="newsbyte">
<h4>All of Monero Konferencos talks were livestreamed and recorded. They are available at the <a href="https://www.youtube.com/playlist?list=PLsSYUeVwrHBkJHJg_l2uDgbicDJ1PmAVW" target="_blank">Monero Konferenco 2019 playlist on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed many Konferenco speakers and attendees. Watch all the interviews <a href="https://www.youtube.com/playlist?list=PLfJ_JjSwYaa9g5G53jZc4IXRW-PZC4nQp" target="_blank">on their playlist on YouTube</a>.
</h4>
</div>
<table class="moneroversary-table">
<tbody><tr class="row1">
<th>Other News</th>
</tr>
</tbody></table>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/c54lfc/monero_made_a_power_cryptocurrency_at_kaiserex_34/" target="_blank">Monero made a power cryptocurrency at Kaiserex - 34 trading pairs with XMR available now.</a>
</h4>
</div>
<div class="newsbyte">
<h4>Cryptwerk made available a <a href="https://cryptwerk.com/coinmap/2/21.77534032/37.18738511/?coins=13/" target="_blank">Monero mass adoption map</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://blog.blockfolio.com/this-week-in-blockfolio-signal-june-21st-73e1355df8ed" target="_blank">Blockfolio reported on the features in Moneros most recent release</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/jtgrassie/pyrx" target="_blank">jtgrassie wrote Python extension for getting RandomX hashes</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://play.google.com/store/apps/details?id=com.wowkira.x2" target="_blank">Software exists for you to run a full node on your Android phone</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/c2z7jq/new_version_pinodexmr_raspberry_pi_3_images_with/" target="_blank">Update for PiNode XMR. See post for the full list of changes</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 29, 2019 (Saturday) 16:00 UTC</p>
<p markdown="1">Monero Coffee Chat - <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">watch online here</a></p>
</div>
<div class="event">
<p class="date">June 29, 2019 (Saturday) 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">June 30, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">July 1, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">July 2, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">July 4, 2019 (Thursday) 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">July 6, 2019 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/81" target="_blank">Increase the Adoption of Monero at Avantpay|19 Conference</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/78" target="_blank">Pre-paid Gifting Wallets</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1866234</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>289.204 MH/s</b></p>
<p>Average Tx per block: <b>12.21</b></p>
<p>Weekly Moving Average Tx per day: <b>8634</b></p>
<p>Block reward: <b>2.63 XMR</b></p>
</div>
<p class="note">Data taken on June 27, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0627.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,585,409,206</b><br>Localmonero.co Street Price: <b>$91.14</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>06/27/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/27/19">$93.31</td>
<td data-th="Week" class="red">-7.4%</td>
<td data-th="Month" class="red">-4.6%</td>
<td data-th="Year" class="red">-22.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/27/19">€82.07</td>
<td data-th="Week" class="red">-8.5%</td>
<td data-th="Month" class="red">-6.1%</td>
<td data-th="Year" class="red">-20.6%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/27/19">Ƀ0.00843946</td>
<td data-th="Week" class="red">-22.3%</td>
<td data-th="Month" class="red">-24.0%</td>
<td data-th="Year" class="red">-57.5%</td>
</tr>
</table>
<p class="note">Data taken on June 27, 2019</p>
<p class="table-title">XMR Price Graph for June 21 - June 27, 2019</p>
![XMR Price Graph 06/21/19-06/27/19](/img/weekly-chart-0627.png "XMR Price Graph 06/20/19-06/27/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero-Accepting FOSS of the Week</h3>
<a href="https://decentraleyes.org/" target="_blank"><img src="/img/decentraleyes-logo.avif" alt="Decentraleyes Logo" class="merchant-img" id="decentraleyes"></a>
<a href="https://decentraleyes.org/" target="_blank">Decentraleyes</a> protects you against tracking through "free", centralized, content delivery. It prevents a lot of requests from reaching networks like Google Hosted Libraries, and serves local files to keep sites from breaking. Complements regular content blockers.
<i>Check back next week for another organization or project that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p class="date"><a href="https://www.reddit.com/r/Monero/comments/c5h3r7/crypto_localization_sites_monero_outreach/" target="_blank">Monero Outreach is looking for multilingual crypto news sources</a></p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.

View file

@ -1,222 +0,0 @@
---
title: Issue 15&#58; June 27 - July 4, 2019
image: /img/twitter-card-issue-15.jpg
issuenumber: 15
---
[<img src="/img/img-issue15.jpg" alt="Revuo Monero Weekly #15 Slide" class="img-lead">](/issue-15.html)
<p class="text-lead">Revuo Monero Weekly: Week of June 27 - July 4, 2019.</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="#merchant">Monero Merchant of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/c8eg6k/gui_v01410_boron_butterfly_with_ledger_nano_x_and/" target="_blank">The new GUI point release 0.14.1.0 is out</a>. It includes support for Trezor (Model T), Ledger Nano X, several screen redesigns, a white theme, and major performance improvements.</h4>
</div>
<div class="newsbyte">
<h4>Kudelski <a href="https://github.com/hyc/RandomxAudits/blob/master/Report-Kudelski-20190702.pdf" target="_blank">released their audit of RandomX</a>. Another good review, with no security issues noted.
</h4>
</div>
<div class="newsbyte">
<h4>Reddit user <a href="https://www.reddit.com/user/OsrsNeedsF2P" target="_blank">/u/OsrsNeedsF2P</a> released a <a href="https://www.reddit.com/r/Monero/comments/c8052i/mainnet_release_announcing_umonerotipsbot_an/" target="_blank">Monero Tip Bot that can be used across all of Reddit</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Sarang Noether <a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/34#note_6648" target="_blank">released his monthly report for June</a>.
</h4>
</div>
<div class="newsbyte">
<h4>MoneroTalk <a href="https://www.youtube.com/watch?v=sJjV4PognZQ" target="_blank">interviewed Bitcoiner of note Tone Vays</a> for his opinions on why Bitcoin is better than Monero.</h4>
</div>
<div class="newsbyte">
<h4>While we wait on work for deterministic builds on the GUI, <a href="https://www.reddit.com/r/Monero/comments/c7rdhy/introducing_the_concept_of_beta_prereleases_for/" target="_blank">the team is going to experiment with beta releases for those that want to test and get access to new features early</a>.</h4>
</div>
<div class="newsbyte">
<h4>A guide for how to generate a Trezor wallet with the GUI <a href="https://monero.stackexchange.com/questions/11437/how-do-i-generate-a-trezor-monero-wallet-with-the-gui-monero-wallet-gui/" target="_blank">was released on the Stack Exchange</a>.</h4>
</div>
<div class="newsbyte">
<h4>The XMR.ru team has released <a href="https://www.reddit.com/r/Monero/comments/c8m4tw/xmrrureport_june/" target="_blank">their report for the month of June</a>.</h4>
</div>
<div class="newsbyte">
<h4>The cryptocurrency news site Crypto Briefing released <a href="https://cryptobriefing.com/monero-konferenco-explores-secure-privacy/" target="_blank">an article covering the recent Monero Konferenco</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero can now be traded <a href="https://www.investvoyager.com/blog/now-trading-monero-everything-you-need-to-know/" target="_blank">on the Voyager trading platform (not an endorsement)</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Monero Coffee Chat for the month of June was livestreamed on the 29th, and is now <a href="https://www.youtube.com/watch?v=swTYc6y95Lw" target="_blank">available for viewing on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/c94l1v/you_can_now_accept_payments_in_xmr_with/" target="_blank">NOWPayments has added Monero</a> as an option for vendors to accept at their online stores (not an endorsement).</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">July 6, 2019 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">July 8, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">July 9, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting</p>
</div>
<div class="event">
<p class="date">July 13, 2019 (Saturday) 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">July 14, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting</p>
</div>
<div class="event">
<p class="date" markdown="1">July 18, 2019 (Thursday) 17:00 UTC</p>
<p markdown="1">Tini2p Dev Meeting</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/81" target="_blank">Increase the Adoption of Monero at Avantpay|19 Conference</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/78" target="_blank">Pre-paid Gifting Wallets</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1871467</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>324.747 MH/s</b></p>
<p>Average Tx per block: <b>8.30</b></p>
<p>Weekly Moving Average Tx per day: <b>1775</b></p>
<p>Block reward: <b>2.61 XMR</b></p>
</div>
<p class="note">Data taken on July 4, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0704.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b> $1,502,535,918 </b><br>Localmonero.co Street Price: <b>$88.63</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>07/04/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/04/19">$88.05</td>
<td data-th="Week" class="red">-7.5%</td>
<td data-th="Month" class="green">+5.8%</td>
<td data-th="Year" class="red">-36.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="07/04/19">€77.70</td>
<td data-th="Week" class="red">-6.8%</td>
<td data-th="Month" class="green">+5.5%</td>
<td data-th="Year" class="red">-34.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/04/19">Ƀ0.00784588</td>
<td data-th="Week" class="red">-7.8%</td>
<td data-th="Month" class="red">-27.7%</td>
<td data-th="Year" class="red">-62.8%</td>
</tr>
</table>
<p class="note">Data taken on July 4, 2019</p>
<p class="table-title">XMR Price Graph for June 28 - July 4, 2019</p>
![XMR Price Graph 06/28/19-07/04/19](/img/weekly-chart-0704.png "XMR Price Graph 06/27/19-07/04/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero Merchant of the Week</h3>
<a href="https://store.falloutboy.com/" target="_blank"><img src="/img/fob-logo.png" alt="Fall Out Boy Logo" class="fob-img" id="decentraleyes"></a>
<a href="https://store.falloutboy.com/" target="_blank">FALL OUT BOY</a> is a well-known band. They accept payment for their merchandise in Monero via Globee.
<i>Check back next week for another organization or project that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p class="date"><a href="https://www.reddit.com/r/Monero/comments/c5h3r7/crypto_localization_sites_monero_outreach/" target="_blank">Monero Outreach is looking for multilingual crypto news sources</a></p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.

View file

@ -1,230 +0,0 @@
---
title: Issue 16&#58; July 4-11, 2019
image: /img/twitter-card-issue-16.jpg
issuenumber: 16
---
[<img src="/img/img-issue16.jpg" alt="Revuo Monero Weekly #16 Slide" class="img-lead">](/issue-16.html)
<p class="text-lead">Revuo Monero Weekly: Week of July 4 - July 11, 2019.</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="#merchant">Monero Merchant of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/ca71ok/randomx_audit_status/" target="_blank">The third audit (by X41) of RandomX has been completed</a>, with minimal changes needed. One more to go!</h4>
</div>
<div class="newsbyte">
<h4><a href="https://medium.com/circle-trader/poloniex-now-provides-card-and-bank-account-connectivity-for-crypto-trading-2d2cef175639" target="_blank">Poloniex now provides card and bank account connectivity for crypto trading</a>, including Monero, thereby providing another fiat gateway.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/caohhj/finally_monero_game_is_finished/" target="_blank">A Monero game that was in the works by gscoders is finished</a>. Try it out in your browser or on Android.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://monero.stackexchange.com/questions/11454/how-do-i-utilize-blockchain-pruning-in-the-gui-monero-wallet-gui" target="_blank">A guide on blockchain pruning with the GUI (v0.14.1.0)</a> is now available on StackExchange.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/ca881k/update_announcement_a_monero_mining_pool_server/" target="_blank">Update announcement: A Monero mining pool server written in C</a>.</h4>
</div>
<div class="newsbyte">
<h4>Vanity Monero, a funny tool which allow to create personalized Monero addresses, <a href="https://www.reddit.com/r/Monero/comments/ca5n3c/create_your_personalized_monero_address_with/" target="_blank">has joined the Monero Ecosystem project</a>.</h4>
</div>
<div class="newsbyte">
<h4>Anonimal posted <a href="https://www.reddit.com/r/Monero/comments/cbahaw/security_advisory_vrp_summary_october_2018/" target="_blank">a report on the past half-year of the Vulnerability Response Process (VRP) Workgroup</a></h4>
</div>
<div class="newsbyte">
<h4>Cake Wallet posted <a href="https://www.reddit.com/r/Monero/comments/cb0p07/accounts_and_subaddresses_in_cake_wallet/" target="_blank">a clarification on the roles of accounts and subaddresses</a> in the app.</h4>
</div>
<div class="newsbyte">
<h4>Justin “sgp” Ehrenhofer released <a href="https://twitter.com/JEhrenhofer/status/1147999453066010625" target="_blank">some stats about the viewership of the Monero Community Workgroup channel</a> (where MoneroKon videos, Breaking Monero, and the Coffee Chats are hosted).</h4>
</div>
<div class="newsbyte">
<h4>The cryptocurrency news site Crypto Briefing released <a href="https://cryptobriefing.com/utility-monero-konferenco/" target="_blank">a second article covering different aspects of the recent Monero Konferenco</a>.</h4>
</div>
<div class="newsbyte">
<h4>Trailofbits, one of the auditors of RandomX, put out an <a href="https://blog.trailofbits.com/2019/07/02/state/" target="_blank">article detailing the protocol</a>.</h4>
</div>
<div class="newsbyte">
<h4>CurrentCrypto released an <a href="https://currentcrypto.nl/monero/" target="_blank">article on Monero in Dutch</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date">July 13, 2019 (Saturday) 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 14, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 15, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 16, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting - <a href="irc://chat.freenode.net/#monero-gui" target="_blank">#monero-gui</a> IRC channel</p>
</div>
<div class="event">
<p class="date">July 20, 2019 (Saturday) 16:00 UTC</p>
<p>DefCon27 Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 20, 2019 (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/85" target="_blank">Port Electron GUI to Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/84" target="_blank">v1docq47: video creation / translations into russian (august - january)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/81" target="_blank">Increase the Adoption of Monero at Avantpay|19 Conference</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/78" target="_blank">Pre-paid Gifting Wallets</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1876330</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>328.138 MH/s</b></p>
<p>Average Tx per block: <b>8.82</b></p>
<p>Weekly Moving Average Tx per day: <b>3371</b></p>
<p>Block reward: <b>2.58 XMR</b></p>
</div>
<p class="note">Data taken on July 11, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0711.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b> $1,603,183,712</b><br>Localmonero.co Street Price: <b>$94.44</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>07/11/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/11/19">$93.83</td>
<td data-th="Week" class="green">+3.8%</td>
<td data-th="Month" class="green">+8.1%</td>
<td data-th="Year" class="red">-22.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="07/11/19">€83.36</td>
<td data-th="Week" class="green">+4.1%</td>
<td data-th="Month" class="green">+8.7%</td>
<td data-th="Year" class="red">-19.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/11/19">Ƀ0.00803317</td>
<td data-th="Week" class="green">+6.7%</td>
<td data-th="Month" class="red">-26.0%</td>
<td data-th="Year" class="red">-58.3%</td>
</tr>
</table>
<p class="note">Data taken on July 11, 2019</p>
<p class="table-title">XMR Price Graph for July 5 - July 11, 2019</p>
![XMR Price Graph 07/05/28/19-07/11/19](/img/weekly-chart-0711.png "XMR Price Graph 07/05/19-07/11/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero Merchant of the Week</h3>
<a href="http://coinhost.io/" target="_blank"><img src="/img/coinhost-logo.png" alt="Coinhost Logo"></a>
<a href="http://coinhost.io/" target="_blank">Coinhost.io Web Services</a> was founded in 2015 with the purpose of deploying a valuable service powered by cryptocurrency, backed by industry veterans and passionate support.
Their partnerships, experience, and enthusiasm coupled with cryptocurrency allows for Coinhost to provide a transparent pricing model for their partners, affiliates, and resellers.
Motto: Cryptocurrency Accepted, Privacy Respected.
<i>Check back next week for another organization or project that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.

View file

@ -1,205 +0,0 @@
---
title: Issue 17&#58; July 11-18, 2019
image: /img/twitter-card-issue-17.png
issuenumber: 17
---
[<img src="/img/img-issue17.png" alt="Revuo Monero Weekly #17 Slide" class="img-lead">](/issue-17.html)
<p class="text-lead">Revuo Monero Weekly: Week of July 11 - July 18, 2019.</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="#merchant">Monero Merchant of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cd2i9x/update_monerujo_v11113/" target="_blank">A new version of Monerujo - Monerujo v1.11.13 - has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cbvgyg/update_cake_wallet_for_xmr_update_3116_bug_fixes/" target="_blank">Cake Wallet update 3.1.16 has been released and includes bug fixes</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cd9u43/development_update_generic_monero_scanner_is_now/" target="_blank">Generic Monero Scanner is now configurable through config files</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/FreedomGateway1/status/1150630467684773889?s=19" target="_blank">XMR is now available for purchase on all Freedom Gateway Machines (ATMs)</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Transcriptions for several Monero Konferenco talks are available on the Monero Outreach website: <a href="https://www.monerooutreach.org/monero-konferenco/sri-aravinda-krishnan-thyagarajan.php" target="_blank">“Omniring: Scaling Up Private Payments Without Trusted Setup”</a> by Sri Aravinda Krishnan Thyagarajan, <a href="https://www.monerooutreach.org/monero-konferenco/kristy-leigh-minehan.php" target="_blank">“The Embedded Future of Moneros Proof of Work”</a> by Kristy-Leigh Minehan, and <a href="https://www.monerooutreach.org/monero-konferenco/andrew-poelstra.php" target="_blank">“Monerokon Madness: Schnorr Schnadness”</a> by Andrew Poelstra.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://cryptolinks.com/news/highlights-from-the-bitcoin-2019-and-monero-konferenco-events" target="_blank">Cryptolinks published an article that covers Monero Konferenco alongside with Bitcoin 2019</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date">July 20, 2019 (Saturday) 16:00 UTC</p>
<p>DefCon27 Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 20, 2019 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 22, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 23, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting - <a href="irc://chat.freenode.net/#monero-gui" target="_blank">#monero-gui</a> IRC channel</p>
</div>
<div class="event">
<p class="date">July 27, 2019 (Saturday) 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 28, 2019 (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/87" target="_blank">rehrar-sarang WCC</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/86" target="_blank">A Monero Tip Bot for Telegram</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/84" target="_blank">v1docq47: video creation / translations into russian (august - january)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/78" target="_blank">Pre-paid Gifting Wallets</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1881447</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>338.631 MH/s</b></p>
<p>Average Tx per block: <b>7.91</b></p>
<p>Weekly Moving Average Tx per day: <b>5704</b></p>
<p>Block reward: <b>2.56 XMR</b></p>
</div>
<p class="note">Data taken on July 18, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0718.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b> $1,446,968,107</b><br>Localmonero.co Street Price: <b>$83.95</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>07/18/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/18/19">$84.54</td>
<td data-th="Week" class="red">-11.1%</td>
<td data-th="Month" class="red">-13.4%</td>
<td data-th="Year" class="red">-41.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="07/18/19">€74.96</td>
<td data-th="Week" class="red">-11.3%</td>
<td data-th="Month" class="red">-13.8%</td>
<td data-th="Year" class="red">-39.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/18/19">Ƀ0.00796544</td>
<td data-th="Week" class="green">+1.7%</td>
<td data-th="Month" class="red">-24.0%</td>
<td data-th="Year" class="red">-59.5%</td>
</tr>
</table>
<p class="note">Data taken on July 18, 2019</p>
<p class="table-title">XMR Price Graph for July 12 - July 18, 2019</p>
![XMR Price Graph 07/11/19-07/18/19](/img/weekly-chart-0718.png "XMR Price Graph 07/11/19-07/18/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero Merchant of the Week</h3>
<a href="https://wikileaks.shop/" target="_blank"><img src="/img/Wikileaks-shop" class="wikileaks-img" alt="Wikileaks Shop Logo"></a>
<a href="https://wikileaks.shop/" target="_blank">The official WikiLeaks shop</a> sells t-shirts, hoodies, stickers, posters and other merchandise to support WikiLeaks and Julian Assange. The WikiLeaks Shop now accept monero and other cryptocurrencies via CoinPayments. Customers will receive an automatic 5% discount if they pay using cryptocurrency.
<i>Check back next week for another organization or project that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p class="date"><a href="https://www.reddit.com/r/Monero/comments/cd0snl/help_test_reproducible_windows_gui_installer/" target="_blank">Help test reproducible Windows GUI installer builds</a></p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/i2p-zero/i2p-zero/releases" target="_blank">Test I2P-Zero</a></p>
<p>Download I2P Zero for your machine, follow the direction in the README, and report any issues to the Issue tracker on GitHub, or IRC channel #i2p-zero.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:</p>
<p class="address" markdown="1">44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
<!--p><a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A" class="qr"><img src="/img/donate-monero.png"></a></p-->
Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you.

View file

@ -1,212 +0,0 @@
---
title: Issue 18&#58; July 18-25, 2019
image: /img/twitter-card-issue-18.png
issuenumber: 18
---
[<img src="/img/img-issue18.png" alt="Revuo Monero Weekly #18 Slide" class="img-lead">](/issue-18.html)
<p class="text-lead">Revuo Monero Weekly: Week of July 18 - July 25, 2019.</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="#merchant">Monero-Accepting FOSS Project of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cg3zih/cli_v01412_boron_butterfly_released/" target="_blank">CLI v0.14.1.2 'Boron Butterfly' released!</a> Its a minor point release with mostly bug fixes for the previous point release.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/downloads/" target="_blank">Monero GUI Windows Installer is now available for 0.14.1.0</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cf1fpf/tails_integration_for_the_gui_just_got_merged/" target="_blank">Tails OS integration for the GUI just got merged</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cfsc2m/suraes_content_dump_konferenco_post_morto_budget/" target="_blank">Surae Noether gave his quarterly summary as well as his breakdown of the Monero Konferenco</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cfr2m1/umonerotipsbot_v08_release/" target="_blank">The Reddit Monero Tip Bot has a v0.8 release</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/southxchange/status/1152963776901242881" target="_blank">SouthXchange now uses subaddresses for Monero</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Doug Bebber on Obfuscating the Monero Network Routing - <a href="https://www.youtube.com/watch?v=i02CIOzgv8Y" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with OSTIF Founder Derek Zimmer about their involvement with Moneros audits (bulletproofs and RandomX) and what OSTIF does - <a href="https://www.youtube.com/watch?v=kdE3w6RL1e8" target="_blank">available on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date">July 27, 2019 (Saturday) 17:00 UTC</p>
<p>DefCon27 Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 28, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 29, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 30, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting - <a href="irc://chat.freenode.net/#monero-gui" target="_blank">#monero-gui</a> IRC channel</p>
</div>
<div class="event">
<p class="date">August 3, 2019 (Saturday) 16:00 UTC</p>
<p>DefCon27 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">August 3, 2019 (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/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/89" target="_blank">Continued funding for Surae for another quarter, Aug Sep Nov 2019</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/87" target="_blank">rehrar-sarang WCC</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/86" target="_blank">A Monero Tip Bot for Telegram</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/84" target="_blank">v1docq47: video creation / translations into russian (august - january)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/78" target="_blank">Pre-paid Gifting Wallets</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1886562</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>320.687 MH/s</b></p>
<p>Average Tx per block: <b>7.38</b></p>
<p>Weekly Moving Average Tx per day: <b>5317</b></p>
<p>Block reward: <b>2.53 XMR</b></p>
</div>
<p class="note">Data taken on July 25, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0725.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b> $1,382,776,611</b><br>Localmonero.co Street Price: <b>$80.42</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>07/25/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/25/19">$80.85</td>
<td data-th="Week" class="green">+5.0%</td>
<td data-th="Month" class="red">-31.3%</td>
<td data-th="Year" class="red">-44.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="07/25/19">€72.54</td>
<td data-th="Week" class="green">+5.8%</td>
<td data-th="Month" class="red">-29.7%</td>
<td data-th="Year" class="red">-42.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/25/19">Ƀ0.00816515</td>
<td data-th="Week" class="green">+2.4%</td>
<td data-th="Month" class="red">-23.4%</td>
<td data-th="Year" class="red">-53.1%</td>
</tr>
</table>
<p class="note">Data taken on July 25, 2019</p>
<p class="table-title">XMR Price Graph for July 19 - July 25, 2019</p>
![XMR Price Graph 07/19/19-07/25/19](/img/weekly-chart-0725.png "XMR Price Graph 07/19/19-07/25/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero-Accepting FOSS Project of the Week</h3>
<a href="http://www.videolan.org/" target="_blank"><img src="/img/videolan.png" class="videolan-img" alt="VideoLAN Logo"></a>
<a href="http://www.videolan.org/contribute.html#money" target="_blank">The VideoLAN project</a> is led by and composed of a team of volunteers who believe in the power of open source to rock the multimedia world. VideoLAN produces free software for multimedia, such as <a href="http://www.videolan.org/vlc/" target="_blank">VLC media player</a>, <a href="http://www.videolan.org/vlmc/" target="_blank">VideoLAN Movie Creator</a> and other, released under the General Public License. <a href="http://www.videolan.org/contribute.html#money" target="_blank">The project accepts Monero for donations</a>.
<i>Check back next week for another organization or project that accepts Monero for their goods and services.</i>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,200 +0,0 @@
---
title: Issue 19&#58; July 25 - August 1, 2019
image: /img/twitter-card-issue-19.png
issuenumber: 19
---
[<img src="/img/img-issue19.png" alt="Revuo Monero Weekly #19 Slide" class="img-lead">](/issue-19.html)
<p class="text-lead">Revuo Monero Weekly: Week of July 25 - August 1, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.youtube.com/watch?v=OpV9LOcaj7Q" target="_blank">Fluffypony was on the Rice Crypto Youtube channel and spoke about how financial privacy is a basic human right</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/citqf8/ledger_monero_application_132_for_nanos_and_nanox/" target="_blank">Ledger has updated their Nano S and X application to run 0.14.1.2</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Ledger also ran a poll for what the Monero community would like them to focus on next for XMR. <a href="https://i.redd.it/i667ehymded31.png" target="_blank">Results pictured here</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/chmwt3/probably_not_gonna_happen_but_id_love_to_hear/" target="_blank">Reddit user Realchacal has posted an alternative GUI design for feedback</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/77#note_6916" target="_blank">Dr. Sarang Noether has posted his July report</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/chultw/transcription_monerokon_volunteers/" target="_blank">The Monero Outreach workgroup is looking for volunteers to transcribe MoneroKon videos</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.youtube.com/watch?v=1S5UotVgku8" target="_blank">The Monero Coffee Chat was held this past weekend</a> (we forgot to put it in the schedule, sorry!).</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date">August 3, 2019 (Saturday) 16:00 UTC</p>
<p>DefCon27 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">August 3, 2019 (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">August 8-11, 2019 - Las Vegas, US</p>
<p markdown="1"><a href="http://monerovillage.com/" target="_blank">Monero Village</a> at DEFCON 2019</p>
</div>
<div class="event">
<p class="date" markdown="1">August 11, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 12, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 13, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting - <a href="irc://chat.freenode.net/#monero-gui" target="_blank">#monero-gui</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/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/86" target="_blank">A Monero Tip Bot for Telegram</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/84" target="_blank">v1docq47: video creation / translations into russian (august - january)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/78" target="_blank">Pre-paid Gifting Wallets</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/surae-mrl-research-q3-2019.html" target="_blank">Continued funding for Surae for another quarter, Aug Sep Nov 2019</a> by suraeNoether</p>
<p>Raised <b>0.00 of 357.00</b></p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/rehrar-sarang-2019-wcc.html" target="_blank">World Crypto Con for rehrar and Sarang</a> by rehrar</p>
<p>Raised <b>13.01 of 30.00</b> XMR (43%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1891484</b></p>
<p>Median block size: <b>292.97 kB</b></p>
<p>Hash rate: <b>297.509 MH/s</b></p>
<p>Average Tx per block: <b>7.42</b></p>
<p>Weekly Moving Average Tx per day: <b>5287</b></p>
<p>Block reward: <b>2.51 XMR</b></p>
</div>
<p class="note">Data taken on August 1, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0801.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b> $1,402,510,772</b><br>Localmonero.co Street Price: <b>$81.60</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>08/01/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/01/19">$81.68</td>
<td data-th="Week" class="green">+2.5%</td>
<td data-th="Month" class="red">-7.3%</td>
<td data-th="Year" class="red">-32.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/01/19">€73.46</td>
<td data-th="Week" class="green">+3.0%</td>
<td data-th="Month" class="red">-5.6%</td>
<td data-th="Year" class="red">-28.9%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/01/19">Ƀ0.00784357</td>
<td data-th="Week" class="red">-3.7%</td>
<td data-th="Month" class="red">-5.7%</td>
<td data-th="Year" class="red">-50.0%</td>
</tr>
</table>
<p class="note">Data taken on August 1, 2019</p>
<p class="table-title">XMR Price Graph for July 26 - August 1, 2019</p>
![XMR Price Graph 07/26/19-08/01/19](/img/weekly-chart-0801.png "XMR Price Graph 07/26/19-08/01/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,200 +0,0 @@
---
title: Issue 20&#58; August 1-8, 2019
image: /img/twitter-card-issue-20.png
issuenumber: 20
---
[<img src="/img/img-issue20.png" alt="Revuo Monero Weekly #20 Slide" class="img-lead">](/issue-20.html)
<p class="text-lead">Revuo Monero Weekly: Week of August 1 - August 8, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://github.com/hyc/RandomxAudits" target="_blank">The final RandomX report by Quarkslab has been finished and is now available on GitHub</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cmswiv/tutorial_how_to_create_a_monero_based_service/" target="_blank">OsrsNeedsF2P posted a tutorial on How To Create a Monero Based Service</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cm8t4h/monero_daily_emission_is_now_less_than_1800_xmrday/" target="_blank">Monero daily emission is now less than 1800 XMR/day</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cl2uy7/xmrrureport_july/" target="_blank">XMR.RU team published their July report</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Aurora from Wookey Wallet on Monero in China - <a href="https://www.youtube.com/watch?v=snRmbhivgm4" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Realchacal posted <a href="https://www.reddit.com/r/Monero/comments/cmahpw/what_do_you_think_of_my_gui_redesign_proposal/" target="_blank">another GUI redesign suggestion for feedback</a>.</h4>
</div>
<div class="newsbyte">
<h4>Transcription for a Monero Konferenco talk "Bringing Privacy Mainstream: Building Demand Within Shifting Local and Global Demographics" by Amanda Cavaleri <a href="https://www.monerooutreach.org/monero-konferenco/amanda-cavaleri.php8" target="_blank">is available on the Monero Outreach website</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Community Workgroup Meeting from 08/03/2019 <a href="https://www.reddit.com/r/Monero/comments/clkwsv/monero_community_workgroup_meeting_20190803_live/" target="_blank">had a live Transcript on Reddit</a> (maintained by OsrsNeedsF2P).</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 8-11, 2019 - Las Vegas, US</p>
<p markdown="1"><a href="http://monerovillage.com/" target="_blank">Monero Village</a> at DEFCON 2019</p>
</div>
<div class="event">
<p class="date" markdown="1">August 11, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 12, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 13, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting - <a href="irc://chat.freenode.net/#monero-gui" target="_blank">#monero-gui</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 17, 2019 (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/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/86" target="_blank">A Monero Tip Bot for Telegram</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/78" target="_blank">Pre-paid Gifting Wallets</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/v1docq47-video-creation-translations-into-russian-(august-january).html" target="_blank">v1docq47: video creation / translations into russian (august - january)</a> by v1docq47r</p>
<p>Raised <b>0.00 of 37.80</b> XMR</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/surae-mrl-research-q3-2019.html" target="_blank">Continued funding for Surae for another quarter, Aug Sep Nov 2019</a> by suraeNoether</p>
<p>Raised <b>200.00 of 357.00</b> XMR (56%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/rehrar-sarang-2019-wcc.html" target="_blank">World Crypto Con for rehrar and Sarang</a> by rehrar</p>
<p>Raised <b>27.33 of 30.00</b> XMR (91%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1896555</b></p>
<p>Hash rate: <b>321.734 MH/s</b></p>
<p>Average Tx per block: <b>8.67</b></p>
<p>Weekly Moving Average Tx per day: <b>6260</b></p>
<p>Block reward: <b>2.49 XMR</b></p>
</div>
<p class="note">Data taken on August 8, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0808.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b> $1,575,268,778</b><br>Localmonero.co Street Price: <b>$103</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>08/08/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/08/19">$92.60</td>
<td data-th="Week" class="green">+14.2%</td>
<td data-th="Month" class="red">-8.6%</td>
<td data-th="Year" class="red">-14.3%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/08/19">€82.81</td>
<td data-th="Week" class="green">+12.9%</td>
<td data-th="Month" class="red">-8.4%</td>
<td data-th="Year" class="red">-11.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/08/19">Ƀ0.00792909</td>
<td data-th="Week" class="red">-1.6%</td>
<td data-th="Month" class="red">-3.9%</td>
<td data-th="Year" class="red">-50.7%</td>
</tr>
</table>
<p class="note">Data taken on August 8, 2019</p>
<p class="table-title">XMR Price Graph for August 2 - August 8, 2019</p>
![XMR Price Graph 08/02/19-08/08/19](/img/weekly-chart-0808.png "XMR Price Graph 08/02/19-08/08/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,232 +0,0 @@
---
title: Issue 21&#58; August 8-15, 2019
image: /img/twitter-card-issue-21.png
issuenumber: 21
---
[<img src="/img/img-issue21.png" alt="Revuo Monero Weekly #21 Slide" class="img-lead">](/issue-21.html)
<p class="text-lead">Revuo Monero Weekly: Week of August 8 - August 15, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<table class="moneroversary-table">
<tbody><tr class="row1">
<th>DEFCON 2019 Recap</th>
</tr>
</tbody></table>
<div class="newsbyte">
<h4>Monero Defcon talks were livestreamed during the event. The streams are audio/slides only, and are currently a continuous stream for the day rather than cut into individual videos (which is coming soon). You can watch the talks from <a href="https://youtu.be/wNnjO1XSEdg" target="_blank">Friday</a>, <a href="https://youtu.be/J_9ssXDErqY" target="_blank">Saturday</a>, and <a href="https://youtu.be/un7-pwkZRDc" target="_blank">Sunday</a> on Youtube.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk did several interviews while at Defcon. You can find them all, as well as some previews of what else they did at the event, at their <a href="https://www.youtube.com/watch?v=oA-jViJK1OM&list=PLfJ_JjSwYaa-zSb_sDbXWbhQqA5Bb67fL" target="_blank">YouTube channel playlist</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero ran a Capture the Flag event (CTF), which intended to teach people about Monero as they worked their way through it. dsc wrote <a href="https://www.reddit.com/r/Monero/comments/cpula9/monero_community_ctf_recap_writeup/" target="_blank">a summary of the CTF</a> on Reddit.
</h4>
</div>
<div class="newsbyte">
<h4>Diego “rehrar” Salazar, the floor manager of the Monero village, wrote <a href="https://www.reddit.com/r/Monero/comments/cqegma/monero_village_defcon_2019_report/">a summary of the entire event</a>, which can be viewed on Reddit.
</h4>
</div>
<div class="newsbyte">
<h4>A picture of the Monero Rising hardware badges that were given away at Defcon (courtesy of fluffypony) <a href="https://imgur.com/a/FSfDcBh">can be viewed on Imgur</a>.
</h4>
</div>
<table class="moneroversary-table">
<tbody><tr class="row1">
<th>Other News</th>
</tr>
</tbody></table>
<div class="newsbyte">
<h4>All four RandomX audits have been completed, and <a href="https://ostif.org/four-audits-of-randomx-for-monero-and-arweave-have-been-completed-results" target="_blank">OSTIF has written a summary blog post</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://eng.ambcrypto.com/monero-the-efficiency-of-the-inefficient-randomx/" target="_blank">AMBCrypto wrote an article about RandomX</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://bitbuy.ca/resources/guide/how-to-buy-monero/" target="_blank">BitBuy wrote an article on purchasing Monero in Canada</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Reddit user FungibilityMatters <a href="https://www.reddit.com/r/Monero/comments/cqyjqo/moneromixer_a_simple_tool_to_help_you_anonymously/" target="_blank">surprised the community with a new application, tentatively called MoneroMixer</a>, in which non-fungible currencies can be cleaned with Monero.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cofinc/getmoneroorg_updated_1_new_language_logs_of_the/" target="_blank">Getmonero.org updated: 1 new language, logs of the meetings, new merchants, 1 new payment gateaway and more</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/monero-ecosystem/monero-java" target="_blank">A native Java binding and C++ library to Monero Core's wallet is now available</a>.</h4>
</div>
<div class="newsbyte">
<h4>The founder of Whonix has proposed packaging Monero for distribution on Debian. <a href="https://www.reddit.com/r/Monero/comments/cowjun/idea_proposal_monero_debian_deb_packages_debian/" target="_blank">Join the discussion on Reddit</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 17, 2019 (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">August 19, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 20, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting - <a href="irc://chat.freenode.net/#monero-gui" target="_blank">#monero-gui</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 25, 2019 (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/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/86" target="_blank">A Monero Tip Bot for Telegram</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/78" target="_blank">Pre-paid Gifting Wallets</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/v1docq47-video-creation-translations-into-russian-(august-january).html" target="_blank">v1docq47: video creation / translations into russian (august - january)</a> by v1docq47r</p>
<p>Raised <b>1.33 of 37.80</b> XMR (4%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/surae-mrl-research-q3-2019.html" target="_blank">Continued funding for Surae for another quarter, Aug Sep Nov 2019</a> by suraeNoether</p>
<p>Raised <b>252.42 of 357.00</b> XMR (71%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/rehrar-sarang-2019-wcc.html" target="_blank">World Crypto Con for rehrar and Sarang</a> by rehrar</p>
<p>Raised <b>28.73 of 30.00</b> XMR (96%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1902493</b></p>
<p>Hash rate: <b>334.706 MH/s</b></p>
<p>Median block size: <b>15.5 kB</b></p>
<p>Average Tx per block: <b>8.51</b></p>
<p>Weekly Moving Average Tx per day: <b>6138</b></p>
<p>Block reward: <b>2.46 XMR</b></p>
</div>
<p class="note">Data taken on August 16, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0816.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b> $1,417,100,009</b><br>Localmonero.co Street Price: <b>$79.51</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>08/16/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/16/19">$82.53</td>
<td data-th="Week" class="red">-11.0%</td>
<td data-th="Month" class="green">+7.3%</td>
<td data-th="Year" class="red">-9.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/16/19">€74.61</td>
<td data-th="Week" class="red">-9.5%</td>
<td data-th="Month" class="green">+8.6%</td>
<td data-th="Year" class="red">-6.9%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/16/19">Ƀ0.00799977</td>
<td data-th="Week" class="green">+2.0%</td>
<td data-th="Month" class="green">+0.2%</td>
<td data-th="Year" class="red">-44.7%</td>
</tr>
</table>
<p class="note">Data taken on August 16, 2019</p>
<p class="table-title">XMR Price Graph for August 10 - August 16, 2019</p>
![XMR Price Graph 08/10/19-08/16/19](/img/weekly-chart-0816.png "XMR Price Graph 08/10/19-08/16/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,177 +0,0 @@
---
title: Issue 22&#58; August 15-22, 2019
image: /img/twitter-card-issue-22.png
issuenumber: 22
---
[<img src="/img/img-issue22.png" alt="Revuo Monero Weekly #22 Slide" class="img-lead">](/issue-22.html)
<p class="text-lead">Revuo Monero Weekly: Week of August 15 - August 22, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://apps.apple.com/us/app/cake-wallet-for-xmr-monero/id1334702542" target="_blank">Cake Wallet version 3.1.18 is available now</a>. It includes Hidden balance mode plus other new useful features.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/ShapeShift_io/status/1163555600543830016" target="_blank">Monero is back up on ShapeShift.io</a> and is available to trade.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.publish0x.com/bitcoin-news-blog-bitcoin-dice-casino-news/monero-step-step-guide-xmr-xglxyq" target="_blank">Publish0x published a Step-by-Step Guide to XMR</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://ataix.com/news/monero-crypto-leader-in-privacy-is-listed-on-ataix" target="_blank">Monero is listed on ATAIX</a> (not an endorsement).</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/csxaq3/did_you_ever_want_to_buy_xmr_using_a_credit_card/" target="_blank">ChangeNOW.io now accepts credit cards as a payment method to buy XMR</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 25, 2019 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 26, 2019 (Monday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 27, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting - <a href="irc://chat.freenode.net/#monero-gui" target="_blank">#monero-gui</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 31, 2019 (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/94" target="_blank">ErCiccione: Installation and configuration of Weblate, the new localization platform</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/86" target="_blank">A Monero Tip Bot for Telegram</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/78" target="_blank">Pre-paid Gifting Wallets</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1906594</b></p>
<p>Hash rate: <b>337.986 MH/s</b></p>
<p>Median block size: <b>14.7 kB</b></p>
<p>Average Tx per block: <b>9.25</b></p>
<p>Weekly Moving Average Tx per day: <b>6624</b></p>
<p>Block reward: <b>2.44 XMR</b></p>
</div>
<p class="note">Data taken on August 22, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0822.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b> $1,421,361,024</b><br>Localmonero.co Street Price: <b>$76.30</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>08/22/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/22/19">$82.67</td>
<td data-th="Week" class="green">+5.8%</td>
<td data-th="Month" class="red">-0.8%</td>
<td data-th="Year" class="red">-12.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/22/19">€74.56</td>
<td data-th="Week" class="green">+6.4%</td>
<td data-th="Month" class="green">+0.3%</td>
<td data-th="Year" class="red">-8.8%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/22/19">Ƀ0.00810555</td>
<td data-th="Week" class="green">+3.7%</td>
<td data-th="Month" class="green">+0.5%</td>
<td data-th="Year" class="red">-44.6%</td>
</tr>
</table>
<p class="note">Data taken on August 22, 2019</p>
<p class="table-title">XMR Price Graph for August 16 - August 22, 2019</p>
![XMR Price Graph 08/16/19-08/22/19](/img/weekly-chart-0822.png "XMR Price Graph 08/16/19-08/22/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,199 +0,0 @@
---
title: Issue 23&#58; August 22-29, 2019
image: /img/twitter-card-issue-23.png
issuenumber: 23
---
[<img src="/img/img-issue23.png" alt="Revuo Monero Weekly #23 Slide" class="img-lead">](/issue-23.html)
<p class="text-lead">Revuo Monero Weekly: Week of August 22 - August 29, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cu36aa/moneromixer_update_1_automatic_setup_is_now/" target="_blank">MoneroMixer Update - Automatic setup, update utility, and more</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cx3gxp/august_monthly_report_from_sarang_noether/" target="_blank">Sarang Noether posted his August report</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Reddit user <a href="https://www.reddit.com/user/OsrsNeedsF2P/" target="_blank">u/OsrsNeedsF2P</a> has made <a href="https://www.reddit.com/r/Monero/comments/cwx1tu/monero_blockchain_sync_time_visualized_by/" target="_blank">a visualization of Monero's blockchain sync time</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.binance.com/en/support/articles/360033074671" target="_blank">Binance has added margin trading for XMR</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cvgg5b/generic_monero_scanner_dev_update_searching_for/" target="_blank">Monero Scanner update: Searching for txs that use your outputs are ring members has been added</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://gist.github.com/xmrdsc/2f2f0ce7a2d099f22e55ba9e4fe1bfba" target="_blank">Walkthrough for Hosting a Monero p2p node on I2P is available on GitHub</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/mymonero/mymonero-app-js/releases/tag/v1.1.12" target="_blank">New version of MyMonero desktop is out</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Coffee Chat stream from August 23, 2019 is <a href="https://youtu.be/gkbUeDR9oDE" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Rainey Reitman & Aaron Mackey of the Electronic Frontier Foundation on whether cryptocurrency, code & cryptography is free speech - <a href="https://youtu.be/nZtolhJ4FA8" target="_blank">available on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 31, 2019 (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 2, 2019 (Monday) 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 3, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting - <a href="irc://chat.freenode.net/#monero-gui" target="_blank">#monero-gui</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">September 8, 2019 (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 29-31, 2019 The Cosmopolitan of Las Vegas, Las Vegas, NV</p>
<p markdown="1">Monero presence (booth and speakers) at <a href="https://worldcryptocon.com/" target="_blank">World Crypto Con</a></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/94" target="_blank">ErCiccione: Installation and configuration of Weblate, the new localization platform</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/86" target="_blank">A Monero Tip Bot for Telegram</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/78" target="_blank">Pre-paid Gifting Wallets</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/58" target="_blank">Monero currency and blockchain statistics hub</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1911630</b></p>
<p>Hash rate: <b>328.751 MH/s</b></p>
<p>Median block size: <b>14 kB</b></p>
<p>Average Tx per block: <b>8.45</b></p>
<p>Weekly Moving Average Tx per day: <b>6056</b></p>
<p>Block reward: <b>2.41 XMR</b></p>
</div>
<p class="note">Data taken on August 29, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0829.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b> $1,180,900,968</b><br>Localmonero.co Street Price: <b>$65.97</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>08/29/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/29/19">$68.73</td>
<td data-th="Week" class="red">-14.9%</td>
<td data-th="Month" class="red">-12.2%</td>
<td data-th="Year" class="red">-36.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/29/19">€62.18</td>
<td data-th="Week" class="red">-14.6%</td>
<td data-th="Month" class="red">-11.5%</td>
<td data-th="Year" class="red">-32.5%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/29/19">Ƀ0.00724346</td>
<td data-th="Week" class="red">-9.1%</td>
<td data-th="Month" class="red">-11.9%</td>
<td data-th="Year" class="red">-52.3%</td>
</tr>
</table>
<p class="note">Data taken on August 29, 2019</p>
<p class="table-title">XMR Price Graph for August 23 - August 29, 2019</p>
![XMR Price Graph 08/23/19-08/29/19](/img/weekly-chart-0829.png "XMR Price Graph 08/23/19-08/29/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,191 +0,0 @@
---
title: Issue 24&#58; August 29 - September 5, 2019
image: /img/twitter-card-issue-24.png
issuenumber: 24
---
[<img src="/img/img-issue24.png" alt="Revuo Monero Weekly #24 Slide" class="img-lead">](/issue-24.html)
<p class="text-lead">Revuo Monero Weekly: Week of August 29 - September 5, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://monero.stackexchange.com/election?tab=election" target="_blank">The 2019 Moderator Election for Monero StackExchange is open</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/travalacom/status/1167337877606256640" target="_blank">Travala.com has added Monero as a native payment option</a>.
</h4>
</div>
<div class="newsbyte">
<h4>There is an active and vibrant Chinese Monero community on Weibo and WeChat - <a href="https://twitter.com/PrMonero/status/1167649112423989248" target="_blank">get connected</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/cx9nsx/update_cake_wallet_3119_some_cool_n_useful_stuff/" target="_blank">A new update for Cake Wallet - Cake Wallet 3.1.19 - with a list of new features has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://gratuitas.org/" target="_blank">Monero Talk announced Gratuitas - a coffee bean store that will help fund Monero Talk and spread Monero</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user <a href="https://www.reddit.com/user/Realchacal" target="_blank">Realchacal</a> posted <a href="https://www.reddit.com/r/Monero/comments/cxxcmx/i_just_wanted_to_share_my_latest_gui_design_users/" target="_blank">his latest GUI design for multiple accounts</a> and <a href="https://www.reddit.com/r/Monero/comments/cynicf/poll_how_would_you_prefer_your_fiat_balance_to_be/" target="_blank">a poll on how to display the fiat balance</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/bitbillwallet/status/1168721404490993664" target="_blank">Ownbit (BitBill) now supports Monero</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero PR China Community <a href="https://twitter.com/PrMonero/status/1167662928683765762" target="_blank">has translated the Mastering Monero book in Chinese and is readying it for publication</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user <a href="https://www.reddit.com/user/fluffy_doggy/" target="_blank">fluffy-doggy</a> posted <a href="https://www.reddit.com/r/Monero/comments/czynan/moneros_richlist_top_100_richest_monero_addresses/" target="_blank">the top 100 richest Monero addresses</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">September 8, 2019 (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 9, 2019 (Monday) 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 10, 2019 (Tuesday) 17:00 UTC</p>
<p markdown="1">Monero GUI Meeting - <a href="irc://chat.freenode.net/#monero-gui" target="_blank">#monero-gui</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">September 14, 2019 (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 29-31, 2019 The Cosmopolitan of Las Vegas, Las Vegas, NV</p>
<p markdown="1">Monero presence (booth and speakers) at <a href="https://worldcryptocon.com/" target="_blank">World Crypto Con</a></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/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/86" target="_blank">A Monero Tip Bot for Telegram</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-weblate.html" target="_blank">New Localization platform: Weblate</a> by ErCiccione</p>
<p>Raised <b>0 of 11.00</b> XMR</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1916781</b></p>
<p>Hash rate: <b>343.647 MH/s</b></p>
<p>Median block size: <b>14.4 kB</b></p>
<p>Average Tx per block: <b>8.07</b></p>
<p>Weekly Moving Average Tx per day: <b>5842</b></p>
<p>Block reward: <b>2.39 XMR</b></p>
</div>
<p class="note">Data taken on September 5, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0905.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b> $1,303,049,055</b><br>Localmonero.co Street Price: <b>$72.76</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>09/05/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="09/05/19">$75.79</td>
<td data-th="Week" class="green">+4.7%</td>
<td data-th="Month" class="red">-19.3%</td>
<td data-th="Year" class="red">-45.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="09/05/19">€68.68</td>
<td data-th="Week" class="green">+5.2%</td>
<td data-th="Month" class="red">-17.8%</td>
<td data-th="Year" class="red">-42.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="09/05/19">Ƀ0.00717268</td>
<td data-th="Week" class="red">-3.5%</td>
<td data-th="Month" class="red">-9.7%</td>
<td data-th="Year" class="red">-61.7%</td>
</tr>
</table>
<p class="note">Data taken on September 5, 2019</p>
<p class="table-title">XMR Price Graph for August 30 - September 5, 2019</p>
![XMR Price Graph 08/30/19-09/05/19](/img/weekly-chart-0905.png "XMR Price Graph 08/30/19-09/05/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,211 +0,0 @@
---
title: Issue 25&#58; September 5-12, 2019
image: /img/twitter-card-issue-25.png
issuenumber: 25
---
[<img src="/img/img-issue25.png" alt="Revuo Monero Weekly #25 Slide" class="img-lead">](/issue-25.html)
<p class="text-lead">Revuo Monero Weekly: Week of September 5 - September 12, 2019.</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="#merchant">Monero Merchant of the Week</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Brandon "surae" Goodell <a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/89#note_7255" target="_blank">posted his August report on GitLab</a>.
</h4>
</div>
<div class="newsbyte">
<h4>XMR.ru team <a href="https://www.reddit.com/r/Monero/comments/d186vv/xmrrureport_august/" target="_blank">posted their August report</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monerujo contributor Anhdres posted <a href="https://medium.com/@anhdres/how-to-move-your-monerujo-wallets-from-one-phone-to-another-4fcc79c38192" target="_blank">an article “How to move your Monerujo wallets from one phone to another” with step-by-step instructions</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/d35ift/getmoneroorg_updated_updated_guides_new/" target="_blank">Getmonero.org is updated: new "Announcements" section, updated guides, some consensus changes, meeting logs and more</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user <a href="https://www.reddit.com/user/rottenwheel" target="_blank">rottenwheel</a> posted <a href="https://t.me/monerotelegram" target="_blank">a directory for all Monero groups on Telegram</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Daniel Kim, PhD, MBA gave the opening keynote at Monero DefCon 27 Village - <a href="https://youtu.be/r-FkL5eXam8" target="_blank">watch his presentation “Foundations of Digital Money” on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Lucas, creator of MoneroMixer - a tool that helps you anonymously transact or mix XMR & other coins - <a href="https://youtu.be/ZDr9XgLjXaQ" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Diego "rehrar" Salazar was interviewed by BBOD on Privacy in Monero - <a href="https://youtu.be/20LIV7uQJco" target="_blank">watch Part 1</a> and <a href="https://youtu.be/ArAphqVZxAU" target="_blank">watch Part 2</a> on YouTube.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Ben Armstrong aka BitBoy Crypto discussing his journey through the crypto space, Bitcoin & his thoughts on privacy coins, including Monero - <a href="https://youtu.be/uBw0tKDcDic" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/bity/status/1170996211106684930" target="_blank">Bity added a new ATM supporting Monero in Basel</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/bitbillwallet/status/1170879164993306624" target="_blank">Ownbit (BitBill) added Android support for Monero</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">September 14, 2019 (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 16, 2019 (Monday) 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 22, 2019 (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 29-31, 2019 The Cosmopolitan of Las Vegas, Las Vegas, NV</p>
<p markdown="1">Monero presence (booth and speakers) at <a href="https://worldcryptocon.com/" target="_blank">World Crypto Con</a></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/96" target="_blank">Sarang: research funding for 2019 Q4</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/86" target="_blank">A Monero Tip Bot for Telegram</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-weblate.html" target="_blank">New Localization platform: Weblate</a> by ErCiccione</p>
<p>Raised <b>6.48 of 11.00</b> XMR (59%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1921803</b></p>
<p>Hash rate: <b>343.085 MH/s</b></p>
<p>Median block size: <b>12.3 kB</b></p>
<p>Average Tx per block: <b>7.65</b></p>
<p>Weekly Moving Average Tx per day: <b>5464</b></p>
<p>Block reward: <b>2.37 XMR</b></p>
</div>
<p class="note">Data taken on September 12, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0912.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b> $1,290,937,838</b><br>Localmonero.co Street Price: <b>$74.52</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>09/12/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="09/12/19">$75.00</td>
<td data-th="Week" class="green">+2.1%</td>
<td data-th="Month" class="red">-17.3%</td>
<td data-th="Year" class="red">-28.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="09/12/19">€67.82</td>
<td data-th="Week" class="green">+1.8%</td>
<td data-th="Month" class="red">-16.2%</td>
<td data-th="Year" class="red">-25.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="09/12/19">Ƀ0.00722128</td>
<td data-th="Week" class="green">+3.6%</td>
<td data-th="Month" class="red">-9.6%</td>
<td data-th="Year" class="red">-56.9%</td>
</tr>
</table>
<p class="note">Data taken on September 12, 2019</p>
<p class="table-title">XMR Price Graph for September 6 - 12, 2019</p>
![XMR Price Graph 09/05/19-09/12/19](/img/weekly-chart-0912.png "XMR Price Graph 09/05/19-09/12/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="merchant">Monero Merchant of the Week</h3>
<p><a href="https://gratuitas.org/" target="_blank"><img src="/img/gratuitas-logo.jpg" alt="Coinhost Logo" class="gratuitas"></a></p>
<p><a href="https://gratuitas.org/" target="_blank">Gratuitas</a> is a social impact startup that allows the consumer to tip coffee producers in developing nations using Monero.</p>
<p>How does it work? Gratuitas is using products that are produced by under appreciated, hard-working people living in developing countries. Now you are able to thank those workers directly with a tip.</p>
<p>As a proof-of-concept, Gratuitas has provided coffee farmers in Brazil with Monero private keys. These keys correspond with public key QR codes printed on the bags your coffee is delivered in. You can scan that code to tip the coffee producer directly. If the coffee pilot is a success, Gratuitas will add other products to our offerings, and seek partnerships.</p>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,197 +0,0 @@
---
title: Issue 26&#58; September 12-19, 2019
image: /img/twitter-card-issue-26.png
issuenumber: 26
---
[<img src="/img/img-issue26.png" alt="Revuo Monero Weekly #26 Slide" class="img-lead">](/issue-26.html)
<p class="text-lead">Revuo Monero Weekly: Week of September 12 - 19, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/d4musv/update_cake_wallet_version_3120_black_forest_cake/" target="_blank">New update for Cake Wallet - Version 3.1.20 Black Forest Cake Edition - is available for download</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.binance.com/en/support/articles/360033808071" target="_blank">Binance adds Monero to Binance Lending Products</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.linuxmint.com/donors.php" target="_blank">The Linux Mint Project now accepts Monero for donations</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://support.okex.co.kr/hc/ko/articles/360033580551" target="_blank">OKEx Korea delists Monero, Zcash and other alleged privacy coin</a>.</h4>
</div>
<div class="newsbyte">
<h4>BLOC GUI Miner has had two updates in the past week. Find the patch notes on Reddit <a href="https://www.reddit.com/r/Monero/comments/d3ng6c/mine_monero_xmr_with_style_bloc_gui_miner_new/" target="_blank">here</a> and <a href="https://www.reddit.com/r/Monero/comments/d65wge/mine_monero_xmr_with_style_from_macos_windows/" target="_blank">here</a>.
</h4>
</div>
<div class="newsbyte">
<h4>The mining software XMRig has two new releases. The first is <a href="https://github.com/xmrig/xmrig/releases/tag/v3.1.2" target="_blank">the stable release update</a>, and the second is <a href="https://github.com/xmrig/xmrig/releases/tag/v4.0.0-beta" target="_blank">a beta</a> for any testers out there. Check them out!</h4>
</div>
<div class="newsbyte">
<h4>Revuo Monero released another periodical covering major Monero workgroup updates during the first half of 2019 - <a href="https://revuo-monero.com/periodicals/periodical-3-2019.html" target="_blank">available here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Jonathan Leong, CEO of BTSE on how this exchange will be integrating Monero futures - <a href="https://youtu.be/jMApMoNhZ0Q" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Coin Watch interviewed Paul Puey, CEO of Edge Wallet, about Monero and Dash - <a href="https://youtu.be/WxEUO05-aoQ" target="_blank">available on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">September 21, 2019 (Saturday) 16:00 UTC</p>
<p markdown="1">Monero Coffee Chat - <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">watch online here</a></p>
</div>
<div class="event">
<p class="date" markdown="1">September 22, 2019 (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 23, 2019 (Monday) 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 28, 2019 (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 29-31, 2019 The Cosmopolitan of Las Vegas, Las Vegas, NV</p>
<p markdown="1">Monero presence (booth and speakers) at <a href="https://worldcryptocon.com/" target="_blank">World Crypto Con</a></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/98" target="_blank">Monero Wiki September 2019</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/86" target="_blank">A Monero Tip Bot for Telegram</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/sarang-2019-q4.html" target="_blank">Sarang: research funding for 2019 Q4</a> by Sarang Noether</p>
<p>Raised <b>58.65 of 417.00</b> XMR (14%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1926839</b></p>
<p>Hash rate: <b>325.189 MH/s</b></p>
<p>Median block size: <b>8.02 kB</b></p>
<p>Average Tx per block: <b>7.62</b></p>
<p>Weekly Moving Average Tx per day: <b>5468</b></p>
<p>Block reward: <b>2.35 XMR</b></p>
</div>
<p class="note">Data taken on September 19, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0919.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b> $1,306,282,194</b><br>Localmonero.co Street Price: <b>$75.49</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>09/19/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="09/19/19">$75.83</td>
<td data-th="Week" class="green">+2.3%</td>
<td data-th="Month" class="red">-15.7%</td>
<td data-th="Year" class="red">-32.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="09/19/19">€68.66</td>
<td data-th="Week" class="green">+2.0%</td>
<td data-th="Month" class="red">-15.4%</td>
<td data-th="Year" class="red">-28.71%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="09/19/19">Ƀ0.00740395</td>
<td data-th="Week" class="green">+1.4%</td>
<td data-th="Month" class="red">-10.3%</td>
<td data-th="Year" class="red">-58.2%</td>
</tr>
</table>
<p class="note">Data taken on September 19, 2019</p>
<p class="table-title">XMR Price Graph for September 13 - 19, 2019</p>
![XMR Price Graph 09/13/19-09/19/19](/img/weekly-chart-0919.png "XMR Price Graph 09/13/19-09/19/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,188 +0,0 @@
---
title: Issue 27&#58; September 19-26, 2019
image: /img/twitter-card-issue-27.png
issuenumber: 27
---
[<img src="/img/img-issue27.png" alt="Revuo Monero Weekly #27 Slide" class="img-lead">](/issue-27.html)
<p class="text-lead">Revuo Monero Weekly: Week of September 19 - 26, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>November 30th is the protocol upgrade. <a href="https://www.reddit.com/r/Monero/comments/d884zt/preliminary_information_thread_regarding_the/" target="_blank">See what you need to know to prepare</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/d9bbcv/randomx_testnet/" target="_blank">The testing on hycs private testnet has completed</a>. Windows and Mac testers are still wanted.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://repo.getmonero.org/monero-project/monero-site/blob/7a7ce8274b6b61d0ee930459fd71d08ba69cf138/_posts/2019-09-22-logs-for-the-dev-meeting-held-on-2019-09-22.md" target="_blank">Dev Meeting Logs from September 22, 2019 are posted on GitLab</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Coffee Chat stream from September 21, 2019 is <a href="https://youtu.be/1y0YeTLbYEc" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user <a href="https://old.reddit.com/user/asymptotically508" target="_blank">asymptotically508</a> started <a href="https://xmr.wiki/Main_Page" target="_blank">a Monero Wiki</a>. Everyone is encouraged to contribute.</h4>
</div>
<div class="newsbyte">
<h4>Exploring Monero UI/UX Episode 2: Open Source Goals with samsunggalaxyplayer and rehrar <a href="https://youtu.be/5TVhSVV0jko" target="_blank">is available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Monero Community Workgroup has a new logo created by user <a href="https://www.reddit.com/user/anhdres" target="_blank">anhdres</a>. Take a look at it <a href="https://www.reddit.com/r/Monero/comments/d6mafx/new_logo_for_the_monero_community_workgroup/" target="_blank">here</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero DefCon 2018 puzzle is solved - <a href="https://www.reddit.com/r/Monero/comments/d7dpzw/solved_monero_defcon_2018_puzzle/" target="_blank">read the report by midipoet</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.switchain.com/blog/best-monero-wallets-top-8-monero-wallets-2019/" target="_blank">Switchchain made a guide to the top Monero wallets</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">September 28, 2019 (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 30, 2019 (Monday) 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">October 6, 2019 (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 29-31, 2019 The Cosmopolitan of Las Vegas, Las Vegas, NV</p>
<p markdown="1">Monero presence (booth and speakers) at <a href="https://worldcryptocon.com/" target="_blank">World Crypto Con</a></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/98" target="_blank">Monero Wiki October 2019</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/monero-tip-bot.html" target="_blank">A Monero Tip Bot for Telegram</a> by HAH! Sun (omani)</p>
<p>Raised <b>11.95 of 13.00</b> XMR (92%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1931842</b></p>
<p>Hash rate: <b>317.856 MH/s</b></p>
<p>Median block size: <b>10.6 kB</b></p>
<p>Average Tx per block: <b>7.07</b></p>
<p>Weekly Moving Average Tx per day: <b>5096</b></p>
<p>Block reward: <b>2.32 XMR</b></p>
</div>
<p class="note">Data taken on September 26, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0926.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$984,251,584</b><br>Localmonero.co Street Price: <b>$54.38</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>09/26/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="09/26/19">$56.98</td>
<td data-th="Week" class="red">-29.4%</td>
<td data-th="Month" class="red">-27.8%</td>
<td data-th="Year" class="red">-50.8%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="09/26/19">€52.27</td>
<td data-th="Week" class="red">-28.6%</td>
<td data-th="Month" class="red">-26.6%</td>
<td data-th="Year" class="red">-47.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="09/26/19">Ƀ0.00711270</td>
<td data-th="Week" class="red">-11.2%</td>
<td data-th="Month" class="red">-7.5%</td>
<td data-th="Year" class="red">-60.9%</td>
</tr>
</table>
<p class="note">Data taken on September 26, 2019</p>
<p class="table-title">XMR Price Graph for September 20 - 26, 2019</p>
![XMR Price Graph 09/20/19-09/26/19](/img/weekly-chart-0926.png "XMR Price Graph 09/20/19-09/26/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,179 +0,0 @@
---
title: Issue 28&#58; September 26 - October 3, 2019
image: /img/twitter-card-issue-28.png
issuenumber: 28
---
[<img src="/img/img-issue28.png" alt="Revuo Monero Weekly #28 Slide" class="img-lead">](/issue-28.html)
<p class="text-lead">Revuo Monero Weekly: Week of September 26 - October 3, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/d9yocl/randomx_is_now_live_on_testnet/" target="_blank">RandomX is live on testnet</a>!
</h4>
</div>
<div class="newsbyte">
<h4>People are beginning to post benchmarks for RandomX. <a href="https://randomx.monerobenchmarks.info/" target="_blank">Check them out and submit your own</a>.
</h4>
</div>
<div class="newsbyte">
<h4>The creators of LocalMonero.co have created <a href="https://agoradesk.com/" target="_blank">Agoradesk</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://support.exodus.io/article/1138-monero-key-types" target="_blank">Exodus wallet put out a support page for Moneros unique features, including its different key types</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://eprint.iacr.org/2019/654" target="_blank">A new version of Moneros CLSAG ring signatures paper is out</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/xmrig/xmrig/issues/1204" target="_blank">XMRig has put out a RandomX migration guide for miners</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Crypto Rating Council, made up of several exchanges, <a href="https://twitter.com/lawmaster/status/1178627290676301824/photo/1" target="_blank">has rated several cryptocurrencies on their likelihood of being a security by SEC standards</a> (though the Council is not SEC acknowledged). They rated Monero as “Not a security”.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://blokt.com/news/monero-interview-shedding-light-on-the-coming-0-15-upgrade-and-randomx" target="_blank">Blokt put out an article on the upcoming network upgrade</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Brad Mines (@bitfiwarrior) about Monero and the importance of privacy - <a href="https://www.youtube.com/watch?v=rWc6sb1ikWc" target="_blank">available on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">October 6, 2019 (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 7, 2019 (Monday) 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">October 12, 2019 (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 29-31, 2019 The Cosmopolitan of Las Vegas, Las Vegas, NV</p>
<p markdown="1">Monero presence (booth and speakers) at <a href="https://worldcryptocon.com/" target="_blank">World Crypto Con</a></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/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1936818</b></p>
<p>Hash rate: <b>328.452 MH/s</b></p>
<p>Median block size: <b>10.6 kB</b></p>
<p>Average Tx per block: <b>6.23</b></p>
<p>Weekly Moving Average Tx per day: <b>4505</b></p>
<p>Block reward: <b>2.30 XMR</b></p>
</div>
<p class="note">Data taken on October 3, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-1003.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$950,641,526</b><br>Localmonero.co Street Price: <b>$52.40</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>10/03/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="10/03/19">$55.12</td>
<td data-th="Week" class="red">-7.6%</td>
<td data-th="Month" class="red">-24.4%</td>
<td data-th="Year" class="red">-52.8%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="10/03/19">€50.26</td>
<td data-th="Week" class="red">-7.7%</td>
<td data-th="Month" class="red">-24.5%</td>
<td data-th="Year" class="red">-50.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="10/03/19">Ƀ0.00676993</td>
<td data-th="Week" class="red">-3.9%</td>
<td data-th="Month" class="red">-4.0%</td>
<td data-th="Year" class="red">-62.0%</td>
</tr>
</table>
<p class="note">Data taken on October 3, 2019</p>
<p class="table-title">XMR Price Graph for September 27 - October 3, 2019</p>
![XMR Price Graph 09/27/19-10/03/19](/img/weekly-chart-1003.png "XMR Price Graph 09/27/19-10/03/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,177 +0,0 @@
---
title: Issue 29&#58; October 3 - October 10, 2019
image: /img/twitter-card-issue-29.png
issuenumber: 29
---
[<img src="/img/img-issue29.png" alt="Revuo Monero Weekly #29 Slide" class="img-lead">](/issue-29.html)
<p class="text-lead">Revuo Monero Weekly: Week of October 3 - October 10, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2019/10/01/announcement-release-0-15.html" target="_blank">A blogpost with information about the upcoming network upgrade has been released</a>.
</h4>
</div>
<div class="newsbyte">
<h4>The Localization Workgroup has switched translation platform from Pootle to Weblate. <a href="https://www.reddit.com/r/Monero/comments/dekppj/weblate_is_finally_ready_at_translategetmoneroorg/" target="_blank">See the announcement here</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Getmonero.org got updated: <a href="https://www.reddit.com/r/Monero/comments/ddkx41/getmonero_updated_announcement_for_network/" target="_blank">announcement for network upgrade, working CCS API, new merchants, meeting logs and more</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/btcpayserver/btcpayserver/pull/1044" target="_blank">Preliminary support for Monero on BTCPayServer has been merged</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://bitvps.com/" target="_blank">Virtual Private Server host BitVPS now accepts Monero (not an endorsement)</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://blokt.com/guides/a-beginners-guide-to-monero" target="_blank">Blokt put out a beginner's guide to Monero</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Spesmonerujo on the Boron Butterfly Bill Series - <a href="https://youtu.be/uwo7oLJTEo8" target="_blank">available on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">October 12, 2019 (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 14, 2019 (Monday) 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">October 19, 2019 (Saturday) 16:00 UTC</p>
<p markdown="1">Monero Coffee Chat - <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">watch online here</a></p>
</div>
<div class="event">
<p class="date" markdown="1">October 20, 2019 (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 29-31, 2019 The Cosmopolitan of Las Vegas, Las Vegas, NV</p>
<p markdown="1">Monero presence (booth and speakers) at <a href="https://worldcryptocon.com/" target="_blank">World Crypto Con</a></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/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1941904</b></p>
<p>Hash rate: <b>303.290 MH/s</b></p>
<p>Median block size: <b>7.16 kB</b></p>
<p>Average Tx per block: <b>6.62</b></p>
<p>Weekly Moving Average Tx per day: <b>4707</b></p>
<p>Block reward: <b>2.28 XMR</b></p>
</div>
<p class="note">Data taken on October 10, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-1010.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$960,059,788</b><br>Localmonero.co Street Price: <b>$55.76</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>10/10/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="10/10/19">$55.65</td>
<td data-th="Week" class="red">-0.4%</td>
<td data-th="Month" class="red">-25.8%</td>
<td data-th="Year" class="red">-51.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="10/10/19">€50.57</td>
<td data-th="Week" class="red">-0.8%</td>
<td data-th="Month" class="red">-25.5%</td>
<td data-th="Year" class="red">-48.8%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="10/10/19">Ƀ0.00650801</td>
<td data-th="Week" class="red">-2.7%</td>
<td data-th="Month" class="red">-10.4%</td>
<td data-th="Year" class="red">-62.0%</td>
</tr>
</table>
<p class="note">Data taken on October 10, 2019</p>
<p class="table-title">XMR Price Graph for October 4 - October 10, 2019</p>
![XMR Price Graph 10/04/19-10/10/19](/img/weekly-chart-1010.png "XMR Price Graph 10/04/19-10/10/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,173 +0,0 @@
---
title: Issue 30&#58; October 10 - October 17, 2019
image: /img/twitter-card-issue-30.png
issuenumber: 30
---
[<img src="/img/img-issue30.png" alt="Revuo Monero Weekly #30 Slide" class="img-lead">](/issue-30.html)
<p class="text-lead">Revuo Monero Weekly: Week of October 10 - October 17, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Reddit user <a href="https://www.reddit.com/user/fullmetalScience" target="_blank">fullmetalscience</a> <a href="https://www.reddit.com/r/Monero/comments/dig1u8/get_your_usernamexmrid_monero_address_here/" target="_blank">has opened up their domain xmr.id</a> for the public to register their OpenAlias accounts on.
</h4>
</div>
<div class="newsbyte">
<h4>Github user dan-da has <a href="https://github.com/dan-da/subaddress-derive-xmr" target="_blank">made a tool that allows for offline Monero address generation</a>, as well as subsequent subaddress generation, without the need for core Monero software installation.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/dimfq8/a_reusable_dockerfile_for_compiling_the_latest/" target="_blank">Ericiccione has made a Dockerfile for compiling the latest nightly Monero release</a>. Use with caution, as the software that will be built will be considered beta, but can be good for testing purposes.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Outreach wants feedback from <a href="https://www.reddit.com/r/Monero/comments/dhifu0/monero_merchants_seeking_your_feedback/" target="_blank">merchants</a> and <a href="https://www.reddit.com/r/Monero/comments/dhwwhb/monero_customers_users_seeking_your_feedback/" target="_blank">customers</a> about the UX of Monero.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">October 19, 2019 (Saturday) 16:00 UTC</p>
<p markdown="1">Monero Coffee Chat - <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">watch online here</a></p>
</div>
<div class="event">
<p class="date" markdown="1">October 20, 2019 (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 21, 2019 (Monday) 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">October 23, 2019 (Wednesday) 18:00 UTC</p>
<p markdown="1">36C3 Meeting - <a href="irc://chat.freenode.net/#monero-ccc" target="_blank">#monero-ccc</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">October 26, 2019 (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 29-31, 2019 The Cosmopolitan of Las Vegas, Las Vegas, NV</p>
<p markdown="1">Monero presence (booth and speakers) at <a href="https://worldcryptocon.com/" target="_blank">World Crypto Con</a></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/99" target="_blank">xiphon part-time coding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/97" target="_blank">funding for a new payment gateway</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1946944</b></p>
<p>Hash rate: <b>333.492 MH/s</b></p>
<p>Median block size: <b>21.8 kB</b></p>
<p>Average Tx per block: <b>8.05</b></p>
<p>Weekly Moving Average Tx per day: <b>5825</b></p>
<p>Block reward: <b>2.26 XMR</b></p>
</div>
<p class="note">Data taken on October 17, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-1017.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$967,953,689</b><br>Localmonero.co Street Price: <b>$56.53</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>10/17/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="10/17/19">$56.02</td>
<td data-th="Week" class="red">-2.0%</td>
<td data-th="Month" class="red">-25.6%</td>
<td data-th="Year" class="red">-48.0%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="10/17/19">€50.31</td>
<td data-th="Week" class="red">-3.2%</td>
<td data-th="Month" class="red">-26.5%</td>
<td data-th="Year" class="red">-46.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="10/17/19">Ƀ0.00694380</td>
<td data-th="Week" class="green">+4.1%</td>
<td data-th="Month" class="red">-5.6%</td>
<td data-th="Year" class="red">-57.0%</td>
</tr>
</table>
<p class="note">Data taken on October 17, 2019</p>
<p class="table-title">XMR Price Graph for October 11 - October 17, 2019</p>
![XMR Price Graph 10/04/19-10/10/19](/img/weekly-chart-1010.png "XMR Price Graph 10/04/19-10/10/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,199 +0,0 @@
---
title: Issue 31&#58; October 17 - October 25, 2019
image: /img/twitter-card-issue-31.png
issuenumber: 31
---
[<img src="/img/img-issue31.png" alt="Revuo Monero Weekly #31 Slide" class="img-lead">](/issue-31.html)
<p class="text-lead">Revuo Monero Weekly: Week of October 17 - October 25, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Community members sgp and knaccc have made a post titled "Advisory note for users making use of subaddresses" - <a href="https://web.getmonero.org/2019/10/18/subaddress-janus.html" target="_blank">available on GetMonero.org</a>.
</h4>
</div>
<div class="newsbyte">
<h4>XMR.ru team posted their <a href="https://www.reddit.com/r/Monero/comments/dk1qvj/xmrrureport_september/" target="_blank">September report</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/CakewalletXMR/status/1185686813010210822" target="_blank">Cake Wallet for Monero has reached 20,000 unique installs on iOS</a>. Congratulations!
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/dme2zo/getmoneroorg_updated_1_new_blog_post_3_new/" target="_blank">Getmonero.org was updated: 1 new blog post, 3 new merchants, meeting logs, updated translation and more</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/btsecom/status/1186344898640916480" target="_blank">BTSE has launched KYC-free XMR spot trading</a>.
</h4>
</div>
<div class="newsbyte">
<h4>October Monero Coffee Chat from 10/19/2019 is <a href="https://youtu.be/ofHURcDHpyo" target="_blank">available on YouTube</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Alex on LocalMonero & AgoraDesk, a peer-to-peer OTC Crypto trading service - <a href="https://youtu.be/VuCdBIZcHiE" target="_blank">available on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">October 26, 2019 (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 28, 2019 (Monday) 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">October 29-31, 2019 The Cosmopolitan of Las Vegas, Las Vegas, NV</p>
<p markdown="1">Monero presence (booth and speakers) at <a href="https://worldcryptocon.com/" target="_blank">World Crypto Con</a></p>
</div>
<div class="event">
<p class="date" markdown="1">October 30, 2019 (Wednesday) 18:00 UTC</p>
<p markdown="1">36C3 Meeting - <a href="irc://chat.freenode.net/#monero-ccc" target="_blank">#monero-ccc</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">November 3, 2019 (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/103" target="_blank">moneromooo, from november 2019</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/102" target="_blank">WIP: Norwegian translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/97" target="_blank">funding for a new payment gateway</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/rehrar-36c3-expenses.html" target="_blank">rehrar to 36C3</a> by rehrar</p>
<p>Raised <b>4.42 of 58.65</b> XMR (8%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-weblate.html" target="_blank">Multiple features and fixes for getmonero.org</a> by erciccione</p>
<p>Raised <b>2.46 of 60.00</b> XMR (4%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1952725</b></p>
<p>Hash rate: <b>308.856 MH/s</b></p>
<p>Median block size: <b>13.6 kB</b></p>
<p>Average Tx per block: <b>8.61</b></p>
<p>Weekly Moving Average Tx per day: <b>6190</b></p>
<p>Block reward: <b>2.23 XMR</b></p>
</div>
<p class="note">Data taken on October 25, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-1025.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,017,588,824</b><br>Localmonero.co Street Price: <b>$55.93</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>10/25/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="10/25/19">$58.88</td>
<td data-th="Week" class="green">+5.3%</td>
<td data-th="Month" class="red">-1.0%</td>
<td data-th="Year" class="red">-44.4%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="10/25/19">€53.17</td>
<td data-th="Week" class="green">+5.7%</td>
<td data-th="Month" class="red">-1.6%</td>
<td data-th="Year" class="red">-42.8%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="10/25/19">Ƀ0.00681603</td>
<td data-th="Week" class="red">-1.5%</td>
<td data-th="Month" class="red">-1.0%</td>
<td data-th="Year" class="red">-58.1%</td>
</tr>
</table>
<p class="note">Data taken on October 25, 2019</p>
<p class="table-title">XMR Price Graph for October 19 - October 25, 2019</p>
![XMR Price Graph 10/19/19-10/25/19](/img/weekly-chart-1025.png "XMR Price Graph 10/19/19-10/25/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,208 +0,0 @@
---
title: Issue 32&#58; October 25 - October 31, 2019
image: /img/twitter-card-issue-32.png
issuenumber: 32
---
[<img src="/img/img-issue32.png" alt="Revuo Monero Weekly #32 Slide" class="img-lead">](/issue-32.html)
<p class="text-lead">Revuo Monero Weekly: Week of October 25 - October 31, 2019.</p>
<!--more-->
<h3>Happy Halloween to all Monero enthusiasts!</h3>
<img src="/img/monero-pumpkin-sm.png" alt="Monero Pumpkin">
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>The release v0.15 branch has been created. <a href="https://www.reddit.com/r/Monero/comments/dnf68t/the_release_v015_branch_has_been_created_a_brief/" target="_blank">Here is a guide on how to help out with testing</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Breaking Monero Episode 14: Subaddress Association (Janus Attack) - <a href="https://youtu.be/M_IYzzC5Zqk" target="_blank">available on YouTube</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/BitcoinComExch/status/1188790055965528065" target="_blank">Bitcoin.com Exchange has listed Monero</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/BTSEcom/status/1189777190499446785" target="_blank">BTSE has launched futures trading for Monero</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://blog.bitvps.com/bitvps-hidden-service/" target="_blank">BitVPS added Monero</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/Magnum_Wallet/status/1187766178548244480" target="_blank">Magnum Wallet has added support for Monero</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Dr Daniel Kims presentation on Monero from Anarchapulco 2019 is now <a href="https://youtu.be/BKNK_mM_P0s" target="_blank">available on YouTube</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Rafael LaVerde interviewed Diego “rehrar” Salazar at the 2019 DEF CON Hacking Conference - <a href="https://youtu.be/U1eQrtzAuQE" target="_blank">watch it on YouTube</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Kyle Torpey on Monero, Bitcoin privacy and other Bitcoin-related things - <a href="https://youtu.be/2Wec66_mb1c" target="_blank">available on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">November 3, 2019 (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 4, 2019 (Monday) 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">November 6, 2019 (Wednesday) 18:00 UTC</p>
<p markdown="1">36C3 Meeting - <a href="irc://chat.freenode.net/#monero-ccc" target="_blank">#monero-ccc</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">November 9, 2019 (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/102" target="_blank">WIP: Norwegian translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/97" target="_blank">funding for a new payment gateway</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/mooo-2019-11.html" target="_blank">moneromooo: three months from November 2019</a> by moneromooo</p>
<p>Raised <b>0.42 of 395.00</b> XMR</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/rehrar-36c3-expenses.html" target="_blank">rehrar to 36C3</a> by rehrar</p>
<p>Raised <b>5.72 of 58.65</b> XMR (10%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-weblate.html" target="_blank">Multiple features and fixes for getmonero.org</a> by erciccione</p>
<p>Raised <b>6.17 of 60.00</b> XMR (10%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1956985</b></p>
<p>Hash rate: <b>321.556 MH/s</b></p>
<p>Median block size: <b>19.1 kB</b></p>
<p>Average Tx per block: <b>9.51</b></p>
<p>Weekly Moving Average Tx per day: <b>6838</b></p>
<p>Block reward: <b>2.21 XMR</b></p>
</div>
<p class="note">Data taken on October 31, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-1031.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,017,588,457</b><br>Localmonero.co Street Price: <b>$55.89</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>10/31/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="10/31/19">$59.05</td>
<td data-th="Week" class="green">+11.4%</td>
<td data-th="Month" class="green">+3.8%</td>
<td data-th="Year" class="red">-42.4%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="10/31/19">€52.96</td>
<td data-th="Week" class="green">+11.2%</td>
<td data-th="Month" class="green">+1.5%</td>
<td data-th="Year" class="red">-41.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="10/31/19">Ƀ0.00644705</td>
<td data-th="Week" class="red">-9.2%</td>
<td data-th="Month" class="red">-6.2%</td>
<td data-th="Year" class="red">-60.2%</td>
</tr>
</table>
<p class="note">Data taken on October 31, 2019</p>
<p class="table-title">XMR Price Graph for October 25 - October 31, 2019</p>
![XMR Price Graph 10/25/19-10/31/19](/img/weekly-chart-1031.png "XMR Price Graph 10/25/19-10/31/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,185 +0,0 @@
---
title: Issue 33&#58; October 31 - November 7, 2019
image: /img/twitter-card-issue-33.png
issuenumber: 33
---
[<img src="/img/img-issue33.png" alt="Revuo Monero Weekly #33 Slide" class="img-lead">](/issue-33.html)
<p class="text-lead">Revuo Monero Weekly: Week of October 31 - November 7, 2019.</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="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://github.com/monero-project/monero/releases/tag/v0.15.0.0" target="_blank">CLI and GUI v0.15.0.0 'Carbon Chamaeleon' has been tagged</a>. You can help verify the integrity with the deterministic build process (CLI only!). Instructions for doing so <a href="https://github.com/monero-project/monero/tree/master/contrib/gitian#gitian-building" target="_blank">can be found here</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Two new projects have joined the Monero Ecosystem initiative: Moneros Telegram Tipbot and the XMR.to client written in Go. <a href="https://www.reddit.com/r/Monero/comments/ds191t/2_new_projects_join_the_monero_ecosystem_the/" target="_blank">See the announcement here</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/drma4z/cake_wallet_looking_for_android_testers/" target="_blank">Cake Wallet is looking for Android beta testers for their soon-to-be-released Android version of their app</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://masteringmonero.com/bitcoin.html" target="_blank">Mastering Monero is beginning a marketing campaign titled “Beware of Bitcoin”</a>.
</h4>
</div>
<div class="newsbyte">
<h4>SupportXMR GUI has had a major update. <a href="https://www.reddit.com/r/Monero/comments/ds2rgy/supportxmrgui_update_twice_the_features_half_the/" target="_blank">Check out the details</a>.
</h4>
</div>
<div class="newsbyte">
<h4>MoneroTalk interviews Andreas M. Antonopoulos on fungibility, privacy, Monero & the future of true digital cash - <a href="https://youtu.be/2wDekBAGydg" target="_blank">available on YouTube</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Jeff Berwick aka Dollar Vigilante, Rafael LaVerde & Mr. X on Monero & the importance of Privacy - <a href="https://youtu.be/HvObG9Fo13M" target="_blank">watch on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">November 9, 2019 (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 11, 2019 (Monday) 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">November 13, 2019 (Wednesday) 16:00 UTC</p>
<p markdown="1">36C3 Meeting - <a href="irc://chat.freenode.net/#monero-ccc" target="_blank">#monero-ccc</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">November 17, 2019 (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/102" target="_blank">WIP: Norwegian translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/97" target="_blank">funding for a new payment gateway</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/mooo-2019-11.html" target="_blank">moneromooo: three months from November 2019</a> by moneromooo</p>
<p>Raised <b>344.36 of 395.00</b> XMR (87%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1962129</b></p>
<p>Hash rate: <b>304.624 MH/s</b></p>
<p>Median block size: <b>25.2 kB</b></p>
<p>Average Tx per block: <b>10.29</b></p>
<p>Weekly Moving Average Tx per day: <b>6987</b></p>
<p>Block reward: <b>2.19 XMR</b></p>
</div>
<p class="note">Data taken on November 7, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-1107.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,090,724,910</b><br>Localmonero.co Street Price: <b>$60.62</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>11/07/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="11/07/19">$63.09</td>
<td data-th="Week" class="green">+6.9%</td>
<td data-th="Month" class="green">+13.7%</td>
<td data-th="Year" class="red">-43.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="11/07/19">€57.07</td>
<td data-th="Week" class="green">+7.9%</td>
<td data-th="Month" class="green">+12.8%</td>
<td data-th="Year" class="red">-41.6%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="11/07/19">Ƀ0.00683957</td>
<td data-th="Week" class="green">+6.1%</td>
<td data-th="Month" class="green">+0.8%</td>
<td data-th="Year" class="red">-59.8%</td>
</tr>
</table>
<p class="note">Data taken on November 7, 2019</p>
<p class="table-title">XMR Price Graph for November 1 - November 7, 2019</p>
![XMR Price Graph 11/01/19-11/07/19](/img/weekly-chart-1107.png "XMR Price Graph 11/01/19-11/07/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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>
<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.

View file

@ -1,206 +0,0 @@
---
title: Issue 34&#58; November 7-14, 2019
image: /img/twitter-card-issue-34.png
issuenumber: 34
---
[<img src="/img/img-issue34.png" alt="Revuo Monero Weekly #34 Slide" class="img-lead">](/issue-34.html)
<p class="text-lead">Revuo Monero Weekly: Week of November 7 - November 14, 2019.</p>
<!--more-->
<h3 class="orange">Monero Network Upgrade Countdown</h3>
<p><a href="http://xmr.noctism.com/" target="_blank">15 days</a></p>
<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/dtt2j3/cli_v01500_carbon_chamaeleon_released/" target="_blank">CLI v0.15.0.0 'Carbon Chamaeleon' is released</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.coindesk.com/investment-app-abra-expands-us-offerings-with-60-new-cryptos" target="_blank">Abra Wallet now supports Monero withdraws</a> (via an exchange).
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/MoneroMining/comments/dvv637/xmrig_500_stable_release_unified_3_in_1_miner/" target="_blank">XMRig has released a RandomX ready stable release</a>; the primary new feature being its new 3-in-1 capabilities (CPU, OpenCL, CUDA).
</h4>
</div>
<div class="newsbyte">
<h4>Coinbase <a href="https://blog.coinbase.com/how-coinbase-views-proof-of-work-security-f4ba1a139da0" target="_blank">released a blog post concerning Proof of Work</a>, where Moneros previous ideologies were criticized. The Monero Outreach Workgroup <a href="https://www.monerooutreach.org/stories/response-to-coinbase.php" target="_blank">responded with a post of their own</a>, rebutting some of the inaccuracies.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/dw7l10/monero_application_133_and_141_release/" target="_blank">Ledger has released their updated Monero app in preparation for the hard fork</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/VCCExchange/status/1194119089360293888" target="_blank">VCC Exchange has listed Monero</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk with Adam Meister on Bitcoins surveillance properties, Monero & more - available on YouTube: <a href="https://youtu.be/zI-SbdLAEPc" target="_blank">Part 1</a>, <a href="https://youtu.be/_qmmw6M4SBU" target="_blank">Part 2</a>, and <a href="https://youtu.be/7XvDsTV0Qsg" target="_blank">Part 3</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">November 17, 2019 (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 18, 2019 (Monday) 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">November 20, 2019 (Wednesday) 16:00 UTC</p>
<p markdown="1">36C3 Meeting - <a href="irc://chat.freenode.net/#monero-ccc" target="_blank">#monero-ccc</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">November 23, 2019 (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 30, 2019 (Saturday) 16:00 UTC</p>
<p>Monero Coffee Chat - <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">watch online here</a></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/102" target="_blank">WIP: Norwegian translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/97" target="_blank">funding for a new payment gateway</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/36c3.html" target="_blank">36C3 Supplies</a> by rehrar</p>
<p>Raised <b>0.04 of 560.00</b> XMR</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1967099</b></p>
<p>Hash rate: <b>293.220 MH/s</b></p>
<p>Median block size: <b>13.6 kB</b></p>
<p>Average Tx per block: <b>10.41</b></p>
<p>Weekly Moving Average Tx per day: <b>7466</b></p>
<p>Block reward: <b>2.17 XMR</b></p>
</div>
<p class="note">Data taken on November 14, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-1114.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,126,557,777</b><br>Localmonero.co Street Price: <b>$62.50</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>11/14/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="11/14/19">$65.09</td>
<td data-th="Week" class="green">+3.1%</td>
<td data-th="Month" class="green">+25.1%</td>
<td data-th="Year" class="red">-30.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="11/14/19">€58.95</td>
<td data-th="Week" class="green">+3.4%</td>
<td data-th="Month" class="green">+25.3%</td>
<td data-th="Year" class="red">-28.8%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="11/14/19">Ƀ0.00752017</td>
<td data-th="Week" class="green">+10.0%</td>
<td data-th="Month" class="green">+18.3%</td>
<td data-th="Year" class="red">-53.4%</td>
</tr>
</table>
<p class="note">Data taken on November 14, 2019</p>
<p class="table-title">XMR Price Graph for November 8 - November 14, 2019</p>
![XMR Price Graph 11/08/19-11/14/19](/img/weekly-chart-1114.png "XMR Price Graph 11/08/19-11/14/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,178 +0,0 @@
---
title: Issue 35&#58; November 14-21, 2019
image: /img/twitter-card-issue-35.png
issuenumber: 35
---
[<img src="/img/img-issue35.png" alt="Revuo Monero Weekly #35 Slide" class="img-lead">](/issue-35.html)
<p class="text-lead">Revuo Monero Weekly: Week of November 14 - November 21, 2019.</p>
<!--more-->
<h3 class="orange">Warning</h3>
<div class="newsbyte">
<h4>The core team stewarded website (getmonero.org) was compromised on November 18th and served malicious binaries meant to steal the seeds of users. If you downloaded any binaries from the site within the past week, you should NOT run them and redownload. If you have run it, move your funds immediately.
</h4>
<h4><a href="https://web.getmonero.org/resources/user-guides/verification-allos-advanced.html" target="_blank">ALWAYS VERIFY HASHES! DO NOT SKIP THIS STEP!</a></h4>
<h4>You can read more about the situation on the <a href="https://web.getmonero.org/2019/11/19/warning-compromised-binaries.html" target="_blank">blog post of the website</a>.</h4>
</div>
<h3>Monero Network Upgrade Countdown</h3>
<p><a href="http://xmr.noctism.com/" target="_blank">8 days</a></p>
<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/dyoevr/cli_v01501_carbon_chamaeleon_has_been_tagged_you/" target="_blank">CLI v0.15.0.1 'Carbon Chamaeleon' has been tagged</a>. This solves the long-sync issue in the first tag. Users are encouraged to post the results of their deterministic builds.
</h4>
</div>
<div class="newsbyte">
<h4>XMR.tos Community Hub has expanded their offerings with a <a href="https://community.xmr.to/network/" target="_blank">Monero network map</a>, which shows the distribution of Monero nodes across the world, as well as which nodes are on which protocol version. As well, <a href="https://www.reddit.com/r/Monero/comments/dzimcm/xmrto_new_feature_you_can_now_create_orders_by/" target="_blank">XMR.to has added a new feature to the site proper</a>, allowing users to specify an amount in Monero.
</h4>
</div>
<div class="newsbyte">
<h4>Stanford University responsibly disclosed an attack affecting Monero and Zcash wherein they describe “remote side-channel attacks on receiver privacy”. Their writeup (with link to the paper) <a href="https://crypto.stanford.edu/timings/" target="_blank">can be found here</a> with Moneros publicly disclosed HackerOne report <a href="https://hackerone.com/reports/713321" target="_blank">available here</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/monero-ecosystem/monero-python/releases/tag/v0.6.2" target="_blank">Monero Python Module 0.62 has been released</a>, with optimized ed25519 code, leading to about 100x faster subaddress generation and seed operations.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/mymonero/mymonero-app-js/releases/tag/v1.1.13" target="_blank">MyMonero has released the 1.1.13 version of their desktop client</a>, with general security and performance updates. Non-mandatory for the fork, but recommended.
</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/106" target="_blank">Surae: research funding for Nov 2019 - Jan 2020</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/102" target="_blank">WIP: Norwegian translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/36c3.html" target="_blank">36C3 Supplies</a> by rehrar</p>
<p>Raised <b>101.43 of 560.00</b> XMR (18%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1972298</b></p>
<p>Hash rate: <b>285.446 MH/s</b></p>
<p>Median block size: <b>13.1 kB</b></p>
<p>Average Tx per block: <b>9.19</b></p>
<p>Weekly Moving Average Tx per day: <b>6581</b></p>
<p>Block reward: <b>2.15 XMR</b></p>
</div>
<p class="note">Data taken on November 21, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-1121.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,126,557,777</b><br>Localmonero.co Street Price: <b>$62.50</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>11/21/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="11/21/19">$53.90</td>
<td data-th="Week" class="red">-17.3%</td>
<td data-th="Month" class="red">-4.9%</td>
<td data-th="Year" class="red">-22.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="11/21/19">€48.72</td>
<td data-th="Week" class="red">-17.6%</td>
<td data-th="Month" class="red">-4.4%</td>
<td data-th="Year" class="red">-20.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="11/21/19">Ƀ0.00713492</td>
<td data-th="Week" class="red">-5.4%</td>
<td data-th="Month" class="green">+1.1%</td>
<td data-th="Year" class="red">-52.6%</td>
</tr>
</table>
<p class="note">Data taken on November 21, 2019</p>
<p class="table-title">XMR Price Graph for November 15 - November 21, 2019</p>
![XMR Price Graph 11/14/19-11/21/19](/img/weekly-chart-1121.png "XMR Price Graph 11/14/19-11/21/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,229 +0,0 @@
---
title: Issue 36&#58; November 21-28, 2019
image: /img/twitter-card-issue-36.png
issuenumber: 36
---
[<img src="/img/img-issue36.png" alt="Revuo Monero Weekly #36 Slide" class="img-lead">](/issue-36.html)
<p class="text-lead">Revuo Monero Weekly: Week of November 21 - November 28, 2019.</p>
<!--more-->
<h3>Monero Network Upgrade Countdown</h3>
<p><a href="http://xmr.noctism.com/" target="_blank">1 day</a></p>
<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>
<table class="moneroversary-table">
<tbody><tr class="row1">
<th>Hard Fork</th>
</tr>
</tbody></table>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/downloads/" target="_blank">The binaries for the CLI and GUI version 0.15.0.1 Carbon Chamaeleon have been released</a>. Read the blog post on the website <a href="https://web.getmonero.org/2019/11/24/monero-0.15.0.1-GUI-CLI-released.html" target="_blank">here</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/resources/user-guides/verification-allos-advanced.html" target="_blank">ALWAYS VERIFY HASHES!</a> Do not skip this step unless you want to risk losing funds.
</h4>
</div>
<table class="moneroversary-table">
<tbody><tr class="row1">
<th>Other News</th>
</tr>
</tbody></table>
<div class="newsbyte">
<h4><a href="https://cointelegraph.com/news/crypto-booking-firm-travala-partners-with-travel-giant-bookingcom" target="_blank">Travala, a cryptocurrency booking firm, has partnered with industry giant Booking.com</a>. Monero is supported, so you can book millions of locations around the world with Monero.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/moneromooo-monero/monero-update" target="_blank">Moneromooo has released a new Monero Updater software</a>, that would automatically check, verify, and download the correct version of Monero for your platform. Testers are wanted.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/m2049r/xmrwallet/releases/tag/v1.12.11" target="_blank">Monerujo has updated to v1.12.11 with support for Monero v0.15</a>. Get it directly, through the Google Play store, or on <a href="https://f-droid.monerujo.io/fdroid/repo/" target="_blank">their F-Droid repository</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/e1k7dg/ledger_monero_app_142_is_out/" target="_blank">Ledger has updated their Monero app to version 1.4.2 with support for the network upgrade</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Community members rottensox and anhdres (from Monerujo) have started a Spanish podcast about Monero. <a href="https://anchor.fm/elmonero/episodes/1-El-Hack-e97q4f/a-a1367he" target="_blank">View the first two episodes on Anchor</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/e28hvn/mandatory_update_cake_wallet_version_3121_updated/" target="_blank">Cake Wallet has updated to Version 3.1.21</a>, which is ready for the hard fork. Update on the App Store.
</h4>
</div>
<div class="newsbyte">
<h4>Monero talk interviewed Matthias Tarasiewicz on RIAT, Monero & Chaos Communication Congress 36C3 - <a href="https://youtu.be/ao-I1PkPFNM" target="_blank">watch on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">November 30, 2019 (Saturday) 18:00 UTC</p>
<p>Monero Coffee Chat (<a href="https://github.com/monero-project/meta/issues/416" target="_blank">Special Network Upgrade Edition</a>) - <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">watch online here</a></p>
</div>
<div class="event">
<p class="date" markdown="1">December 1, 2019 (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 2, 2019 (Monday) 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">December 4, 2019 (Wednesday) 16:00 UTC</p>
<p markdown="1">36C3 Meeting - <a href="irc://chat.freenode.net/#monero-ccc" target="_blank">#monero-ccc</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">December 7, 2019 (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/102" target="_blank">WIP: Norwegian translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/surae-q4-funding-2019.html" target="_blank">Surae: research funding for Nov 2019 - Jan 2020</a> by Surae Noether</p>
<p>Raised <b>0 of 499.00</b> XMR</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/36c3.html" target="_blank">36C3 Supplies</a> by rehrar</p>
<p>Raised <b>280.18 of 560.00</b> XMR (50%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1977268</b></p>
<p>Hash rate: <b>298.275 MH/s</b></p>
<p>Median block size: <b>8.38 kB</b></p>
<p>Average Tx per block: <b>9.87</b></p>
<p>Weekly Moving Average Tx per day: <b>7125</b></p>
<p>Block reward: <b>2.13 XMR</b></p>
</div>
<p class="note">Data taken on November 28, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-1128.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$940,744,503</b><br>Localmonero.co Street Price: <b>$52.09</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>11/28/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="11/28/19">$54.24</td>
<td data-th="Week" class="green">+0.3%</td>
<td data-th="Month" class="red">-8.8%</td>
<td data-th="Year" class="red">-14.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="11/28/19">€49.25</td>
<td data-th="Week" class="green">+0.8%</td>
<td data-th="Month" class="red">-7.9%</td>
<td data-th="Year" class="red">-11.9%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="11/28/19">Ƀ0.00726624</td>
<td data-th="Week" class="green">+2.5%</td>
<td data-th="Month" class="green">+14.9%</td>
<td data-th="Year" class="red">-51.3%</td>
</tr>
</table>
<p class="note">Data taken on November 28, 2019</p>
<p class="table-title">XMR Price Graph for November 22 - November 28, 2019</p>
![XMR Price Graph 11/22/19-11/28/19](/img/weekly-chart-1128.png "XMR Price Graph 11/22/19-11/28/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,217 +0,0 @@
---
title: Issue 37&#58; November 28 - December 5, 2019
image: /img/twitter-card-issue-37.png
issuenumber: 37
---
[<img src="/img/img-issue37.png" alt="Revuo Monero Weekly #37 Slide" class="img-lead">](/issue-37.html)
<p class="text-lead">Revuo Monero Weekly: Week of November 28 - December 5, 2019.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2019/11/12/monero-0.15-released.html" target="_blank">Monero has completed its hard fork</a>. If you have not updated your wallet software, now is the time.
</h4>
</div>
<div class="newsbyte">
<h4>Reddit user <a href="https://www.reddit.com/user/monerobby" target="_blank">monerobby</a> has created <a href="https://xmrnotify.com/" target="_blank">a paid service for users to be notified of incoming transactions to their view-only wallets</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Tevador, the principal author of RandomX, has created a <a href="https://github.com/tevador/randomx-sniffer" target="_blank">RandomX Sniffer tool</a> to help users detect if RandomX is running on their computer.
</h4>
</div>
<div class="newsbyte">
<h4>The Core Team has released <a href="https://web.getmonero.org/2019/12/03/core-team-general-fund.html" target="_blank">an update on the general fund and some minor announcements</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/e6j5v3/getmoneroorg_updated_blog_posts_and_announcements/" target="_blank">The getmonero.org website has been updated with new content, localizations, and more</a>.
</h4>
</div>
<div class="newsbyte">
<h4>XMR.ru, the Russian community workgroup, <a href="https://www.reddit.com/r/Monero/comments/e5hp4u/xmrrureport_november/" target="_blank">has released their monthly report</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/xmrig/xmrig/releases/tag/v5.1.0" target="_blank">XMRig has released version 5.1.0 with improved RandomX performance</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/e5gg0m/bloc_gui_miner_v114_update_now_support_new/" target="_blank">BLOC GUI Miner has released version 1.1.4 with RandomX support</a>.
</h4>
</div>
<div class="newsbyte">
<h4>MoneroTalk interviewed John McAfee, discussing cryptocurrency and digital cash - <a href="https://youtu.be/pZJAu0aNez8" target="_blank">available on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">December 7, 2019 (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 9, 2019 (Monday) 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">December 11, 2019 (Wednesday) 16:00 UTC</p>
<p markdown="1">36C3 Meeting - <a href="irc://chat.freenode.net/#monero-ccc" target="_blank">#monero-ccc</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">December 15, 2019 (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/108" target="_blank">us-west-coast-monero-drop-storage</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/107" target="_blank">RandomX Thanks</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/102" target="_blank">WIP: Norwegian translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/surae-q4-funding-2019.html" target="_blank">Surae: research funding for Nov 2019 - Jan 2020</a> by Surae Noether</p>
<p>Raised <b>331.07 of 499.00</b> XMR (66%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/36c3.html" target="_blank">36C3 Supplies</a> by rehrar</p>
<p>Raised <b>501.88 of 560.00</b> XMR (90%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1983123</b></p>
<p>Hash rate: <b>748.431 MH/s</b></p>
<p>Median block size: <b>9.28 kB</b></p>
<p>Average Tx per block: <b>8.63</b></p>
<p>Weekly Moving Average Tx per day: <b>6578</b></p>
<p>Block reward: <b>2.11 XMR</b></p>
</div>
<p class="note">Data taken on December 6, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-1206.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$936,421,252</b><br>Localmonero.co Street Price: <b>$54.06</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>12/06/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="12/06/19">$54.02</td>
<td data-th="Week" class="green">+0.2%</td>
<td data-th="Month" class="red">-13.9%</td>
<td data-th="Year" class="green">+2.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="12/06/19">€48.85</td>
<td data-th="Week" class="red">-0.2%</td>
<td data-th="Month" class="red">-13.8%</td>
<td data-th="Year" class="green">+5.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="12/06/19">Ƀ0.00727017</td>
<td data-th="Week" class="green">+0.2%</td>
<td data-th="Month" class="green">+7.8%</td>
<td data-th="Year" class="red">-48.2%</td>
</tr>
</table>
<p class="note">Data taken on December 6, 2019</p>
<p class="table-title">XMR Price Graph for November 30 - December 6, 2019</p>
![XMR Price Graph 11/30/19-12/06/19](/img/weekly-chart-1206.png "XMR Price Graph 11/30/19-12/06/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,189 +0,0 @@
---
title: Issue 38&#58; December 5-12, 2019
image: /img/twitter-card-issue-38.png
issuenumber: 38
---
[<img src="/img/img-issue38.png" alt="Revuo Monero Weekly #38 Slide" class="img-lead">](/issue-38.html)
<p class="text-lead">Revuo Monero Weekly: Week of December 5 - December 12, 2019.</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>One of the new features in Monero is the ability to pay for services with PoW hashes! While this idea isnt new in and of itself, its now natively integrated into the wallet. <a href="https://www.reddit.com/r/Monero/comments/e9ix5r/cool_sexy_name_for_the_new_pay_rpc_thing/" target="_blank">Some contributors are looking for feedback on what to name this exciting feature.</a>.
</h4>
</div>
<div class="newsbyte">
<h4>People who want to help the Monero network via a public node as advised to add --public-node to their config. <a href="https://www.reddit.com/r/Monero/comments/e84zo8/public_rpc_node_providers_remote_node_providers/" target="_blank">Details here</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.publish0x.com/treepi/how-moneros-privacy-features-actually-keep-your-information-xezvyq" target="_blank">Publish0x released an article that explains Moneros privacy features</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk did a post-fork upgrade show where they talked with Howard Chu, Jethro Grassie, and Justin Ehrenhofer about how things are going - <a href="https://youtu.be/5xDPSCEwvZU" target="_blank">watch on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">December 15, 2019 (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 16, 2019 (Monday) 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">December 18, 2019 (Wednesday) 16:00 UTC</p>
<p markdown="1">36C3 Meeting - <a href="irc://chat.freenode.net/#monero-ccc" target="_blank">#monero-ccc</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">December 21, 2019 (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/107" target="_blank">RandomX Thanks</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/102" target="_blank">WIP: Norwegian translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/surae-q4-funding-2019.html" target="_blank">Surae: research funding for Nov 2019 - Jan 2020</a> by Surae Noether</p>
<p>Raised <b>370.17 of 499.00</b> XMR (74%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/36c3.html" target="_blank">36C3 Supplies</a> by rehrar</p>
<p>Raised <b>550.18 of 560.00</b> XMR (98%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1987756</b></p>
<p>Hash rate: <b>870.338 MH/s</b></p>
<p>Median block size: <b>13.1 kB</b></p>
<p>Average Tx per block: <b>9.09</b></p>
<p>Weekly Moving Average Tx per day: <b>6590</b></p>
<p>Block reward: <b>2.09 XMR</b></p>
</div>
<p class="note">Data taken on December 12, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-1212.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$920,611,967</b><br>Localmonero.co Street Price: <b>$50.82</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>12/12/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="12/12/19">$53.11</td>
<td data-th="Week" class="red">-0.83%</td>
<td data-th="Month" class="red">-15%</td>
<td data-th="Year" class="green">+21%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="12/12/19">€47.55</td>
<td data-th="Week" class="red">-0.73%</td>
<td data-th="Month" class="red">-15%</td>
<td data-th="Year" class="green">+21%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="12/12/19">B0.00735680</td>
<td data-th="Week" class="red">-0.95%</td>
<td data-th="Month" class="red">-15%</td>
<td data-th="Year" class="green">+21%</td>
</tr>
</table>
<p class="note">Data taken on December 12, 2019</p>
<p class="table-title">XMR Price Graph for December 6 - 12, 2019</p>
![XMR Price Graph 12/06/19-12/12/19](/img/weekly-chart-1212.png "XMR Price Graph 12/06/19-12/12/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,203 +0,0 @@
---
title: Issue 39&#58; December 12-19, 2019
image: /img/twitter-card-issue-39.png
issuenumber: 39
---
[<img src="/img/img-issue39.png" alt="Revuo Monero Weekly #39 Slide" class="img-lead">](/issue-39.html)
<p class="text-lead">Revuo Monero Weekly: Week of December 12 - December 19, 2019.</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/eaj3u6/gui_v01502_carbon_chamaeleon_released/" target="_blank">A new point release of the GUI has been released v0.15.0.2</a>. Major updates including fixes for Trezor and Tails.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2019/12/16/technical-responsibilities-update.html" target="_blank">The Core Team has released an update on shifting responsibilities in maintenance, code merging, builds, and more</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero is now available in the Arch repositories: <a href="https://www.archlinux.org/packages/community/x86_64/monero-gui/" target="_blank">GUI</a> and <a href="https://www.archlinux.org/packages/community/x86_64/monero/" target="_blank">CLI</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2019/12/05/funds-travel-rule.html" target="_blank">The Monero Compliance Workgroup has released a statement about the Funds Travel Rule and how Monero fits in</a>.
</h4>
</div>
<div class="newsbyte">
<h4>The Monero website has been updated, with the biggest change being a new and improved Downloads page. <a href="https://www.reddit.com/r/Monero/comments/eay83k/getmoneroorg_updated_new_user_friendly_download/" target="_blank">See the announcement and list of changes here</a>.
</h4>
</div>
<div class="newsbyte">
<h4>The <a href="https://github.com/monero-ecosystem/monero-java" target="_blank">Java</a>, <a href="https://github.com/monero-ecosystem/monero-javascript" target="_blank">Javascript</a>, and <a href="https://github.com/woodser/monero-cpp-library" target="_blank">C++</a> libraries hosted on the Monero Ecosystem have been updated for the release.
</h4>
</div>
<div class="newsbyte">
<h4>Moneros Defcon speeches have now been posted. <a href="https://www.youtube.com/playlist?list=PL9fPq3eQfaaBiCOF12ZYejtj21sI1jm0I" target="_blank">Check all of the talks out on the Defcon Youtube channel</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Harry Halpin from Nym to discuss their project and crypto-anarchism - <a href="https://youtu.be/BRrBbUVEMUw" target="_blank">available on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">December 21, 2019 (Saturday) 16:00 UTC</p>
<p>Monero Coffee Chat - <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">watch online here</a></p>
</div>
<div class="event">
<p class="date" markdown="1">December 21, 2019 (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 23, 2019 (Monday) 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">December 29, 2019 (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/107" target="_blank">RandomX Thanks</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/102" target="_blank">WIP: Norwegian translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/sarang-2020-q1.html" target="_blank">Sarang: research funding for 2020 Q1</a> by Sarang Noether</p>
<p>Raised <b>5.5 of 695.00</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>1992765</b></p>
<p>Hash rate: <b>914.088 MH/s</b></p>
<p>Median block size: <b>11.8 kB</b></p>
<p>Average Tx per block: <b>9.77</b></p>
<p>Weekly Moving Average Tx per day: <b>7039</b></p>
<p>Block reward: <b>2.07 XMR</b></p>
</div>
<p class="note">Data taken on December 19, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-1219.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$814,927,767</b><br>Localmonero.co Street Price: <b>$45.02</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>12/19/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="12/19/19">$47.08</td>
<td data-th="Week" class="red">-11%</td>
<td data-th="Month" class="red">-20%</td>
<td data-th="Year" class="green">+4.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="12/19/19">€42.33</td>
<td data-th="Week" class="red">-11%</td>
<td data-th="Month" class="red">-20%</td>
<td data-th="Year" class="green">+4.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="12/19/19">B0.00660280</td>
<td data-th="Week" class="red">-11%</td>
<td data-th="Month" class="red">-20%</td>
<td data-th="Year" class="green">+4.2%</td>
</tr>
</table>
<p class="note">Data taken on December 19, 2019</p>
<p class="table-title">XMR Price Graph for December 13 - 19, 2019</p>
![XMR Price Graph 12/13/19-12/19/19](/img/weekly-chart-1219.png "XMR Price Graph 12/13/19-12/19/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,181 +0,0 @@
---
title: Issue 40&#58; December 19-26, 2019
image: /img/twitter-card-issue-40.png
issuenumber: 40
---
[<img src="/img/img-issue40.png" alt="Revuo Monero Weekly #40 Slide" class="img-lead">](/issue-40.html)
<p class="text-lead">Revuo Monero Weekly: Week of December 19 - December 26, 2019.</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 a presence at 36C3 as one of the main hosts of the Critical Decentralization Cluster. <a href="https://www.reddit.com/r/Monero/comments/efuoxq/monero_at_the_36c3_chaos_communication_congress/" target="_blank">More info here</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/edcm03/xmrto_can_now_process_partially_paid_orders/" target="_blank">XMR.to can now process partially paid orders</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/ed8lhr/localmoneroagoradesk_now_has_a_fully_functional/" target="_blank">LocalMonero/AgoraDesk now has a fully functional API</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Reddit user <a href="https://www.reddit.com/user/_survirtual" target="_blank">_subvirtual</a> has made a <a href="https://www.reddit.com/r/Monero/comments/eeue4g/this_might_be_useful_to_someone_here_i_compiled/" target="_blank">Monero Crypto library in WASM with an easy-to-use JavaSCript Interface</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">December 29, 2019 (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 30, 2019 (Monday) 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">January 4, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/111" target="_blank">erciccione part time work (Jan-March) on Getmonero.org</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/107" target="_blank">RandomX Thanks</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/102" target="_blank">WIP: Norwegian translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/sarang-2020-q1.html" target="_blank">Sarang: research funding for 2020 Q1</a> by Sarang Noether</p>
<p>Raised <b>395.13 of 695.00</b> XMR (57%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>1997789</b></p>
<p>Hash rate: <b>943.323 MH/s</b></p>
<p>Median block size: <b>10.6 kB</b></p>
<p>Average Tx per block: <b>9.68</b></p>
<p>Weekly Moving Average Tx per day: <b>6965</b></p>
<p>Block reward: <b>2.05 XMR</b></p>
</div>
<p class="note">Data taken on December 26, 2019</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-1226.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$792,507,603</b><br>Localmonero.co Street Price: <b>$43.09</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>12/26/19</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="12/26/19">$45.66</td>
<td data-th="Week" class="red">-3.8%</td>
<td data-th="Month" class="red">-11%</td>
<td data-th="Year" class="red">-6.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="12/26/19">€41.06</td>
<td data-th="Week" class="red">-3.7%</td>
<td data-th="Month" class="red">-11.7%</td>
<td data-th="Year" class="red">-4.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="12/26/19">B0.00631846</td>
<td data-th="Week" class="red">-4.8%</td>
<td data-th="Month" class="red">-11.8%</td>
<td data-th="Year" class="red">-50.9%</td>
</tr>
</table>
<p class="note">Data taken on December 26, 2019</p>
<p class="table-title">XMR Price Graph for December 20 - 26, 2019</p>
![XMR Price Graph 12/19/19-12/26/19](/img/weekly-chart-1226.png "XMR Price Graph 12/19/19-12/26/19")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,220 +0,0 @@
---
title: Issue 41&#58; December 26, 2019 - January 2, 2020
image: /img/twitter-card-issue-41.png
issuenumber: 41
---
[<img src="/img/img-issue41.png" alt="Revuo Monero Weekly #41 Slide" class="img-lead">](/issue-41.html)
<p class="text-lead">Revuo Monero Weekly: Week of December 26, 2019 - January 2, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<table class="moneroversary-table">
<tbody><tr class="row1">
<th>36C3 Recap</th>
</tr>
</tbody></table>
<div class="newsbyte">
<h4>Day 1 Stream - <a href="https://youtu.be/Xu_QH6oi7oA" target="_blank">watch on Youtube</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Day 2 Stream - <a href="https://youtu.be/mc51zyflpa8" target="_blank">watch on Youtube</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Day 3 Stream - <a href="https://youtu.be/Krftz3Y39sg" target="_blank">watch on Youtube</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Day 4 Stream - <a href="https://youtu.be/t5qZbiplp_E" target="_blank">watch on Youtube</a>.
</h4>
</div>
<table class="moneroversary-table">
<tbody><tr class="row1">
<th>Other News</th>
</tr>
</tbody></table>
<div class="newsbyte">
<h4>Tevador, principal developer of RandomX, has made a <a href="https://www.reddit.com/r/Monero/comments/eiioue/monero_is_plagued_by_poor_journalism/" target="_blank">post correcting common errors in journalism about Monero</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/jtgrassie/xmrpc" target="_blank">Jtgrassie made a tool for calling Monero JSON RPC interfaces</a>.
</h4>
</div>
<div class="newsbyte">
<h4>The XMR.RU team released their <a href="https://www.reddit.com/r/Monero/comments/eh3sk8/xmrrureport_december/" target="_blank">December report</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.exodus.io/monero-wallet" target="_blank">Exodus has added Monero to its mobile wallet</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Pedro “M-alMen” Gaspar presented about Monero in October of this year at Ubucon in Portugal. <a href="https://youtu.be/30o3Joftk2g" target="_blank">His presentation was recently released on YouTube</a>.
</h4>
</div>
<div class="newsbyte">
<h4>MoneroTalk interviewed Amir Taaki about the need for a purpose and vision in crypto - <a href="https://youtu.be/6BHOplumirw" target="_blank">watch on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">January 4, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">January 8, 2020 (Wednesday) 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">January 12, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<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/107" target="_blank">RandomX Thanks</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/102" target="_blank">WIP: Norwegian translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/sarang-2020-q1.html" target="_blank">Sarang: research funding for 2020 Q1</a> by Sarang Noether</p>
<p>Raised <b>515.78 of 695.00</b> XMR (74%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2002936</b></p>
<p>Hash rate: <b>1.088 GH/s</b></p>
<p>Median block size: <b>16.1 kB</b></p>
<p>Average Tx per block: <b>10.44</b></p>
<p>Weekly Moving Average Tx per day: <b>7614</b></p>
<p>Block reward: <b>2.03 XMR</b></p>
</div>
<p class="note">Data taken on January 2, 2020</p>
<h4 class="stat">Hashrate Pool Distribution</h4>
<p><img src="/img/hashrate-pool-distribution-0102.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$830,718,018</b><br>Localmonero.co Street Price: <b>$45.90</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>01/02/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="01/02/20">$47.88</td>
<td data-th="Week" class="green">+6.0%</td>
<td data-th="Month" class="red">-10.0%</td>
<td data-th="Year" class="red">-6.8%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="01/02/20">€42.95</td>
<td data-th="Week" class="green">+5.4%</td>
<td data-th="Month" class="red">-10.7%</td>
<td data-th="Year" class="red">-5.5%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="01/02/20">B0.00667951</td>
<td data-th="Week" class="green">+6.5%</td>
<td data-th="Month" class="red">-8.7%</td>
<td data-th="Year" class="red">-49.8%</td>
</tr>
</table>
<p class="note">Data taken on January 2, 2020</p>
<p class="table-title">XMR Price Graph for December 27, 2019 - January 2, 2020</p>
![XMR Price Graph 12/27/19-01/02/20](/img/weekly-chart-0102.png "XMR Price Graph 12/27/19-01/02/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://minexmr.com/pools.html" target="_blank">minexmr.com</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,204 +0,0 @@
---
title: Issue 42&#58; January 3-10, 2020
image: /img/twitter-card-issue-42.png
issuenumber: 42
---
[<img src="/img/img-issue42.png" alt="Revuo Monero Weekly #42 Slide" class="img-lead">](/issue-42.html)
<p class="text-lead">Revuo Monero Weekly: Week of January 3 - January 10, 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://play.google.com/store/apps/details?id=com.cakewallet.cake_wallet" target="_blank">Cake Wallet is now available for Android</a>.
</h4>
</div>
<div class="newsbyte">
<h4>MRL has released a <a href="https://eprint.iacr.org/2020/018" target="_blank">paper for a proving system called Triptych that has the potential to take Moneros ringsize to over one hundred</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.monerooutreach.org/monero-china-west.php" target="_blank">Monero Outreach put out an article</a> that looks at the differences in viewpoints between the West and China in regards to Monero.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/ekvpji/pinodexmr_single_board_computer_plug_and_play/" target="_blank">PiNode-XMR has put out a new version with tons of new features</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk put out the first of their C3 interviews with Riccardo “fluffypony” Spagni and Joel Gugger - <a href="https://youtu.be/pa0RlyH92Ns" target="_blank">available on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date">January 11, 2020 (Saturday) 17:00 UTC</p>
<p>Monero Coffee Chat - <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">watch online here</a></p>
</div>
<div class="event">
<p class="date" markdown="1">January 12, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">January 15, 2020 (Wednesday) 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">January 15, 2020 (Wednesday) 19:00 UTC</p>
<p markdown="1">Monero Konferenco [EU] Meeting - <a href="irc://chat.freenode.net/#monero-konferenco" target="_blank">#monero-konferenco</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">January 18, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/116" target="_blank">v1docq47: video creation / translations into russian (february - july 2020)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/115" target="_blank">Locha Mesh, private transactions and sync over a resilient long-range radio mesh network</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/113" target="_blank">Cryptoeconomics Research</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/107" target="_blank">RandomX Thanks</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/102" target="_blank">WIP: Norwegian translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-website-jan-march.html" target="_blank">3 months part time work on Getmonero.org</a> by erciccione</p>
<p>Raised <b>63.75 of 174.00</b> XMR (37%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2008554</b></p>
<p>Hash rate: <b>1.101 GH/s</b></p>
<p>Median block size: <b>16.7 kB</b></p>
<p>Average Tx per block: <b>11.35</b></p>
<p>Weekly Moving Average Tx per day: <b>8146</b></p>
<p>Block reward: <b>2.01 XMR</b></p>
</div>
<p class="note">Data taken on January 10, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0110.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,048,065,602</b><br>Localmonero.co Street Price: <b>$57.57</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>01/10/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="01/10/20">$60.42</td>
<td data-th="Week" class="green">+18.9%</td>
<td data-th="Month" class="green">+14.4%</td>
<td data-th="Year" class="green">+34.0%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="01/10/20">€54.28</td>
<td data-th="Week" class="green">+19.4%</td>
<td data-th="Month" class="green">+14.5%</td>
<td data-th="Year" class="green">+38.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="01/10/20">B0.00736682</td>
<td data-th="Week" class="green">+5.9%</td>
<td data-th="Month" class="green">0.2%</td>
<td data-th="Year" class="red">-41.0%</td>
</tr>
</table>
<p class="note">Data taken on January 10, 2020</p>
<p class="table-title">XMR Price Graph for January 4 - 10, 2020</p>
![XMR Price Graph 01/04/20-01/10/20](/img/weekly-chart-0110.png "XMR Price Graph 01/04/20-01/10/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 arent 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.

View file

@ -1,200 +0,0 @@
---
title: Issue 43&#58; January 10-17, 2020
image: /img/twitter-card-issue-43.png
issuenumber: 43
---
[<img src="/img/img-issue43.png" alt="Revuo Monero Weekly #43 Slide" class="img-lead">](/issue-43.html)
<p class="text-lead">Revuo Monero Weekly: Week of January 10 - January 17, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Getmonero.org has been updated. <a href="https://www.reddit.com/r/Monero/comments/enlrvy/getmoneroorg_updated_improved_hangouts_page/" target="_blank">Check out the improvements here</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Website maintainer and localization contributor ErCiccione <a href="https://www.reddit.com/r/Monero/comments/ep4eqx/do_you_speak_brazilian_portuguese_some_documents/" target="_blank">is requesting Brazilan Portuguese members of the community to translate some content on the website</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://blog.trezor.io/trezor-model-t-is-fully-integrated-into-the-official-monero-client-b6f9bd31e7f" target="_blank">Trezor Model T is now fully integrated into the Monero reference client GUI</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Moneros new lead maintainer, Snipa, has been interviewed by Monero Talk - <a href="https://youtu.be/UgqYeVbeCjA" target="_blank">watch on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">January 18, 2020 (Saturday) 16:30 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">January 18, 2020 (Saturday) 18:00 UTC</p>
<p>Monero Coffee Chat - <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">watch online here</a></p>
</div>
<div class="event">
<p class="date" markdown="1">January 22, 2020 (Wednesday) 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">January 22, 2020 (Wednesday) 19:00 UTC</p>
<p markdown="1">Monero Konferenco [EU] Meeting - <a href="irc://chat.freenode.net/#monero-konferenco" target="_blank">#monero-konferenco</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">January 26, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/116" target="_blank">v1docq47: video creation / translations into russian (february - july 2020)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/115" target="_blank">Locha Mesh, private transactions and sync over a resilient long-range radio mesh network</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/113" target="_blank">Cryptoeconomics Research</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/107" target="_blank">RandomX Thanks</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/102" target="_blank">WIP: Norwegian translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-website-jan-march.html" target="_blank">3 months part time work on Getmonero.org</a> by erciccione</p>
<p>Raised <b>90.42 of 174.00</b> XMR (52%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2013580</b></p>
<p>Hash rate: <b>1.147 GH/s</b></p>
<p>Median block size: <b>22.8 kB</b></p>
<p>Average Tx per block: <b>12.21</b></p>
<p>Weekly Moving Average Tx per day: <b>8822</b></p>
<p>Block reward: <b>1.99 XMR</b></p>
</div>
<p class="note">Data taken on January 17, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0117.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,200,044,880</b><br>Localmonero.co Street Price: <b>$66.35</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>01/17/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="01/17/20">$69.08</td>
<td data-th="Week" class="green">+18.0%</td>
<td data-th="Month" class="green">+44.5%</td>
<td data-th="Year" class="green">+53.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="01/17/20">€62.33</td>
<td data-th="Week" class="green">+18.3%</td>
<td data-th="Month" class="green">+44.9%</td>
<td data-th="Year" class="green">+57.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="01/17/20">B0.00775778</td>
<td data-th="Week" class="green">+8.1%</td>
<td data-th="Month" class="green">+18.1%</td>
<td data-th="Year" class="red">-37.6%</td>
</tr>
</table>
<p class="note">Data taken on January 17, 2020</p>
<p class="table-title">XMR Price Graph for January 11 - 17, 2020</p>
![XMR Price Graph 01/11/20-01/17/20](/img/weekly-chart-0117.png "XMR Price Graph 01/11/20-01/17/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,209 +0,0 @@
---
title: Issue 44&#58; January 17-24, 2020
image: /img/twitter-card-issue-44.png
issuenumber: 44
---
[<img src="/img/img-issue44.png" alt="Revuo Monero Weekly #44 Slide" class="img-lead">](/issue-44.html)
<p class="text-lead">Revuo Monero Weekly: Week of January 17 - January 24, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Sarang Noether and Justin Ehrenhofer have released <a href="https://web.getmonero.org/2020/01/17/auditability.html" target="_blank">a blog post on supply auditability in Monero</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Cake Wallet has released <a href="https://cakewallet.com/" target="_blank">a new website</a>. As well, <a href="https://www.reddit.com/r/Monero/comments/eq658q/update_cake_wallet_for_monero_xmr_version_102_for/" target="_blank">theyve made an update for their Android wallet</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero had another Coffee Chat. <a href="https://www.youtube.com/watch?v=YqMcz3XOS6M" target="_blank">Check it out</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/esqso7/getmoneroorg_updated_new_simplified_accepting/" target="_blank">Getmonero.org has been updated</a>: many new improvements, including a revamped “Accepting” page.
</h4>
</div>
<div class="newsbyte">
<h4>MoneroTalk released Part 2 of their interview with Alexandre Poltorak and Steve Jain on KYC/AML and Bisq - <a href="https://youtu.be/AA-zqIdzygY" target="_blank">available on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">January 26, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">January 29, 2020 (Wednesday) 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">January 29, 2020 (Wednesday) 19:00 UTC</p>
<p markdown="1">Monero Konferenco [EU] Meeting - <a href="irc://chat.freenode.net/#monero-konferenco" target="_blank">#monero-konferenco</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">February 1, 2020 (Saturday) 16:30 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/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/119" target="_blank">TheCharlatan: VPS funding for reproducible gui builds</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/117" target="_blank">A Monero-centric Merchant Marketplace</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/115" target="_blank">Locha Mesh, private transactions and sync over a resilient long-range radio mesh network</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/%20v1docq47-video-creation-translations-into-russian-(february-july-2020).html" target="_blank">v1docq47: video creation / translations into russian (february - july 2020)</a> by v1docq47</p>
<p>Raised <b>0.4 of 100.00</b> XMR</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/Norwegian-translation.html" target="_blank">Norwegian translation of the GUI</a> by Christopher</p>
<p>Raised <b>1.8199999999999998 of 3</b> XMR (61%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-website-jan-march.html" target="_blank">3 months part time work on Getmonero.org</a> by erciccione</p>
<p>Raised <b>111.06 of 174.00</b> XMR (64%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2018852</b></p>
<p>Hash rate: <b>1.238 GH/s</b></p>
<p>Median block size: <b>9.7 kB</b></p>
<p>Average Tx per block: <b>11.77</b></p>
<p>Weekly Moving Average Tx per day: <b>8534</b></p>
<p>Block reward: <b>1.97 XMR</b></p>
</div>
<p class="note">Data taken on January 24, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0125.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,052,359,806</b><br>Localmonero.co Street Price: <b>$60.36</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>01/24/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="01/24/20">$60.47</td>
<td data-th="Week" class="red">-12.5%</td>
<td data-th="Month" class="green">+31.3%</td>
<td data-th="Year" class="green">+34.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="01/24/20">€54.84</td>
<td data-th="Week" class="red">-12.0%</td>
<td data-th="Month" class="green">+32.1%</td>
<td data-th="Year" class="green">+37.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="01/24/20">B0.00725438</td>
<td data-th="Week" class="red">-6.5%</td>
<td data-th="Month" class="green">+13.5%</td>
<td data-th="Year" class="red">-42.6%</td>
</tr>
</table>
<p class="note">Data taken on January 24, 2020</p>
<p class="table-title">XMR Price Graph for January 19 - 25, 2020</p>
![XMR Price Graph 01/19/20-01/25/20](/img/weekly-chart-0125.png "XMR Price Graph 01/19/20-01/25/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 arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p class="date"><a href="https://taiga.getmonero.org/project/xmrhaelan-monero-public-relations/epic/239" target="_blank">Volunteers needed to update Monero Outreach articles</a>.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<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.

View file

@ -1,200 +0,0 @@
---
title: Issue 45&#58; January 24-31, 2020
image: /img/twitter-card-issue-45.png
issuenumber: 45
---
[<img src="/img/img-issue45.png" alt="Revuo Monero Weekly #45 Slide" class="img-lead">](/issue-45.html)
<p class="text-lead">Revuo Monero Weekly: Week of January 24 - January 31, 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>Github user normoes has made a <a href="https://github.com/monero-ecosystem/xmrto_wrapper" target="_blank">Python wrapper for XMR.to</a> and it has been added to the Monero Ecosystem repositories.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://zh.masteringmonero.com/" target="_blank">Mastering Monero has been translated to Mandarin</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Outreach has put out an <a href="https://www.monerooutreach.org/stories/RPC-Pay.html" target="_blank">article on Moneros new RPC-Pay feature</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/ew3z9w/kraken_going_to_update_xmr_deposit_system_to_use/" target="_blank">Kraken updated their system to use subaddresses</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">February 1, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">February 5, 2020 (Wednesday) 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">February 5, 2020 (Wednesday) 19:00 UTC</p>
<p markdown="1">Monero Konferenco [EU] Meeting - <a href="irc://chat.freenode.net/#monero-konferenco" target="_blank">#monero-konferenco</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">February 9, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<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/122" target="_blank">xiphon part-time coding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/117" target="_blank">A Monero-centric Merchant Marketplace</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/115" target="_blank">Locha Mesh, private transactions and sync over a resilient long-range radio mesh network</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/%20v1docq47-video-creation-translations-into-russian-(february-july-2020).html" target="_blank">v1docq47: video creation / translations into russian (february - july 2020)</a> by v1docq47</p>
<p>Raised <b>5.23 of 100.00</b> XMR (5%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/ErCiccione-website-jan-march.html" target="_blank">3 months part time work on Getmonero.org</a> by erciccione</p>
<p>Raised <b>148.15 of 174.00</b> XMR (85%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2023656</b></p>
<p>Hash rate: <b>1.236 GH/s</b></p>
<p>Median block size: <b>14.6 kB</b></p>
<p>Average Tx per block: <b>10.75</b></p>
<p>Weekly Moving Average Tx per day: <b>7706</b></p>
<p>Block reward: <b>1.95 XMR</b></p>
</div>
<p class="note">Data taken on January 31, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0131.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,253,424,489</b><br>Localmonero.co Street Price: <b>$72.03</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>01/31/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="01/31/20">$72.05</td>
<td data-th="Week" class="green">+16.7%</td>
<td data-th="Month" class="green">+57.1%</td>
<td data-th="Year" class="green">+67.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="01/31/20">€64.94</td>
<td data-th="Week" class="green">+15.9%</td>
<td data-th="Month" class="green">+58.8%</td>
<td data-th="Year" class="green">+72.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="01/31/20">B0.00772165</td>
<td data-th="Week" class="green">+5.5%</td>
<td data-th="Month" class="green">+21.2%</td>
<td data-th="Year" class="red">-38.5%</td>
</tr>
</table>
<p class="note">Data taken on January 31, 2020</p>
<p class="table-title">XMR Price Graph for January 25 - 31, 2020</p>
![XMR Price Graph 01/25/20-01/31/20](/img/weekly-chart-0131.png "XMR Price Graph 01/25/20-01/31/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 arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p class="date"><a href="https://taiga.getmonero.org/project/xmrhaelan-monero-public-relations/epic/239" target="_blank">Volunteers needed to update Monero Outreach articles</a>.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<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.

View file

@ -1,190 +0,0 @@
---
title: Issue 46&#58; January 31 - February 7, 2020
image: /img/twitter-card-issue-46.png
issuenumber: 46
---
[<img src="/img/img-issue46.png" alt="Revuo Monero Weekly #46 Slide" class="img-lead">](/issue-46.html)
<p class="text-lead">Revuo Monero Weekly: Week of January 31 - February 7, 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://github.com/monero-project/monero/pull/6314" target="_blank">Dandelion++ has been PRd to the Monero core repository</a>. This will make it even harder to track Monero via timing attacks and analysis. While it is not merged, its a big milestone on the road to its future inclusion.
</h4>
</div>
<div class="newsbyte">
<h4>The date for this years Monero Konferenco has been set at June 13-14, with the location being Berlin, Germany. <a href="https://monerokon.com/" target="_blank">Volunteers and speakers are encouraged to apply ASAP</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://xmr.to/blog" target="_blank">XMR.to published their first transparency report</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviews Becky Huang, Scott and Jindouyun regarding Monero in China - <a href="https://youtu.be/uR7ApZpdSo8" target="_blank">watch on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">February 9, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">February 12, 2020 (Wednesday) 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">February 12, 2020 (Wednesday) 19:00 UTC</p>
<p markdown="1">Monero Konferenco [EU] Meeting - <a href="irc://chat.freenode.net/#monero-konferenco" target="_blank">#monero-konferenco</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">February 15, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/122" target="_blank">xiphon part-time coding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/117" target="_blank">A Monero-centric Merchant Marketplace</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/%20v1docq47-video-creation-translations-into-russian-(february-july-2020).html" target="_blank">v1docq47: video creation / translations into russian (february - july 2020)</a> by v1docq47</p>
<p>Raised <b>37.34 of 100.00</b> XMR (37%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2028768</b></p>
<p>Hash rate: <b>1.338 GH/s</b></p>
<p>Median block size: <b>10.6 kB</b></p>
<p>Average Tx per block: <b>10.89</b></p>
<p>Weekly Moving Average Tx per day: <b>7863</b></p>
<p>Block reward: <b>1.93 XMR</b></p>
</div>
<p class="note">Data taken on February 7, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0207.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,364,665,590</b><br>Localmonero.co Street Price: <b>$74.73</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>02/07/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="02/07/20">$78.18</td>
<td data-th="Week" class="green">+8.8%</td>
<td data-th="Month" class="green">+31.9%</td>
<td data-th="Year" class="green">+82.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="02/07/20">€71.44</td>
<td data-th="Week" class="green">+10.3%</td>
<td data-th="Month" class="green">+33.9%</td>
<td data-th="Year" class="green">+88.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="02/07/20">B0.00800820</td>
<td data-th="Week" class="green">+4.0%</td>
<td data-th="Month" class="green">+8.6%</td>
<td data-th="Year" class="red">-36.6%</td>
</tr>
</table>
<p class="note">Data taken on February 7, 2020</p>
<p class="table-title">XMR Price Graph for February 1 - 7, 2020</p>
![XMR Price Graph 02/01/20-02/07/20](/img/weekly-chart-0207.png "XMR Price Graph 02/01/20-02/07/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 arent sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p class="date"><a href="https://taiga.getmonero.org/project/xmrhaelan-monero-public-relations/epic/239" target="_blank">Volunteers needed to update Monero Outreach articles</a>.</p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<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.

View file

@ -1,210 +0,0 @@
---
title: Issue 47&#58; February 7-14, 2020
image: /img/twitter-card-issue-47.png
issuenumber: 47
---
[<img src="/img/img-issue47.png" alt="Revuo Monero Weekly #47 Slide" class="img-lead">](/issue-47.html)
<p class="text-lead">Revuo Monero Weekly: Week of February 7 - February 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>Tevador, the principal engineer of RandomX has made <a href="https://github.com/tevador/randomx-service" target="_blank">RandomX Service</a>, which provides a simple HTTP API to calculate RandomX proof of work (PoW).
</h4>
</div>
<div class="newsbyte">
<h4>Getmonero.org will soon have an onion address, we just need to choose the vanity address we would like. <a href="https://www.strawpoll.me/19386207" target="_blank">Cast your vote now</a>!
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/f0wlcn/getmoneroorg_updated_added_mrl_writeup_removed/" target="_blank">Getmonero.org has been updated with more goodies, including full Weblate support for translators</a>.
</h4>
</div>
<div class="newsbyte">
<h4>The Monero Community Workgroup hosted another coffee chat on February 8 - <a href="https://youtu.be/4_Ig2f5gD9M" target="_blank">watch the recording on YouTube</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://medium.com/newton-crypto/newton-adds-support-for-monero-xmr-and-tether-usdt-cd6f55532496" target="_blank">Newton, a cryptocurrency trading platform in Canada, has added Monero</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk has put out their fourth part to their 36C3 interview series, interviewing: Alexis Roussel, Gregor Žavcer & Sergey Simanovsky talking about the Fair Data Society and C3 in general - <a href="https://youtu.be/FEGlQmxCMFg" target="_blank">watch on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">February 15, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">February 19, 2020 (Wednesday) 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">February 19, 2020 (Wednesday) 19:00 UTC</p>
<p markdown="1">Monero Konferenco [EU] Meeting - <a href="irc://chat.freenode.net/#monero-konferenco" target="_blank">#monero-konferenco</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">February 23, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<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/125" target="_blank">Monero Integrations Part 3</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/117" target="_blank">A Monero-centric Merchant Marketplace</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/%20v1docq47-video-creation-translations-into-russian-(february-july-2020).html" target="_blank">v1docq47: video creation / translations into russian (february - july 2020)</a> by v1docq47</p>
<p>Raised <b>50.03 of 100.00</b> XMR (50%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/randybrito-locha-mesh.html" target="_blank">[Monero Aligned] Locha Mesh, a resilient long-range radio mesh network</a> by Randy Brito</p>
<p>Raised <b>109.07 of 150.00</b> XMR (73%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/xiphon-part-time-3.html" target="_blank">xiphon part-time coding (3 months)</a> by xiphon</p>
<p>Raised <b>37.96 of 307</b> XMR (12%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2033867</b></p>
<p>Hash rate: <b>1.351 GH/s</b></p>
<p>Median block size: <b>16 kB</b></p>
<p>Average Tx per block: <b>11.86</b></p>
<p>Weekly Moving Average Tx per day: <b>8559</b></p>
<p>Block reward: <b>1.91 XMR</b></p>
</div>
<p class="note">Data taken on February 14, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0214.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,633,178,673</b><br>Localmonero.co Street Price: <b>$89.54</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>02/14/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="02/14/20">$93.61</td>
<td data-th="Week" class="green">+17.6%</td>
<td data-th="Month" class="green">+36.9%</td>
<td data-th="Year" class="green">+102.3%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="02/14/20">€86.46</td>
<td data-th="Week" class="green">+18.8%</td>
<td data-th="Month" class="green">+40.9%</td>
<td data-th="Year" class="green">+111.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="02/14/20">B0.00914650</td>
<td data-th="Week" class="green">+12.6%</td>
<td data-th="Month" class="green">+18.0%</td>
<td data-th="Year" class="red">-29.0%</td>
</tr>
</table>
<p class="note">Data taken on February 14, 2020</p>
<p class="table-title">XMR Price Graph for February 8 - 14, 2020</p>
![XMR Price Graph 02/08/20-02/14/20](/img/weekly-chart-0214.png "XMR Price Graph 02/08/20-02/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 arent 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.

View file

@ -1,197 +0,0 @@
---
title: Issue 48&#58; February 14-21, 2020
image: /img/twitter-card-issue-48.png
issuenumber: 48
---
[<img src="/img/img-issue48.png" alt="Revuo Monero Weekly #48 Slide" class="img-lead">](/issue-48.html)
<p class="text-lead">Revuo Monero Weekly: Week of February 14 - February 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>Cake Wallet released <a href="https://www.reddit.com/r/Monero/comments/f4i83v/update_cake_wallet_for_ios_version_3125/
" target="_blank">an update to their software with a bug fix</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/luisvae/status/1230530485765406721?s=20" target="_blank">Bitsa Card added Monero as a way to refill your prepaid debit card</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Rehrar put out a sticker pack for Signal and Telegram - <a href="https://www.reddit.com/r/Monero/comments/f5myj2/introducing_isabella_the_monero_girl_sticker_pack/" target="_blank">Isabella the Monero Girl</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Thunderosa from the Monero Outreach workgroup <a href="https://www.monerooutreach.org/calendar.html" target="_blank">put out a Monero Calendar</a> and is looking for feedback.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://twitter.com/Blockchair/status/1230245206810931200" target="_blank">Blockchairs Monero block explorer now has a Tor address</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">February 23, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">February 26, 2020 (Wednesday) 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">February 26, 2020 (Wednesday) 19:00 UTC</p>
<p markdown="1">Monero Konferenco [EU] Meeting - <a href="irc://chat.freenode.net/#monero-konferenco" target="_blank">#monero-konferenco</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">February 29, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/127" target="_blank">Proposal for evaluating censorship resistance with 1M5 integration</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/125" target="_blank">Monero Integrations Part 3</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/117" target="_blank">A Monero-centric Merchant Marketplace</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2038947</b></p>
<p>Hash rate: <b>1.323 GH/s</b></p>
<p>Median block size: <b>7.92 kB</b></p>
<p>Average Tx per block: <b>11.39</b></p>
<p>Weekly Moving Average Tx per day: <b>8203</b></p>
<p>Block reward: <b>1.89 XMR</b></p>
</div>
<p class="note">Data taken on February 21, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0221.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,425,807,986</b><br>Localmonero.co Street Price: <b>$77.74</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>02/21/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="02/21/20">$81.36</td>
<td data-th="Week" class="red">-13.9%</td>
<td data-th="Month" class="green">+25.7%</td>
<td data-th="Year" class="green">+66.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="02/21/20">€74.95</td>
<td data-th="Week" class="red">-14.1%</td>
<td data-th="Month" class="green">+28.5%</td>
<td data-th="Year" class="green">+73.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="02/21/20">B0.00843584</td>
<td data-th="Week" class="red">-7.8%</td>
<td data-th="Month" class="green">+12.9%</td>
<td data-th="Year" class="red">-32.2%</td>
</tr>
</table>
<p class="note">Data taken on February 21, 2020</p>
<p class="table-title">XMR Price Graph for February 15 - 21, 2020</p>
![XMR Price Graph 02/15/20-02/21/20](/img/weekly-chart-0221.png "XMR Price Graph 02/15/20-02/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 arent 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.

View file

@ -1,215 +0,0 @@
---
title: Issue 49&#58; February 21-28, 2020
image: /img/twitter-card-issue-49.png
issuenumber: 49
---
[<img src="/img/img-issue49.png" alt="Revuo Monero Weekly #49 Slide" class="img-lead">](/issue-49.html)
<p class="text-lead">Revuo Monero Weekly: Week of February 21 - February 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>Dandelion++ was PRd to the Monero repository, and is looking for testers. <a href="https://www.reddit.com/r/Monero/comments/f9cksh/help_us_test_dandelion_on_testnet_instructions/" target="_blank">Instructions for testing can be found here</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/fav5fj/update_cake_wallet_for_android_version_104/" target="_blank">Cake Wallet has released a new version - 1.0.4</a> - with fixes to the Russian translation as well as OpenAlias support.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/xmrig/xmrig/releases/tag/v5.7.0" target="_blank">Xmrig has released a new version - 5.7.0</a> - which allows for use with Tor, a RandomX hashrate increase, and bug fixes.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://youtu.be/uHKq-n2c0PE" target="_blank">Brandon “suraeNoether” Goodell gave a talk about Triptych</a> (one of Moneros in research protocols to replace the current MLSAG ring signature scheme).
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.meetup.com/Monero-Chicago/" target="_blank">Justin “sgp” Ehrenhofer has started a meetup in the Chicago area</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.youtube.com/watch?v=wmWN9Kez1YI&t=74s" target="_blank">Fluffypony was interviewed at Davos 2020</a>.
</h4>
</div>
<div class="newsbyte">
<h4>YouTube channel Marco Polo Mandarin, which makes educational “Learn Chinese (Mandarin)” videos <a href="https://www.youtube.com/watch?v=9qMKJfWNZKU" target="_blank">released a video covering top 12 words in Mastering Monero</a>, which was recently translated into Chinese.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">February 29, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 5, 2020 (Wednesday) 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 5, 2020 (Wednesday) 19:00 UTC</p>
<p markdown="1">Monero Konferenco [EU] Meeting - <a href="irc://chat.freenode.net/#monero-konferenco" target="_blank">#monero-konferenco</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 7, 2020 (Saturday) 17:00 UTC</p>
<p>Monero Coffee Chat - <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">watch online here</a></p>
</div>
<div class="event">
<p class="date" markdown="1">March 8, 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/129" target="_blank">Norwegian translation of webplate + footers + nav. menu</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/125" target="_blank">Monero Integrations Part 3</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/117" target="_blank">A Monero-centric Merchant Marketplace</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2043924</b></p>
<p>Hash rate: <b>1.343 GH/s</b></p>
<p>Median block size: <b>11.9 kB</b></p>
<p>Average Tx per block: <b>10.50</b></p>
<p>Weekly Moving Average Tx per day: <b>7537</b></p>
<p>Block reward: <b>1.88 XMR</b></p>
</div>
<p class="note">Data taken on February 28, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0228.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,198,714,645</b><br>Localmonero.co Street Price: <b>$65.14</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>02/28/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="02/28/20">$68.64</td>
<td data-th="Week" class="red">-14.5%</td>
<td data-th="Month" class="red">-1.7%</td>
<td data-th="Year" class="green">+41.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="02/28/20">€62.25</td>
<td data-th="Week" class="red">-15.9%</td>
<td data-th="Month" class="red">-1.8%</td>
<td data-th="Year" class="green">+45.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="02/28/20">B0.00786830</td>
<td data-th="Week" class="red">-5.2%</td>
<td data-th="Month" class="green">+4.7%</td>
<td data-th="Year" class="red">-38.3%</td>
</tr>
</table>
<p class="note">Data taken on February 28, 2020</p>
<p class="table-title">XMR Price Graph for February 22 - 28, 2020</p>
![XMR Price Graph 02/22/20-02/28/20](/img/weekly-chart-0228.png "XMR Price Graph 02/22/20-02/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 arent 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.

View file

@ -1,208 +0,0 @@
---
title: Issue 50&#58; February 28 - March 7, 2020
image: /img/twitter-card-issue-50.png
issuenumber: 50
---
[<img src="/img/img-issue50.png" alt="Revuo Monero Weekly #50 Slide" class="img-lead">](/issue-50.html)
<p class="text-lead">Revuo Monero Weekly: Week of February 28 - March 7, 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/fc9eqm/ledger_monero_application_151_is_out/" target="_blank">Ledger released an update for their Monero application</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Outreach has released an <a href="https://www.monerooutreach.org/stories/dandelion.html" target="_blank">article explaining the benefits of Dandelion++</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Zero to Monero 2nd Edition is available for proofreading. <a href="https://www.reddit.com/r/Monero/comments/fdhtqh/request_for_proofreading_zero_to_monero_second/" target="_blank">Volunteers are encouraged to check it out</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/fetf6z/getmoneroorg_updated_fixed_meta_tags_updated/" target="_blank">Getmonero.org has received another round of updates</a>, including fixed meta tags for sharing pages on social media, an updated roadmap, and more.
</h4>
</div>
<div class="newsbyte">
<h4>The Monero Community Workgroup hosted a coffee chat for the month of March - <a href="https://youtu.be/jXOpGLmzyrI" target="_blank">watch on YouTube</a>.
</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk released an episode talking with Paul Shapiro from MyMonero on improving Moneros usability - <a href="https://youtu.be/FvcVsV5JHpE" target="_blank">available on YouTube</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">March 8, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 11, 2020 (Wednesday) 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 11, 2020 (Wednesday) 19:00 UTC</p>
<p markdown="1">Monero Konferenco [EU] Meeting - <a href="irc://chat.freenode.net/#monero-konferenco" target="_blank">#monero-konferenco</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 14, 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/130" target="_blank">Monero Debian Package Repository for 2 years</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/129" target="_blank">Norwegian translation of webplate + footers + nav. menu</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/117" target="_blank">A Monero-centric Merchant Marketplace</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/serhack-monero-integrations-part-3.html" target="_blank">Monero Payment gateways Gateways part 3</a> by SerHack</p>
<p>Raised <b>7.42 of 11</b> XMR (67%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2049555</b></p>
<p>Hash rate: <b>1.203 GH/s</b></p>
<p>Median block size: <b>31.5 kB</b></p>
<p>Average Tx per block: <b>12.48</b></p>
<p>Weekly Moving Average Tx per day: <b>8922</b></p>
<p>Block reward: <b>1.86 XMR</b></p>
</div>
<p class="note">Data taken on March 7, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0307.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,144,727,450</b><br>Localmonero.co Street Price: <b>$65.04</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>03/07/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="03/07/20">$65.26</td>
<td data-th="Week" class="red">-1.3%</td>
<td data-th="Month" class="red">-16.4%</td>
<td data-th="Year" class="green">+32.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="03/07/20">€57.78</td>
<td data-th="Week" class="red">-3.6%</td>
<td data-th="Month" class="red">-18.7%</td>
<td data-th="Year" class="green">+31.9%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="03/07/20">B0.00733350</td>
<td data-th="Week" class="red">-4.9%</td>
<td data-th="Month" class="red">-8.3%</td>
<td data-th="Year" class="red">-42.0%</td>
</tr>
</table>
<p class="note">Data taken on March 7, 2020</p>
<p class="table-title">XMR Price Graph for March 1 - 7, 2020</p>
![XMR Price Graph 03/01/20-03/07/20](/img/weekly-chart-0307.png "XMR Price Graph 03/01/20-03/07/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 arent 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.

View file

@ -1,199 +0,0 @@
---
title: Issue 51&#58; March 7 - 14, 2020
image: /img/twitter-card-issue-51.png
issuenumber: 51
---
[<img src="/img/img-issue51.png" alt="Revuo Monero Weekly #51 Slide" class="img-lead">](/issue-51.html)
<p class="text-lead">Revuo Monero Weekly: Week of March 7 - March 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><a href="https://www.reddit.com/r/Monero/comments/fg2uiq/cli_v01505_carbon_chamaeleon_has_been_tagged_you/" target="_blank">The next CLI release v0.15.0.5 has been tagged</a>. Binaries will be coming soon, but users are encouraged to post their deterministic builds.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/ffedz6/update_cake_wallet_for_ios_version_3127_bug_fixes/" target="_blank">Cake Wallet released a new update with bug fixes</a>. Updating is strongly recommended.
</h4>
</div>
<div class="newsbyte">
<h4>Isabella the Monero Girl sticker pack <a href="https://matrix.org/blog/2020/03/13/this-week-in-matrix-2020-03-13#final-thoughts-" target="_blank">is now available on Matrix</a>.
</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/filcwu/xmrrureport_february/" target="_blank">XMR.RU released their February report</a>.
</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">March 18, 2020 (Wednesday) 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 18, 2020 (Wednesday) 19:00 UTC</p>
<p markdown="1">Monero Konferenco [EU] Meeting - <a href="irc://chat.freenode.net/#monero-konferenco" target="_blank">#monero-konferenco</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 22, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 28, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/132" target="_blank">Persian-translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/131" target="_blank">Sarang: research funding for 2020 Q2</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/130" target="_blank">Monero Debian Package Repository for 2 years</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/129" target="_blank">Norwegian translation of webplate + footers + nav. menu</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2054610</b></p>
<p>Hash rate: <b>1.203 GH/s</b></p>
<p>Median block size: <b>18.4 kB</b></p>
<p>Average Tx per block: <b>13.99</b></p>
<p>Weekly Moving Average Tx per day: <b>10041</b></p>
<p>Block reward: <b>1.84 XMR</b></p>
</div>
<p class="note">Data taken on March 14, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0314.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$641,223,021</b><br>Localmonero.co Street Price: <b>$32.98</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th>XMR to</th>
<th>03/14/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="03/14/20">$36.73</td>
<td data-th="Week" class="red">-44.1%</td>
<td data-th="Month" class="red">-60.3%</td>
<td data-th="Year" class="red">-27.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="03/14/20">€32.89</td>
<td data-th="Week" class="red">-43.4%</td>
<td data-th="Month" class="red">-61.4%</td>
<td data-th="Year" class="red">-26.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="03/14/20">B0.00701685</td>
<td data-th="Week" class="red">-4.8%</td>
<td data-th="Month" class="red">-22.4%</td>
<td data-th="Year" class="red">-46.0%</td>
</tr>
</table>
<p class="note">Data taken on March 14, 2020</p>
<p class="table-title">XMR Price Graph for March 8 - 14, 2020</p>
![XMR Price Graph 03/08/20-03/14/20](/img/weekly-chart-0314.png "XMR Price Graph 03/08/20-03/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 arent 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.

View file

@ -1,195 +0,0 @@
---
title: Issue 52&#58; March 14 - 20, 2020
image: /img/twitter-card-issue-52.png
issuenumber: 52
---
[<img src="/img/img-issue52.png" alt="Revuo Monero Weekly #52 Slide" class="img-lead">](/issue-52.html)
<p class="text-lead">Revuo Monero Weekly: Week of March 14 - March 20, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/fl6go2/cli_v01505_carbon_chamaeleon_released/" target="_blank">CLI v0.15.0.5 'Carbon Chamaeleon' has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4>Sarang Noether released a <a href="https://eprint.iacr.org/2020/312" target="_blank">preprint of the Triptych-2 paper: efficient proofs for confidential transactions</a>.</h4>
</div>
<div class="newsbyte">
<h4>Vik Sharma from Cake Wallet did an interview with Girl Gone Crypto - <a href="https://youtu.be/lrmiT3FXo-0" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviews Desi-Rae of Crypto Ramble on the importance of privacy - <a href="https://youtu.be/rSxVjubU-88" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviews Lawrence H. White on whether the USA needs a digital national currency - <a href="https://youtu.be/klbwSUX0b9I" target="_blank">available on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">March 22, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 25, 2020 (Wednesday) 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 25, 2020 (Wednesday) 19:00 UTC</p>
<p markdown="1">Monero Konferenco [EU] Meeting - <a href="irc://chat.freenode.net/#monero-konferenco" target="_blank">#monero-konferenco</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">March 28, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/132" target="_blank">Persian-translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/130" target="_blank">Monero Debian Package Repository for 2 years</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/129" target="_blank">Norwegian translation of webplate + footers + nav. menu</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2058989</b></p>
<p>Hash rate: <b>1.190 GH/s</b></p>
<p>Median block size: <b>27.4 kB</b></p>
<p>Average Tx per block: <b>15.16</b></p>
<p>Weekly Moving Average Tx per day: <b>10850</b></p>
<p>Block reward: <b>1.82 XMR</b></p>
</div>
<p class="note">Data taken on March 20, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0320.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$713,138,239</b><br>Localmonero.co Street Price: <b>$40.82</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>03/20/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="03/20/20">$40.38</td>
<td data-th="Week" class="green">+9.7%</td>
<td data-th="Month" class="red">-48.3%</td>
<td data-th="Year" class="red">-25.8%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="03/20/20">€37.51</td>
<td data-th="Week" class="green">+13.6%</td>
<td data-th="Month" class="red">-48.1%</td>
<td data-th="Year" class="red">-21.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="03/20/20">B0.00652103</td>
<td data-th="Week" class="red">-1.7%</td>
<td data-th="Month" class="red">-19.8%</td>
<td data-th="Year" class="red">-51.6%</td>
</tr>
</table>
<p class="note">Data taken on March 20, 2020</p>
<p class="table-title">XMR Price Graph for March 14 - 20, 2020</p>
![XMR Price Graph 03/14/20-03/20/20](/img/weekly-chart-0320.png "XMR Price Graph 03/14/20-03/20/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,182 +0,0 @@
---
title: Issue 53&#58; March 20 - 27, 2020
image: /img/twitter-card-issue-53.png
issuenumber: 53
---
[<img src="/img/img-issue53.png" alt="Revuo Monero Weekly #53 Slide" class="img-lead">](/issue-53.html)
<p class="text-lead">Revuo Monero Weekly: Week of March 20 - March 27, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/foooc6/getmoneroorg_updated_new_roadmap_page_1_new/" target="_blank">Getmonero.org has been updated with an overhauled roadmap page and other changes</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Brock Pierce about the power of community - <a href="https://youtu.be/CGL9Q1H4B74" target="_blank">available on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">March 28, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 1, 2020 (Wednesday) 18:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 5, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/134" target="_blank">erciccione: part time work (April-May) on Getmonero.org</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/132" target="_blank">Persian-translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/130" target="_blank">Monero Debian Package Repository for 2 years</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/129" target="_blank">Norwegian translation of webplate + footers + nav. menu</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2064017</b></p>
<p>Hash rate: <b>1.152 GH/s</b></p>
<p>Median block size: <b>13.1 kB</b></p>
<p>Average Tx per block: <b>13.10</b></p>
<p>Weekly Moving Average Tx per day: <b>9405</b></p>
<p>Block reward: <b>1.81 XMR</b></p>
</div>
<p class="note">Data taken on March 27, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0327.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$805,325,855</b><br>Localmonero.co Street Price: <b>$43.96</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>03/27/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="03/27/20">$45.83</td>
<td data-th="Week" class="green">+15.1%</td>
<td data-th="Month" class="red">-34.7%</td>
<td data-th="Year" class="red">-12.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="03/27/20">€41.05</td>
<td data-th="Week" class="green">+10.9%</td>
<td data-th="Month" class="red">-36.4%</td>
<td data-th="Year" class="red">-12.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="03/27/20">B0.00741271</td>
<td data-th="Week" class="green">+14.8%</td>
<td data-th="Month" class="red">-7.6%</td>
<td data-th="Year" class="red">-43.2%</td>
</tr>
</table>
<p class="note">Data taken on March 27, 2020</p>
<p class="table-title">XMR Price Graph for March 21 - 27, 2020</p>
![XMR Price Graph 03/21/20-03/27/20](/img/weekly-chart-0327.png "XMR Price Graph 03/21/20-03/27/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,186 +0,0 @@
---
title: Issue 54&#58; March 27 - April 3, 2020
image: /img/twitter-card-issue-54.png
issuenumber: 54
---
[<img src="/img/img-issue54.png" alt="Revuo Monero Weekly #54 Slide" class="img-lead">](/issue-54.html)
<p class="text-lead">Revuo Monero Weekly: Week of March 27 - April 3, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://eprint.iacr.org/2019/654" target="_blank">The CLSAG paper preprint is updated</a>.</h4>
</div>
<div class="newsbyte">
<h4>A community member, Alex Anarcho, was interviewed by Essra for German speaking audiences, and talks about privacy and Monero - <a href="https://youtu.be/RpL4FwoBudI" target="_blank">watch on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Rafael LaVerde on the virtues of Monero vs the virtues of BSV - <a href="https://youtu.be/Sk5JjGN1CIQ" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 5, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 8, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 11, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/134" target="_blank">erciccione: part time work (April-May) on Getmonero.org</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/132" target="_blank">Persian-translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/130" target="_blank">Monero Debian Package Repository for 2 years</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/129" target="_blank">Norwegian translation of webplate + footers + nav. menu</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2068984</b></p>
<p>Hash rate: <b>1.242 GH/s</b></p>
<p>Median block size: <b>33.7 kB</b></p>
<p>Average Tx per block: <b>14.71</b></p>
<p>Weekly Moving Average Tx per day: <b>10595</b></p>
<p>Block reward: <b>1.79 XMR</b></p>
</div>
<p class="note">Data taken on April 3, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0403.PNG" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$924,177,962</b><br>Localmonero.co Street Price: <b>$50.21</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>04/03/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/03/20">$52.73</td>
<td data-th="Week" class="green">+11.1%</td>
<td data-th="Month" class="red">-19.8%</td>
<td data-th="Year" class="red">-20.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/03/20">€48.80</td>
<td data-th="Week" class="green">+14.9%</td>
<td data-th="Month" class="red">-17.4%</td>
<td data-th="Year" class="red">-17.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/03/20">B0.00782583</td>
<td data-th="Week" class="green">+5.1%</td>
<td data-th="Month" class="green">+4.2%</td>
<td data-th="Year" class="red">-41.5%</td>
</tr>
</table>
<p class="note">Data taken on April 3, 2020</p>
<p class="table-title">XMR Price Graph for March 28 - April 3, 2020</p>
![XMR Price Graph 03/28/20-04/03/20](/img/weekly-chart-0403.png "XMR Price Graph 03/28/20-04/03/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,197 +0,0 @@
---
title: Issue 55&#58; April 3 - April 11, 2020
image: /img/twitter-card-issue-55.png
issuenumber: 55
---
[<img src="/img/img-issue55.png" alt="Revuo Monero Weekly #55 Slide" class="img-lead">](/issue-55.html)
<p class="text-lead">Revuo Monero Weekly: Week of April 3 - April 11, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/library/Zero-to-Monero-2-0-0.pdf" target="_blank">The second edition of Zero to Monero is published</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Monero Community workgroup released a documentary movie about Monero. <a href="https://www.reddit.com/r/Monero/comments/fyin5n/film_premiere_monero_means_money_cryptocurrency/" target="_blank">You can find more information here</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/fyaq8e/xmrrureport_march/" target="_blank">XMR.ru released their monthly report for March</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Monero Community workgroup ran another Coffee Chat - <a href="https://youtu.be/diiuHfPkn9s" target="_blank">watch on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Naomi Brockwell about why competition is good for the ecosystem - <a href="https://youtu.be/RtyXyOgmHS0" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Crypto Vigilante interviewed Justin Ehrenhofer about Moneros roadmap and fungibility - <a href="https://youtu.be/SDefqqOfp0Q" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 11, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 15, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 19, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/132" target="_blank">Persian-translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/130" target="_blank">Monero Debian Package Repository for 2 years</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/129" target="_blank">Norwegian translation of webplate + footers + nav. menu</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="" target="_blank">ErCiccione: 3 more months part time work on Getmonero.org</a> by erciccione</p>
<p>Raised <b>36.33 of 180.00</b> XMR (20%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2074662</b></p>
<p>Hash rate: <b>1.233 GH/s</b></p>
<p>Median block size: <b>25.8 kB</b></p>
<p>Average Tx per block: <b>17.10</b></p>
<p>Weekly Moving Average Tx per day: <b>12362</b></p>
<p>Block reward: <b>1.77 XMR</b></p>
</div>
<p class="note">Data taken on April 11, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0412.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$936,561,688</b><br>Localmonero.co Street Price: <b>$50.72</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>04/11/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/11/20">$53.48</td>
<td data-th="Week" class="green">+1.0%</td>
<td data-th="Month" class="red">-1.5%</td>
<td data-th="Year" class="red">-24.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/11/20">€48.92</td>
<td data-th="Week" class="red">-0.2%</td>
<td data-th="Month" class="green">+1.5%</td>
<td data-th="Year" class="red">-22.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/11/20">B0.00778648</td>
<td data-th="Week" class="red">-1.0%</td>
<td data-th="Month" class="green">+13.9%</td>
<td data-th="Year" class="red">-41.7%</td>
</tr>
</table>
<p class="note">Data taken on April 11, 2020</p>
<p class="table-title">XMR Price Graph for April 5 - April 11, 2020</p>
![XMR Price Graph 04/05/20-04/11/20](/img/weekly-chart-0411.png "XMR Price Graph 04/05/20-04/11/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,246 +0,0 @@
---
title: Issue 56&#58; April 11 - April 17, 2020
image: /img/twitter-card-issue-56.png
issuenumber: 56
---
[<img src="/img/img-issue56.png" alt="Revuo Monero Weekly #56 Slide" class="img-lead">](/issue-56.html)
<p class="text-lead">Revuo Monero Weekly: Week of April 11 - April 17, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="moneroversary">Moneroversary</h3>
The Monero Community will be celebrating Monero's 6th "birthday" (i.e. Moneroversary) on April 18th, 2020. See the schedule of events below.
<table class="moneroversary-table">
<tr class="row1">
<th>Time</th>
<th>Description</th>
</tr>
<tr>
<td data-th="Time">15:00 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">Monero History ft. Diego Salazar</a></td>
</tr>
<tr class="row3">
<td data-th="Time">15:30 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">Monero Research Lab Q&A ft. Sarang Noether</a>, host Scott Anecito</td>
</tr>
<tr>
<td data-th="Time">16:00 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">Monero Compliance Q&A ft. Dave Jevans (CEO of CipherTrace) & Justin Ehrenhofer</a>, host John Murphy</td>
</tr>
<tr class="row3">
<td data-th="Time">16:30 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">Monero Trivia</a>, host Justin Ehrenhofer</td>
</tr>
<tr>
<td data-th="Time">17:00 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">Monero Coffee Chat</a>, host Doug Tuman</td>
</tr>
<tr class="row3">
<td data-th="Time">18:00 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">Monero Meme Competition</a>, host Justin Ehrenhofer</td>
</tr>
<tr>
<td data-th="Time">19:00 UTC</td>
<td data-th="Description"><a href="http://hub.link/ktcMqWR" target="_blank">Monero VR Happy Hour</a>, host Diego Salazar - No VR headset required</td>
</tr>
<tr class="row3">
<td data-th="Time">19:30 UTC</td>
<td data-th="Description">Monero Game Show (Monero Talk)</td>
</tr>
<tr>
<td data-th="Time">23:59 UTC</td>
<td data-th="Description"><a href="https://www.youtube.com/watch?v=aPAA3A7Z4HI" target="_blank">Games</a>, TBD (Jackbox.tv, Drawful 2, Cards Against Humanity, Secret Hitler)</td>
</tr>
</table>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/fzyq1p/satang_exchange_has_added_monero/" target="_blank">Satang exchange has added Monero</a>, and there will be a fiat pairing.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/g0w0f7/update_cake_wallet_for_ios_version_3128_a_change/" target="_blank">Cake Wallet has an update</a>, which changes the XMR.to flow within the app.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/04/13/migration-github.html" target="_blank">Monero is moving its repository for its website back to Github from Gitlab</a>.</h4>
</div>
<div class="newsbyte">
<h4>Core Team member binaryFate <a href="https://twitter.com/binaryFate/status/1250496394634366978" target="_blank">summarizes some of the most exciting things in Monero research and development</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 18, 2020 (Sunday) - 15:00 UTC</p>
<p markdown="1">Moneroversary - <a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">join on YouTube</a></p>
</div>
<div class="event">
<p class="date" markdown="1">April 19, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 22, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 25, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/139" target="_blank">xiphon part-time coding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/137" target="_blank">Translation of Mastering Monero into Brazilian Portuguese</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/132" target="_blank">Persian-translation</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/130" target="_blank">Monero Debian Package Repository for 2 years</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/124" target="_blank">Mining Outreach</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/120" target="_blank">Part Time Research Atoc</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/88" target="_blank">BrandedGIFS-JB</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2079000</b></p>
<p>Hash rate: <b>1.226 GH/s</b></p>
<p>Median block size: <b>31.3 kB</b></p>
<p>Average Tx per block: <b>16.13</b></p>
<p>Weekly Moving Average Tx per day: <b>11551</b></p>
<p>Block reward: <b>1.75 XMR</b></p>
</div>
<p class="note">Data taken on April 17, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0417.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,001,801,228</b><br>Localmonero.co Street Price: <b>$56.17</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>04/17/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/17/20">$57.15</td>
<td data-th="Week" class="red">-2.3%</td>
<td data-th="Month" class="green">+56.7%</td>
<td data-th="Year" class="red">-17.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/17/20">€52.53</td>
<td data-th="Week" class="red">-1.8%</td>
<td data-th="Month" class="green">+58.7%</td>
<td data-th="Year" class="red">-14.5%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/17/20">B0.00802441</td>
<td data-th="Week" class="green">0.0%</td>
<td data-th="Month" class="green">+18.3%</td>
<td data-th="Year" class="red">-39.8%</td>
</tr>
</table>
<p class="note">Data taken on April 17, 2020</p>
<p class="table-title">XMR Price Graph for April 11 - April 17, 2020</p>
![XMR Price Graph 04/11/20-04/17/20](/img/weekly-chart-0417.png "XMR Price Graph 04/11/20-04/17/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,179 +0,0 @@
---
title: Issue 57&#58; April 17 - April 24, 2020
image: /img/twitter-card-issue-57.png
issuenumber: 57
---
[<img src="/img/img-issue57.png" alt="Revuo Monero Weekly #57 Slide" class="img-lead">](/issue-57.html)
<p class="text-lead">Revuo Monero Weekly: Week of April 17 - April 24, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Moneroversary took place last week. There were many events including a deep dive into the ancient history of Monero, a coffee chat, a quiz game, and more. <a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">All can be seen here</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.vice.com/en_us/article/jgewky/how-a-random-guy-made-the-2-movie-in-america-for-dollar1000?utm_source=reddit.com" target="_blank">Vice wrote a piece on the work of Justin “sgp” Ehrenhofer</a> in getting the movie “Monero Means Money” to the top of the box office last week.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/g463jj/getmoneroorg_updated_migration_to_github_new_faq/" target="_blank">Another slew of getmonero.org updates is out</a>, including the transition of the repo back to github, an overhauled FAQ page, and more.</h4>
</div>
<div class="newsbyte">
<h4>The Monero Talk crew interviewed Roger Ver about Monero - <a href="https://www.youtube.com/watch?v=w6XkiU_1Uy8" target="_blank">watch it on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 25, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">April 29, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 3, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/137" target="_blank">Translation of Mastering Monero into Brazilian Portuguese</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/xiphon-part-time-4.html" target="_blank">xiphon part-time coding (3 months)</a> by xiphon</p>
<p>Raised <b>65.09 of 371</b> XMR (18%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/adrelanos-debian-package.html" target="_blank">Monero Debian Package Repository for 2 years</a> by Patrick Schleizer</p>
<p>Raised <b>40.04 of 73</b> XMR (55%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2084224</b></p>
<p>Hash rate: <b>1.415 GH/s</b></p>
<p>Median block size: <b>26.9 kB</b></p>
<p>Average Tx per block: <b>16.21</b></p>
<p>Weekly Moving Average Tx per day: <b>11,815</b></p>
<p>Block reward: <b>1.74 XMR</b></p>
</div>
<p class="note">Data taken on April 24, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0424.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,057,614,165</b><br>Localmonero.co Street Price: <b>$57.86</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>04/24/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/24/20">$60.35</td>
<td data-th="Week" class="green">+7.5%</td>
<td data-th="Month" class="green">+28.1%</td>
<td data-th="Year" class="red">-10.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/24/20">€55.80</td>
<td data-th="Week" class="green">+8.0%</td>
<td data-th="Month" class="green">+28.8%</td>
<td data-th="Year" class="red">-8.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/24/20">B0.00805088</td>
<td data-th="Week" class="green">+0.9%</td>
<td data-th="Month" class="green">+14.3%</td>
<td data-th="Year" class="red">-35.3%</td>
</tr>
</table>
<p class="note">Data taken on April 24, 2020</p>
<p class="table-title">XMR Price Graph for April 18 - April 24, 2020</p>
![XMR Price Graph 04/18/20-04/24/20](/img/weekly-chart-0424.png "XMR Price Graph 04/18/20-04/24/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,185 +0,0 @@
---
title: Issue 58&#58; April 24 - May 2, 2020
image: /img/twitter-card-issue-58.png
issuenumber: 58
---
[<img src="/img/img-issue58.png" alt="Revuo Monero Weekly #58 Slide" class="img-lead">](/issue-58.html)
<p class="text-lead">Revuo Monero Weekly: Week of April 24 - May 2, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/04/18/dandelion-implemented.html" target="_blank">A new article was released on the getmonero.org website regarding Dandelion++</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/131#note_9896" target="_blank">Sarang Noether released his monthly report for April</a>.</h4>
</div>
<div class="newsbyte">
<h4>The movie Monero Means Money has been released for free public viewing - <a href="https://youtu.be/8quGD9W7B2I" target="_blank">available on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Monero community workgroup did the coffee chat for the month of May - <a href="https://youtu.be/UW_MlMKJxUo" target="_blank">watch on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Justin “sgp” Ehrenhofer about the Monero Means Money movie - <a href="https://youtu.be/qr9YlCaPjMk" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 3, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 6, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 9, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/142" target="_blank">Research post-quantum strategies for Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/141" target="_blank">Norwegian translation of core part</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/137" target="_blank">Translation of Mastering Monero into Brazilian Portuguese</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/xiphon-part-time-4.html" target="_blank">xiphon part-time coding (3 months)</a> by xiphon</p>
<p>Raised <b>332.9 of 371</b> XMR (90%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2089946</b></p>
<p>Hash rate: <b>1.287 GH/s</b></p>
<p>Median block size: <b>26.4 kB</b></p>
<p>Average Tx per block: <b>18.53</b></p>
<p>Weekly Moving Average Tx per day: <b>13,370</b></p>
<p>Block reward: <b>1.72 XMR</b></p>
</div>
<p class="note">Data taken on May 2, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0502c.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,133,407,865</b><br>Localmonero.co Street Price: <b>$63.89</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/02/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/02/20">$64.59</td>
<td data-th="Week" class="green">+6.8%</td>
<td data-th="Month" class="green">+27.0%</td>
<td data-th="Year" class="green">+0.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/02/20">€58.22</td>
<td data-th="Week" class="green">+4.2%</td>
<td data-th="Month" class="green">+24.1%</td>
<td data-th="Year" class="green">+1.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/02/20">B0.00709479</td>
<td data-th="Week" class="red">-11.6%</td>
<td data-th="Month" class="red">-4.9%</td>
<td data-th="Year" class="red">-39.8%</td>
</tr>
</table>
<p class="note">Data taken on May 2, 2020</p>
<p class="table-title">XMR Price Graph for April 26 - May 2, 2020</p>
![XMR Price Graph 04/26/20-05/02/20](/img/weekly-chart-0502c.png "XMR Price Graph 04/26/20-05/02/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,170 +0,0 @@
---
title: Issue 59&#58; May 2 - May 8, 2020
image: /img/twitter-card-issue-59.png
issuenumber: 59
---
[<img src="/img/img-issue59.png" alt="Revuo Monero Weekly #59 Slide" class="img-lead">](/issue-59.html)
<p class="text-lead">Revuo Monero Weekly: Week of May 2 - May 8, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>The creator of Whonix was funded via the CCS to make a Debian package for Monero. <a href="https://github.com/Whonix/monero-gui" target="_blank">The package is now completed and ready to be utilized</a>.</h4>
</div>
<div class="newsbyte">
<h4>The new GUI is coming out soon! If you speak a non-English language and want to take a shot at translation, your work would be appreciated. <a href="https://www.reddit.com/r/Monero/comments/gf8js7/call_for_translators_new_gui_release_approaching/" target="_blank">Read the information here</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 9, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 13, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 17, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/142" target="_blank">Research post-quantum strategies for Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/141" target="_blank">Norwegian translation of core part</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/137" target="_blank">Translation of Mastering Monero into Brazilian Portuguese</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2094278</b></p>
<p>Hash rate: <b>1.249 GH/s</b></p>
<p>Median block size: <b>34.9 kB</b></p>
<p>Average Tx per block: <b>19.61</b></p>
<p>Weekly Moving Average Tx per day: <b>14,098</b></p>
<p>Block reward: <b>1.70 XMR</b></p>
</div>
<p class="note">Data taken on May 8, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0508.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,131,099,613</b><br>Localmonero.co Street Price: <b>$63.78</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/08/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/08/20">$64.40</td>
<td data-th="Week" class="green">+1.9%</td>
<td data-th="Month" class="green">+11.4%</td>
<td data-th="Year" class="red">-3.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/08/20">€58.68</td>
<td data-th="Week" class="green">+3.1%</td>
<td data-th="Month" class="green">+10.3%</td>
<td data-th="Year" class="red">-1.9%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/08/20">B0.00654133</td>
<td data-th="Week" class="red">-8.5%</td>
<td data-th="Month" class="red">-16.8%</td>
<td data-th="Year" class="red">-41.8%</td>
</tr>
</table>
<p class="note">Data taken on May 8, 2020</p>
<p class="table-title">XMR Price Graph for May 2 - May 8, 2020</p>
![XMR Price Graph 05/02/20-05/08/20](/img/weekly-chart-0508.png "XMR Price Graph 05/02/20-05/08/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,181 +0,0 @@
---
title: Issue 60&#58; May 8 - May 15, 2020
image: /img/twitter-card-issue-60.png
issuenumber: 60
---
[<img src="/img/img-issue60.png" alt="Revuo Monero Weekly #60 Slide" class="img-lead">](/issue-60.html)
<p class="text-lead">Revuo Monero Weekly: Week of May 8 - May 15, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>The v0.16 CLI release is on the horizon. <a href="https://www.reddit.com/r/Monero/comments/giehky/help_out_with_testing_the_upcoming_v016_cli/" target="_blank">Help test it</a> so we can release it with minimal bugs.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/gjiz7e/monero_being_removed_from_bithumb_as_it_looks/" target="_blank">Monero was delisted from Bithumb</a>.</h4>
</div>
<div class="newsbyte">
<h4>Community member jwinterm <a href="https://github.com/jwinterm/RandomXStressGUI" target="_blank">made a front end for a RandomX stress test bench marking tool</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Randy Brito on Locha Mesh - <a href="https://youtu.be/Q1w0w9dbZqk" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 17, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 20, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 23, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/144" target="_blank">Market Research</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/142" target="_blank">Research post-quantum strategies for Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/141" target="_blank">Norwegian translation of core part</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/netrik182-mastering-monero-translation.html" target="_blank">Translation of Mastering Monero into Brazilian Portuguese</a> by netrik182</p>
<p>Raised <b>7 of 37.00</b> XMR (19%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2099351</b></p>
<p>Hash rate: <b>1.243 GH/s</b></p>
<p>Median block size: <b>24.1 kB</b></p>
<p>Average Tx per block: <b>18.76</b></p>
<p>Weekly Moving Average Tx per day: <b>13,481</b></p>
<p>Block reward: <b>1.69 XMR</b></p>
</div>
<p class="note">Data taken on May 15, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0515.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,120,944,302</b><br>Localmonero.co Street Price: <b>$64.04</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/15/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/15/20">$63.98</td>
<td data-th="Week" class="green">+1.1%</td>
<td data-th="Month" class="green">+20.3%</td>
<td data-th="Year" class="red">-32.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/15/20">€59.15</td>
<td data-th="Week" class="green">+2.5%</td>
<td data-th="Month" class="green">+21.2%</td>
<td data-th="Year" class="red">-30.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/15/20">B0.00674742</td>
<td data-th="Week" class="green">+4.9%</td>
<td data-th="Month" class="red">-15.7%</td>
<td data-th="Year" class="red">-41.6%</td>
</tr>
</table>
<p class="note">Data taken on May 15, 2020</p>
<p class="table-title">XMR Price Graph for May 9 - May 15, 2020</p>
![XMR Price Graph 05/08/20-05/15/20](/img/weekly-chart-0515.png "XMR Price Graph 05/08/20-05/15/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,189 +0,0 @@
---
title: Issue 61&#58; May 15 - May 22, 2020
image: /img/twitter-card-issue-61.png
issuenumber: 61
---
[<img src="/img/img-issue61.png" alt="Revuo Monero Weekly #61 Slide" class="img-lead">](/issue-61.html)
<p class="text-lead">Revuo Monero Weekly: Week of May 15 - May 22, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>CLI v0.16.0.0 'Nitrogen Nebula' has been tagged. If you would like to build and post your deterministic build hashes, <a href="https://www.reddit.com/r/Monero/comments/go1ous/cli_v01600_nitrogen_nebula_has_been_tagged_you/" target="_blank">please do so here</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/monero-ecosystem/PiNode-XMR" target="_blank">PiNode XMR has joined the Monero Ecosystem</a>. It helps you to set up a Monero Node for Single Board Computers with Web Interface and additional tools pre-configured. Self Installing.</h4>
</div>
<div class="newsbyte">
<h4>Monero Outreach has started a <a href="https://www.monerooutreach.org/we-accept-monero.html" target="_blank">“We Accept Monero” campaign for merchant adoption</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/glc1hk/xmrrureport_april/" target="_blank">XMR.ru put out their April report</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Koe and Sarang Noether on "Zero to Monero: 2nd Edition" - <a href="https://youtu.be/2ZrZFLiZOwY" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 23, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 27, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">May 31, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/145" target="_blank">Monero Atomic Swaps research funding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/144" target="_blank">Market Research</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/141" target="_blank">Norwegian translation of core part</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/netrik182-mastering-monero-translation.html" target="_blank">Translation of Mastering Monero into Brazilian Portuguese</a> by netrik182</p>
<p>Raised <b>13.01 of 37.00</b> XMR (35%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2104381</b></p>
<p>Hash rate: <b>1.308 GH/s</b></p>
<p>Median block size: <b>28.6 kB</b></p>
<p>Average Tx per block: <b>15.94</b></p>
<p>Weekly Moving Average Tx per day: <b>11,516</b></p>
<p>Block reward: <b>1.67 XMR</b></p>
</div>
<p class="note">Data taken on May 22, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0522.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,113,971,133</b><br>Localmonero.co Street Price: <b>$62.93</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/22/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/22/20">$63.28</td>
<td data-th="Week" class="green">+1.0%</td>
<td data-th="Month" class="green">+11.3%</td>
<td data-th="Year" class="red">-24.4%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/22/20">€58.05</td>
<td data-th="Week" class="green">+0.3%</td>
<td data-th="Month" class="green">+10.3%</td>
<td data-th="Year" class="red">-22.6%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/22/20">B0.00684262</td>
<td data-th="Week" class="green">+1.4%</td>
<td data-th="Month" class="red">-14.4%</td>
<td data-th="Year" class="red">-37.4%</td>
</tr>
</table>
<p class="note">Data taken on May 22, 2020</p>
<p class="table-title">XMR Price Graph for May 16 - May 22, 2020</p>
![XMR Price Graph 05/16/20-05/22/20](/img/weekly-chart-0522.png "XMR Price Graph 05/16/20-05/22/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,198 +0,0 @@
---
title: Issue 62&#58; May 22 - May 30, 2020
image: /img/twitter-card-issue-62.png
issuenumber: 62
---
[<img src="/img/img-issue62.png" alt="Revuo Monero Weekly #62 Slide" class="img-lead">](/issue-62.html)
<p class="text-lead">Revuo Monero Weekly: Week of May 22 - May 30, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Sarang Noether <a href="https://www.reddit.com/r/Monero/comments/gs8nsk/may_monthly_report_from_sarang_noether/" target="_blank">published his May monthly report</a>.</h4>
</div>
<div class="newsbyte">
<h4>If you would like to test the upcoming GUI release, please <a href="https://www.reddit.com/r/Monero/comments/gs8fy8/gui_v01600_testers_needed_part_2_linux_macos/" target="_blank">follow the instructions here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Community members Andres and rottensox have released <a href="https://anchor.fm/elmonero/episodes/3-Diente-de-Len-eegqt0/a-a29mu07" target="_blank">another Spanish podcast covering Dandelion++ and other topics</a>.</h4>
</div>
<div class="newsbyte">
<h4>Cake Wallet released <a href="https://youtu.be/0aPICxtXDHk" target="_blank">a video showing how to use the exchange in their wallet</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero had another coffee chat - <a href="https://youtu.be/DJIWuryvReI" target="_blank">watch the recording on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Riccardo fluffypony Spagni and Naveen Jain on the launch of Taris testnet - <a href="https://youtu.be/at0szJ_9rIs" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 31, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 3, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 6, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/148" target="_blank">Sarang: research funding for 2020 Q3</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/145" target="_blank">Monero Atomic Swaps research funding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/144" target="_blank">Market Research</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/141" target="_blank">Norwegian translation of core part</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="" target="_blank">Research post-quantum strategies for Monero</a> by Insight</p>
<p>Raised <b>520.1 of 576</b> XMR (90%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2110141</b></p>
<p>Hash rate: <b>1.397 GH/s</b></p>
<p>Median block size: <b>21.1 kB</b></p>
<p>Average Tx per block: <b>16.57</b></p>
<p>Weekly Moving Average Tx per day: <b>13,016</b></p>
<p>Block reward: <b>1.65 XMR</b></p>
</div>
<p class="note">Data taken on May 30, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0530-2.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,171,724,885</b><br>Localmonero.co Street Price: <b>$65.98</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/30/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/30/20">$66.66</td>
<td data-th="Week" class="green">+5.1%</td>
<td data-th="Month" class="green">+7.4%</td>
<td data-th="Year" class="red">-28.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/30/20">€60.00</td>
<td data-th="Week" class="green">+3.2%</td>
<td data-th="Month" class="green">+5.8%</td>
<td data-th="Year" class="red">-28.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/30/20">B0.0069586</td>
<td data-th="Week" class="green">+0.5%</td>
<td data-th="Month" class="red">-3.3%</td>
<td data-th="Year" class="red">-37.7%</td>
</tr>
</table>
<p class="note">Data taken on May 30, 2020</p>
<p class="table-title">XMR Price Graph for May 24 - May 30, 2020</p>
![XMR Price Graph 05/24/20-05/30/20](/img/weekly-chart-0529.png "XMR Price Graph 05/24/20-05/30/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,191 +0,0 @@
---
title: Issue 63&#58; May 30 - June 6, 2020
image: /img/twitter-card-issue-63.png
issuenumber: 63
---
[<img src="/img/img-issue63.png" alt="Revuo Monero Weekly #63 Slide" class="img-lead">](/issue-63.html)
<p class="text-lead">Revuo Monero Weekly: Week of May 30 - June 6, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/05/30/monero-GUI-0.16-released.html" target="_blank">The new GUI 0.16.0.0 Nitrogen Nebula has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/gx3zqr/ledger_monero_app_160_now_available/" target="_blank">Ledger has released a corresponding update</a>. All Ledger hardware wallet users must update.</h4>
</div>
<div class="newsbyte">
<h4>As well, <a href="https://www.reddit.com/r/Monero/comments/gwkmcn/ledger_monero_app_new_lead_dev/" target="_blank">Ledger has assigned a new team to work on Moneros app in their ecosystem</a>.</h4>
</div>
<div class="newsbyte">
<h4>The new release has added WebAssembly support to Monero. User XmrApiDev <a href="https://github.com/monero-ecosystem/monero-javascript" target="_blank">has added the ability for web applications to have fully client-side Monero wallets using Moneros javascript library</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Mitchell Krawiec-Thayer & Adam Corbo on making Monero post-quantum secure & private - <a href="https://youtu.be/kYm6gqtsses" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 10, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 14, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 20, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/150" target="_blank">CLSAG Audit with Teserakt and OSTIF</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/148" target="_blank">Sarang: research funding for 2020 Q3</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/research-post-quantum-monero.html" target="_blank">Research post-quantum strategies for Monero</a> by Insight</p>
<p>Raised <b>551.06 of 576</b> XMR (96%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/Norwegian_translation_core.html" target="_blank">Norwegian translation of webplate, footers, nav. menu</a> by Chris Avis</p>
<p>Raised <b>2.16 of 6</b> XMR (36%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2114302</b></p>
<p>Hash rate: <b>1.419 GH/s</b></p>
<p>Median block size: <b>20.6 kB</b></p>
<p>Average Tx per block: <b>17.66</b></p>
<p>Weekly Moving Average Tx per day: <b>12,660</b></p>
<p>Block reward: <b>1.64 XMR</b></p>
</div>
<p class="note">Data taken on June 6, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-06061.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,195,983,930</b><br>Localmonero.co Street Price: <b>$64.56</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>06/06/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/06/20">$68.00</td>
<td data-th="Week" class="green">+4.3%</td>
<td data-th="Month" class="green">+5.3%</td>
<td data-th="Year" class="red">-22.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/06/20">€60.17</td>
<td data-th="Week" class="green">+2.7%</td>
<td data-th="Month" class="green">+1.1%</td>
<td data-th="Year" class="red">-22.6%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/06/20">B0.00701207</td>
<td data-th="Week" class="green">+1.8%</td>
<td data-th="Month" class="green">+8.5%</td>
<td data-th="Year" class="red">-37.5%</td>
</tr>
</table>
<p class="note">Data taken on June 6, 2020</p>
<p class="table-title">XMR Price Graph for May 31 - June 6, 2020</p>
![XMR Price Graph 05/31/20-06/06/20](/img/weekly-chart-06061.png "XMR Price Graph 05/31/20-06/06/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,175 +0,0 @@
---
title: Issue 64&#58; June 6 - June 13, 2020
image: /img/twitter-card-issue-64.png
issuenumber: 64
---
[<img src="/img/img-issue64.png" alt="Revuo Monero Weekly #63 Slide" class="img-lead">](/issue-64.html)
<p class="text-lead">Revuo Monero Weekly: Week of June 6 - June 13, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/h86mof/getmoneroorg_updated_1_new_user_guide_1/" target="_blank">The getmonero.org website has been updated</a>, with a new FAQ question, posts regarding the new release, and more.</h4>
</div>
<div class="newsbyte">
<h4>Monero Outreach put out a new article: <a href="https://www.monerooutreach.org/stories/the-tool-for-renewal.html" target="_blank">“The Tool for Renewal”</a>.</h4>
</div>
<div class="newsbyte">
<h4>Vik from Cake Wallet, Justin sgp Ehrenhofer, and fluffypony <a href="https://youtu.be/GH3bQdW2D1U" target="_blank">took part in a virtual Greek cryptocurrency meetup</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Pavel Polach, the creator of RMX Hardware Wallet for Monero - <a href="https://youtu.be/uzmQK9v7xPQ" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 14, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 17, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 20, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/148" target="_blank">Sarang: research funding for 2020 Q3</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
None. All funded. :) But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2120102</b></p>
<p>Hash rate: <b>1.242 GH/s</b></p>
<p>Median block size: <b>28.8 kB</b></p>
<p>Average Tx per block: <b>12.72</b></p>
<p>Weekly Moving Average Tx per day: <b>6,299</b></p>
<p>Block reward: <b>1.62 XMR</b></p>
</div>
<p class="note">Data taken on June 13, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-06131.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,165,213,190</b><br>Localmonero.co Street Price: <b>$66.25</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>06/13/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/13/20">$66.20</td>
<td data-th="Week" class="red">-2.2%</td>
<td data-th="Month" class="green">+1.6%</td>
<td data-th="Year" class="red">-26.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/13/20">€58.79</td>
<td data-th="Week" class="red">-1.9%</td>
<td data-th="Month" class="red">-2.5%</td>
<td data-th="Year" class="red">-26.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/13/20">B0.00700174</td>
<td data-th="Week" class="green">0.0%</td>
<td data-th="Month" class="green">+5.0%</td>
<td data-th="Year" class="red">-36.0%</td>
</tr>
</table>
<p class="note">Data taken on June 13, 2020</p>
<p class="table-title">XMR Price Graph for June 7 - June 13, 2020</p>
![XMR Price Graph 06/06/20-06/13/20](/img/weekly-chart-06131.png "XMR Price Graph 06/06/20-06/13/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,176 +0,0 @@
---
title: Issue 65&#58; June 13 - June 19, 2020
image: /img/twitter-card-issue-65.png
issuenumber: 65
---
[<img src="/img/img-issue65.png" alt="Revuo Monero Weekly #65 Slide" class="img-lead">](/issue-65.html)
<p class="text-lead">Revuo Monero Weekly: Week of June 13 - June 19, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/hanm6l/xmr_added_to_leading_iranian_exchange/" target="_blank">Monero has been added to a leading Iranian exchange</a>.</h4>
</div>
<p style="padding-top: 1rem;">Thats it. :( Not much happened this week so heres a picture of a Monero fox to make up for it.</p>
<p><img src="/img/monerofox.png" alt="Monero Fox" /></p>
<p class="note">Artist: anhdres</p>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 20, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 24, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">June 28, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/153" target="_blank">ErCiccione: 3 more months part time work on Getmonero.org (July-Sept)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/defcon-storage.html" target="_blank">Defcon equipment storage for one year</a> by rehrar</p>
<p>Raised <b>6 of 13</b> XMR (46%)</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/sarang-2020-q3.html" target="_blank">Sarang: research funding for 2020 Q3</a> by Sarang Noether</p>
<p>Raised <b>477.02 of 518</b> XMR (92%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2124536</b></p>
<p>Hash rate: <b>1.225 GH/s</b></p>
<p>Median block size: <b>24.6 kB</b></p>
<p>Average Tx per block: <b>15.83</b></p>
<p>Weekly Moving Average Tx per day: <b>11,295</b></p>
<p>Block reward: <b>1.61 XMR</b></p>
</div>
<p class="note">Data taken on June 19, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0619.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,129,851,978</b><br>Localmonero.co Street Price: <b>$63.47</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>06/19/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/19/20">$64.16</td>
<td data-th="Week" class="red">-2.4%</td>
<td data-th="Month" class="red">-0.7%</td>
<td data-th="Year" class="red">-36.4%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/19/20">€57.40</td>
<td data-th="Week" class="red">-1.7%</td>
<td data-th="Month" class="red">-2.5%</td>
<td data-th="Year" class="red">-36.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/19/20">B0.00688035</td>
<td data-th="Week" class="red">-0.9%</td>
<td data-th="Month" class="green">+1.4%</td>
<td data-th="Year" class="red">-36.6%</td>
</tr>
</table>
<p class="note">Data taken on June 19, 2020</p>
<p class="table-title">XMR Price Graph for June 14 - June 20, 2020</p>
![XMR Price Graph 06/14/20-06/20/20](/img/weekly-chart-0619.png "XMR Price Graph 06/14/20-06/20/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,170 +0,0 @@
---
title: Issue 66&#58; June 19 - June 27, 2020
image: /img/twitter-card-issue-66.png
issuenumber: 66
---
[<img src="/img/img-issue66.png" alt="Revuo Monero Weekly #66 Slide" class="img-lead">](/issue-66.html)
<p class="text-lead">Revuo Monero Weekly: Week of June 19 - June 27, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/06/26/monero-0.16.0.1-released.html" target="_blank">Monero CLI 0.16.1 Nitrogen Nebula has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md" target="_blank">A new version of the Monero GUI guide has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4>Diego rehrar Salazar gave a Monero update presentation for the Messari conference - <a href="https://youtu.be/XIHDZRiH3wE" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 28, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 1, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 4, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/153" target="_blank">ErCiccione: 3 more months part time work on Getmonero.org (July-Sept)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/127" target="_blank">[Monero Aligned] Proposal for 1M5 Integration as Proxy</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/merge_requests/91" target="_blank">Telegram bot for Monero-Jobs group</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2130095</b></p>
<p>Hash rate: <b>1.599 GH/s</b></p>
<p>Median block size: <b>33.8 kB</b></p>
<p>Average Tx per block: <b>16.00</b></p>
<p>Weekly Moving Average Tx per day: <b>11,586</b></p>
<p>Block reward: <b>1.59 XMR</b></p>
</div>
<p class="note">Data taken on June 27, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-06271.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,079,535,858</b><br>Localmonero.co Street Price: <b>$58.70</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>06/27/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/27/20">$61.23</td>
<td data-th="Week" class="red">-4.5%</td>
<td data-th="Month" class="red">-5.1%</td>
<td data-th="Year" class="red">-41.3%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/27/20">€54.58</td>
<td data-th="Week" class="red">-4.8%</td>
<td data-th="Month" class="red">-6.8%</td>
<td data-th="Year" class="red">-40.5%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/27/20">B0.00682176</td>
<td data-th="Week" class="red">-1.2%</td>
<td data-th="Month" class="red">-2.8%</td>
<td data-th="Year" class="red">-15.0%</td>
</tr>
</table>
<p class="note">Data taken on June 27, 2020</p>
<p class="table-title">XMR Price Graph for June 21 - June 27, 2020</p>
![XMR Price Graph 06/21/20-06/27/20](/img/weekly-chart-06271.png "XMR Price Graph 06/21/20-06/27/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,166 +0,0 @@
---
title: Issue 67&#58; June 27 - July 6, 2020
image: /img/twitter-card-issue-67.png
issuenumber: 67
---
[<img src="/img/img-issue67.png" alt="Revuo Monero Weekly #67 Slide" class="img-lead">](/issue-67.html)
<p class="text-lead">Revuo Monero Weekly: Week of June 27 - July 6, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/hindxj/cli_v01601_nitrogen_nebula_released/" target="_blank">CLI v0.16.0.1 has been released</a>. General bug fixes as well as fixes for Ledger and Trezor.</h4>
</div>
<div class="newsbyte">
<h4>The Monero Core Team put out their <a href="https://web.getmonero.org/2020/06/30/gf-transparency-report.html" target="_blank">General Fund Transparency report for 2019-June 2020</a>.</h4>
</div>
<div class="newsbyte">
<h4>Dr. Sarang Noether has released his <a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/131#note_10064" target="_blank">monthly report for June</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monerujo/comments/hm8k00/update_monerujo_v1133_upgrading_to_monero_v01601/" target="_blank">Monerujo has updated to newest underlying core release</a>, as well as a few bug fixes.</h4>
</div>
<div class="newsbyte">
<h4>Monero Community hosted their June Coffee Chat - <a href="https://youtu.be/MfN1GkkiTtg" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">July 8, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 12, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 18, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2136825</b></p>
<p>Hash rate: <b>1.866 GH/s</b></p>
<p>Median block size: <b>35.1 kB</b></p>
<p>Average Tx per block: <b>17.53</b></p>
<p>Weekly Moving Average Tx per day: <b>12,771</b></p>
<p>Block reward: <b>1.57 XMR</b></p>
</div>
<p class="note">Data taken on July 6, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0706.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,135,537,616</b><br>Localmonero.co Street Price: <b>$60.59</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>07/06/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/06/20">$64.45</td>
<td data-th="Week" class="green">+0.5%</td>
<td data-th="Month" class="red">-4.8%</td>
<td data-th="Year" class="red">-31.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="07/06/20">€56.99</td>
<td data-th="Week" class="red">-0.1%</td>
<td data-th="Month" class="red">-5.0%</td>
<td data-th="Year" class="red">-32.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/06/20">B0.00693230</td>
<td data-th="Week" class="red">-0.7%</td>
<td data-th="Month" class="red">-1.0%</td>
<td data-th="Year" class="red">-17.4%</td>
</tr>
</table>
<p class="note">Data taken on July 6, 2020</p>
<p class="table-title">XMR Price Graph for June 29 - July 6, 2020</p>
![XMR Price Graph 06/29/20-07/06/20](/img/weekly-chart-0706.png "XMR Price Graph 06/30/20-07/06/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,170 +0,0 @@
---
title: Issue 68&#58; July 6 - July 12, 2020
image: /img/twitter-card-issue-68.png
issuenumber: 68
---
[<img src="/img/img-issue68.png" alt="Revuo Monero Weekly #68 Slide" class="img-lead">](/issue-68.html)
<p class="text-lead">Revuo Monero Weekly: Week of July 6 - July 12, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/hp6sly/gui_v01602_nitrogen_nebula_released/" target="_blank">The new GUI release, v0.16.0.2 'Nitrogen Nebula' is now available for download</a>.</h4>
</div>
<div class="newsbyte">
<h4>Getmonero.org has another slew of updates, including a revamped homepage. <a href="https://www.reddit.com/r/Monero/comments/hp78v2/getmoneroorg_updated_revamped_homepage_netlify/" target="_blank">Check out the full list of changes</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/ho5ibv/xmrto_added_lightning_network_payments/" target="_blank">XMR.to has added Bitcoin lightning network payment capabilities</a>.</h4>
</div>
<div class="newsbyte">
<h4>Locha Mesh has recorded a tech demo on sending a Monero transaction from an off-grid computer to an internet connected one via their radio wave mesh network - <a href="https://youtu.be/pe9Buhp9OD8" target="_blank">watch on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4>MoneroTalk interviewed Dr. David D. Friedman on Digital Cash - <a href="https://youtu.be/yRzzdTC1T8o" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">July 15, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 18, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 26, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/154" target="_blank">v1docq47: video creation / translations into russian (august 2020 - january 2021)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2140873</b></p>
<p>Hash rate: <b>1.362 GH/s</b></p>
<p>Median block size: <b>28.0 kB</b></p>
<p>Average Tx per block: <b>17.65</b></p>
<p>Weekly Moving Average Tx per day: <b>12,660</b></p>
<p>Block reward: <b>1.56 XMR</b></p>
</div>
<p class="note">Data taken on July 12, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0712.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,219,466,627</b><br>Localmonero.co Street Price: <b>$65.72</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>07/12/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/12/20">$69.12</td>
<td data-th="Week" class="green">+7.8%</td>
<td data-th="Month" class="green">+8.1%</td>
<td data-th="Year" class="red">-22.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="07/12/20">€61.13</td>
<td data-th="Week" class="green">+7.2%</td>
<td data-th="Month" class="green">+7.9%</td>
<td data-th="Year" class="red">-32.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/12/20">B0.00744349</td>
<td data-th="Week" class="green">+6.0%</td>
<td data-th="Month" class="green">+8.3%</td>
<td data-th="Year" class="red">-5.4%</td>
</tr>
</table>
<p class="note">Data taken on July 6, 2020</p>
<p class="table-title">XMR Price Graph for July 6 - July 12, 2020</p>
![XMR Price Graph 07/06/20-07/12/20](/img/weekly-chart-0712.png "XMR Price Graph 07/06/20-07/12/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,178 +0,0 @@
---
title: Issue 69&#58; July 12 - July 24, 2020
image: /img/twitter-card-issue-69.png
issuenumber: 69
---
[<img src="/img/img-issue69.png" alt="Revuo Monero Weekly #69 Slide" class="img-lead">](/issue-69.html)
<p class="text-lead">Revuo Monero Weekly: Weeks of July 12 - July 24, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Monero community contributor Seth Simmons <a href="https://github.com/sethsimmons/Miscellaneous-Monero/blob/master/Monero%20FAQ.pdf" target="_blank">made an FAQ of common questions based off of his AMA session with ChainTalkTV</a>.</h4>
</div>
<div class="newsbyte">
<h4>The aforementioned AMA session can be viewed in <a href="https://youtu.be/MoISaCm4l-s" target="_blank">video form on YouTube</a> (Telegram-based so its a text time-lapse).</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/hvqk75/xmrusd_is_listed_on_huobi/" target="_blank">Huobi has launched an XMR/USD trading option</a>.</h4>
</div>
<div class="newsbyte">
<h4>MoneroTalk interviewed Leonhard Weese on the topic of Monero in Hong Kong - <a href="https://youtu.be/RuzNhzaNzCo" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">July 26, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">July 29, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 1, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/158" target="_blank">WIP: Monero material set for spanish speakers</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/157" target="_blank">xiphon part-time coding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/156" target="_blank">Implementing New Range Proof Technique Bulletproofs+ in Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/154" target="_blank">v1docq47: video creation / translations into russian (august 2020 - january 2021)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2149641</b></p>
<p>Hash rate: <b>1.327 GH/s</b></p>
<p>Median block size: <b>21.7 kB</b></p>
<p>Average Tx per block: <b>13.23</b></p>
<p>Weekly Moving Average Tx per day: <b>9,457</b></p>
<p>Block reward: <b>1.53 XMR</b></p>
</div>
<p class="note">Data taken on July 24, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0724.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,273,137,575</b><br>Localmonero.co Street Price: <b>$69.31</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>07/24/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/24/20">$72.17</td>
<td data-th="Week" class="green">+6.7%</td>
<td data-th="Month" class="green">+11.4%</td>
<td data-th="Year" class="red">-10.3%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="07/24/20">€61.95</td>
<td data-th="Week" class="green">+4.6%</td>
<td data-th="Month" class="green">+7.5%</td>
<td data-th="Year" class="red">-14.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/24/20">₿0.00754365</td>
<td data-th="Week" class="green">+2.1%</td>
<td data-th="Month" class="green">+8.2%</td>
<td data-th="Year" class="red">-8.1%</td>
</tr>
</table>
<p class="note">Data taken on July 24, 2020</p>
<p class="table-title">XMR Price Graph for July 17 - July 24, 2020</p>
![XMR Price Graph 07/17/20-07/24/20](/img/weekly-chart-0724.png "XMR Price Graph 07/17/20-07/24/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,203 +0,0 @@
---
title: Issue 70&#58; July 24 - August 1, 2020
image: /img/twitter-card-issue-70.png
issuenumber: 70
---
[<img src="/img/img-issue70.png" alt="Revuo Monero Weekly #70 Slide" class="img-lead">](/issue-70.html)
<p class="text-lead">Revuo Monero Weekly: Week of July 24 - August 1, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Moneros next network upgrade, which will include CLSAG, <a href="https://www.reddit.com/r/Monero/comments/hzw1hu/the_date_of_the_next_monero_network_upgrade_has/" target="_blank">has been set for October 17th</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/07/31/clsag-audit.html" target="_blank">The CLSAG audit has been completed</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Monero Atomic Swap research done by community member h4sh3d (CCS Funded) <a href="https://www.reddit.com/r/Monero/comments/i1fknt/ccs_results_monero_atomic_swaps_research/" target="_blank">has been completed with promising results</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/i0s6i1/update_cake_wallet_109_for_android/" target="_blank">Cake Wallet has updated to version 1.0.9 for Android</a>. Please update your wallets.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/i0mpk2/getmoneroorg_updated_massive_performance/" target="_blank">Many more new website changes</a>, including better SEO, removed Javascript, and more.</h4>
</div>
<div class="newsbyte">
<h4>Cake Wallet founder Vik Sharma <a href="https://changenow.io/blog/know-the-wallet-cake-wallet-founder-vikrant-sharma" target="_blank">was interviewed by ChangeNow</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Outreach posted an <a href="https://www.monerooutreach.org/how-to-buy-monero.html" target="_blank">article on purchasing Monero privately</a>.</h4>
</div>
<div class="newsbyte">
<h4>New MoneroTalk interview - Amir Khazaieli and Brad Yasar: A Miner & Bitcoin OG on Monero - <a href="https://youtu.be/fKBGH430V2A" target="_blank">watch on YouTube</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 5, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 7-9, 2020 (Friday-Saturday)</p>
<p markdown="1">Monero Village at Defcon 28 - see updated news, schedule, and more at <a href="https://monerovillage.org/" target="_blank">monerovillage.org</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">August 9, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 15, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/159" target="_blank">Create Monero educational content in Spanish</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/158" target="_blank">WIP: Monero material set for spanish speakers</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/157" target="_blank">xiphon part-time coding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/156" target="_blank">Implementing New Range Proof Technique Bulletproofs+ in Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/154" target="_blank">v1docq47: video creation / translations into russian (august 2020 - january 2021)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2155495</b></p>
<p>Hash rate: <b>1.553 GH/s</b></p>
<p>Median block size: <b>13.6 kB</b></p>
<p>Average Tx per block: <b>11.91</b></p>
<p>Weekly Moving Average Tx per day: <b>8,687</b></p>
<p>Block reward: <b>1.52 XMR</b></p>
</div>
<p class="note">Data taken on August 1, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-08011.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,480,200,652</b><br>Localmonero.co Street Price: <b>$79.38</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>08/01/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/01/20">$83.75</td>
<td data-th="Week" class="green">+13.9%</td>
<td data-th="Month" class="green">+28.1%</td>
<td data-th="Year" class="green">+2.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/01/20">€71.04</td>
<td data-th="Week" class="green">+12.7%</td>
<td data-th="Month" class="green">+22.3%</td>
<td data-th="Year" class="red">-3.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/01/20">₿0.00740061</td>
<td data-th="Week" class="red">-2.4%</td>
<td data-th="Month" class="green">+3.0%</td>
<td data-th="Year" class="red">-5.6%</td>
</tr>
</table>
<p class="note">Data taken on August 1, 2020</p>
<p class="table-title">XMR Price Graph for July 26 - August 1, 2020</p>
![XMR Price Graph 07/26/20-08/01/20](/img/weekly-chart-08011.png "XMR Price Graph 07/26/20-08/01/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,183 +0,0 @@
---
title: Issue 71&#58; August 1 - 15, 2020
image: /img/twitter-card-issue-71.png
issuenumber: 71
---
[<img src="/img/img-issue71.png" alt="Revuo Monero Weekly #71 Slide" class="img-lead">](/issue-71.html)
<p class="text-lead">Revuo Monero Weekly: Weeks of August 1 - 15, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Monero once again had a presence at Defcon (which took place digitally this year). All talks for the Monero Village <a href="https://www.youtube.com/playlist?list=PLsSYUeVwrHBn43BwoeplKKdJDFJFGH-9_" target="_blank">can be viewed on YouTube</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/08/07/monero-0.16.0.3-released.html" target="_blank">Monero 0.16.0.3 Nitrogen Nebula CLI has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/08/09/monero-GUI-0.16.0.3-released.html" target="_blank">Monero 0.16.0.3. Nitrogen Nebula GUI has been released</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/i8gzbr/announcing_monero_services_on_monerojobscom/" target="_blank">Monerojobs.com has added a place for people to offer their services</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 19, 2020 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://chat.freenode.net/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 23, 2020 (Sunday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://chat.freenode.net/#monero-dev" target="_blank">#monero-dev</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">August 29, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/160" target="_blank">Norwegian translation of User guides & Moneropedia</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/159" target="_blank">Create Monero educational content in Spanish</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/157" target="_blank">xiphon part-time coding</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/156" target="_blank">Implementing New Range Proof Technique Bulletproofs+ in Monero</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/154" target="_blank">v1docq47: video creation / translations into russian (august 2020 - january 2021)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/147" target="_blank">Swedish cli wallet</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/138" target="_blank">Compilation time reduction and housekeeping</a></p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded! But keep a look out for proposals in the future, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2165365</b></p>
<p>Hash rate: <b>1.417 GH/s</b></p>
<p>Median block size: <b>24.0 kB</b></p>
<p>Average Tx per block: <b>17.57</b></p>
<p>Weekly Moving Average Tx per day: <b>12,562</b></p>
<p>Block reward: <b>1.49 XMR</b></p>
</div>
<p class="note">Data taken on August 15, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0815.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,604,868,700</b><br>Localmonero.co Street Price: <b>$89.74</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>08/15/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/15/20">$90.90</td>
<td data-th="Week" class="red">-4.1%</td>
<td data-th="Month" class="green">+34.4%</td>
<td data-th="Year" class="green">+9.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/15/20">€76.76</td>
<td data-th="Week" class="red">-4.6%</td>
<td data-th="Month" class="green">+29.3%</td>
<td data-th="Year" class="green">+2.9%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/15/20">₿0.00764823</td>
<td data-th="Week" class="red">-5.3%</td>
<td data-th="Month" class="green">+3.4%</td>
<td data-th="Year" class="red">-4.8%</td>
</tr>
</table>
<p class="note">Data taken on August 15, 2020</p>
<p class="table-title">XMR Price Graph for August 8-15, 2020</p>
![XMR Price Graph 08/08/20-08/15/20](/img/weekly-chart-0815.png "XMR Price Graph 08/08/20-08/15/20")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but arent 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.

View file

@ -1,184 +0,0 @@
---
title: Issue 72&#58; August 15 - 23, 2020
image: /img/twitter-card-issue-72.png
issuenumber: 72
---
[<img src="/img/img-issue72.png" alt="Revuo Monero Weekly #72 Slide" class="img-lead">](/issue-72.html)
<p class="text-lead">Revuo Monero Weekly: Weeks of August 15 - 23, 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>There has been a myriad of scams utilizing various means. See some examples and stay safe: <a href="https://www.reddit.com/r/Monero/comments/id9sg7/psa_do_not_use_the_fake_mymonero_android_app_or/" target="_blank">"PSA: DO NOT use the fake MyMonero Android app or mymonero < dot > co"</a>, <a href="https://www.reddit.com/r/Monero/comments/ic0hqz/cake_wallet_was_targeted_by_a_sophisticated_fraud/" target="_blank">"Cake Wallet was targeted by a sophisticated fraud recently"</a>, <a href="https://www.reddit.com/r/Monero/comments/ies15h/one_monero_user_from_chinese_community_had_been/" target="_blank">"One Monero user from Chinese community had been hacked 237.9xmr by fake Google play Mymonero wallet"</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero GUI engineer dsc has been working on a brand new, ground-up light wallet. <a href="https://www.reddit.com/r/Monero/comments/idujx0/feather_free_opensource_monero_desktop_wallet/" target="_blank">Introducing Feather wallet</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/vtnerd/motrix" target="_blank">Vtnerd has released a terminal screensaver utilizing real time data from a Monero daemon</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/ibrkdm/locha_mesh_monero_offthegrid_randy_brito/" target="_blank">The Locha Mesh tech demo recording has been released to the public</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.monerooutreach.org/monero-calendar/" target="_blank">Monero Outreach has released a calendar of Monero events for everyone to use</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://gist.github.com/livinginformation/6210a620d257a6cddfca34bb24ee4856" target="_blank">There is a Monero tracking challenge puzzle</a>, as of yet unsolved.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 29, 2020 (Saturday) 17:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://chat.freenode.net/#monero-community" target="_blank">#monero-community</a> IRC channel</p>
</div>
<div class="event">
<p class="date" markdown="1">September 2, 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 6, 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/162" target="_blank">Spanish localization proposal for the Monero Community</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/160" target="_blank">Norwegian translation of User guides & Moneropedia</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/159" target="_blank">Create Monero educational content in Spanish</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/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>
<p>None. All funded! But keep a look out for <a href="https://ccs.getmonero.org/funding-required/" target="_blank">proposals</a>, or donate to the General Fund (<a href="#donate">donation address</a> at the bottom of the Revuo).</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2171247</b></p>
<p>Hash rate: <b>1.594 GH/s</b></p>
<p>Median block size: <b>27.4 kB</b></p>
<p>Average Tx per block: <b>17.69</b></p>
<p>Weekly Moving Average Tx per day: <b>12,863</b></p>
<p>Block reward: <b>1.47 XMR</b></p>
</div>
<p class="note">Data taken on August 23, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0823.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,613,936,565</b><br>Localmonero.co Street Price: <b>$87.72</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>08/23/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/23/20">$91.26</td>
<td data-th="Week" class="green">0.0%</td>
<td data-th="Month" class="green">+27.4%</td>
<td data-th="Year" class="green">+11.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/23/20">€77.41</td>
<td data-th="Week" class="green">+0.6%</td>
<td data-th="Month" class="green">+25.9%</td>
<td data-th="Year" class="green">+6.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/23/20">B0.00782288</td>
<td data-th="Week" class="green">+2.1%</td>
<td data-th="Month" class="green">+4.2%</td>
<td data-th="Year" class="red">-0.7%</td>
</tr>
</table>
<p class="note">Data taken on August 23, 2020</p>
<p class="table-title">XMR Price Graph for August 15-23, 2020</p>
![XMR Price Graph 08/15/20-08/23/20](/img/weekly-chart-0823.png "XMR Price Graph 08/15/20-08/23/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 arent 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.

View file

@ -1,171 +0,0 @@
---
title: Issue 73&#58; August 23 - 29, 2020
image: /img/twitter-card-issue-73.png
issuenumber: 73
---
[<img src="/img/img-issue73.png" alt="Revuo Monero Weekly #73 Slide" class="img-lead">](/issue-73.html)
<p class="text-lead">Revuo Monero Weekly: Week of August 23 - 29, 2020.</p>
<!--more-->
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#events">Upcoming Events</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://web.getmonero.org/2020/08/22/triptych.html" target="_blank">Triptych, a next-gen proving scheme developed by the Monero Research Lab, has been accepted for publication</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Space hosted their first <a href="https://www.youtube.com/watch?v=p5kOK1X2aXY" target="_blank">digital Monero Meet</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">September 2, 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 6, 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 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>
<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/162" target="_blank">Spanish localization proposal for the Monero Community</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/160" target="_blank">Norwegian translation of User guides & Moneropedia</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/159" target="_blank">Create Monero educational content in Spanish</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/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/v1docq47-video-creation-translations-into-russian-(august-2020-january-2021).html" target="_blank">v1docq47: video creation / translations into russian (august 2020 - january 2021)</a> by v1docq47</p>
<p>Raised <b>59.98 of 97.8</b> XMR (61%)</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2175475</b></p>
<p>Hash rate: <b>1.403 GH/s</b></p>
<p>Median block size: <b>26.5 kB</b></p>
<p>Average Tx per block: <b>19.03</b></p>
<p>Weekly Moving Average Tx per day: <b>13,763</b></p>
<p>Block reward: <b>1.46 XMR</b></p>
</div>
<p class="note">Data taken on August 29, 2020</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-08291.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,655,393,333</b><br>Localmonero.co Street Price: <b>$89.01</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>08/29/20</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/29/20">$93.56</td>
<td data-th="Week" class="red">-1.3%</td>
<td data-th="Month" class="green">+15.2%</td>
<td data-th="Year" class="green">+39.0%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/29/20">€78.58</td>
<td data-th="Week" class="red">-2.2%</td>
<td data-th="Month" class="green">+14.8%</td>
<td data-th="Year" class="green">+29.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/29/20">B0.00806810</td>
<td data-th="Week" class="red">-0.6%</td>
<td data-th="Month" class="green">+10.4%</td>
<td data-th="Year" class="green">+13.7%</td>
</tr>
</table>
<p class="note">Data taken on August 29, 2020</p>
<p class="table-title">XMR Price Graph for August 23-29, 2020</p>
![XMR Price Graph 08/23/20-08/29/20](/img/weekly-chart-08291.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 arent 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.

View file

@ -1,175 +0,0 @@
---
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">](/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 arent 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.

View file

@ -1,180 +0,0 @@
---
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">](/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 Kims 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 arent 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.

View file

@ -1,195 +0,0 @@
---
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">](/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 arent 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.

View file

@ -1,182 +0,0 @@
---
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">](/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 Cores 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 arent 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.

Some files were not shown because too many files have changed in this diff Show more