feat: migrate almost everything to hugo

This commit is contained in:
recanman 2024-07-02 15:12:18 -07:00
parent db113463ca
commit 135a9ac88c
878 changed files with 36263 additions and 7 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

5
.gitignore vendored
View file

@ -1,4 +1,3 @@
.sass-cache
.DS_Store
_site
.jekyll-cache
public/
resources/

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/revuo-xmr"]
path = themes/revuo-xmr
url = https://github.com/rottenwheel/revuoxmrtheme

0
.hugo_build.lock Normal file
View file

BIN
assets/img/qr.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -0,0 +1,240 @@
---
type: periodical
layout: periodical_old
title: "Revuo Periodical #3"
date: "2019-09-14T11:07:56-07:00"
issuenumber: 3
covering: "January 1 - June 30, 2019"
---
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#welcome">Welcome</a></li>
<li><a href="#development">Development Update</a></li>
<li><a href="#mrl">Monero Research Lab Update</a></li>
<li><a href="#community">Community Update</a></li>
<li><a href="#translations">Monero Localization Update</a></li>
<li><a href="#mobile">Third-Party Mobile Update</a></li>
<li><a href="#thanks">Special Thanks</a></li>
<li><a href="#pdf">Download PDF</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="welcome">Welcome</h3>
<p>Hello everyone, and welcome to the third issue of the Monero Revuo. We pretty much dropped the ball on the 2018 quarterlies, but were picking it all back up with a 2019 first-half-year special. As always, we aim to give the community an update on the major developments from the primary workgroups in the Monero Project. This issue focuses on the Development, Research Lab, GUI, Community, third-party mobile, and Localization groups.</p>
<h3 id="development">Development Update</h3>
<p>Under the hood, Monero is a powerhouse of technology and code. Work on the code base is very versatile: it concerns maintaining the current code, fixing bugs, implementing innovations, etc. It is easy to get lost in all the developments of the past six months, but well take a look at a few major development highlights, and what we may expect for the upcoming October protocol upgrade.</p>
<table class="hted-head">
<tbody><tr class="row1">
<th>Protocol Upgrade Summary</th>
</tr>
</tbody></table>
<p>On March 9, 2019, Monero had its scheduled upgrade on block 1788000. The scheduled network upgrade introduced four major changes. First, the dynamic block size algorithm was adjusted to better accommodate short-term spending sprees while keeping long-term growth sensible. Second, a PoW tweak (CryptoNight-R) curbed the ASICs previously present on the network. Third, an encrypted payment ID was added to each transaction to improve transaction homogeneity. Fourth, the development team simplified amount commitments by shrinking the size of amount encodings and using deterministic masks. These changes made transactions smaller and were deemed safe to apply by the Monero Research Lab. Since the update, several major focus areas have received attention.</p>
<h5>RandomX</h5>
<p>RandomX is a PoW algorithm that has been in the works for over a year, and is set to replace CryptonightR to provide further ASIC resistance. RandomX is designed to render ASICs non-competitive and be “CPU-centric.” The core of RandomX is the concept of randomized execution. To put it simply, the developers want to execute a series of random instructions to take advantage of a general-purpose CPUs flexibility with dynamic code execution. RandomX is Moneros best attempt yet to preserve its promise of accessible mining. RandomX has been audited by four firms: TrailOfBits, X41, Kudelski, and Quarkslab. <a href="https://github.com/hyc/RandomxAudits" target="_blank">Each of these are publicly viewable on GitHub</a>.</p>
<h5>Blockchain Pruning</h5>
<p>One of the issues blockchain is facing today concerns scalability. One such way to help solve this is through blockchain pruning, which means removing unnecessary data from the blockchain after verification. This significantly reduces the size on disk. Monero recently added blockchain pruning to its daemon software, which reduces disk use by about two-thirds. While it is best for users to run full nodes, pruned nodes nevertheless are much better than running nothing at all, and they still contribute significantly to the network.</p>
<h5>Deterministic (reproducible) builds</h5>
<p>The CLI release binaries can now be verified via the deterministic build process. That is, users can build a binary themselves and verify that the hash matches the hash of the release binary published on the website. This vastly reduces the risk of Monero contributors concealing hidden code in published binaries. <a href="https://github.com/monero-project/monero/tree/master/contrib/gitian#gitian-building" target="_blank">Instructions can be found on GitHub</a>.</p>
<h5>Tor/i2p integration</h5>
<p>Due to knaccc/jgrassie's efforts (et al.), the Monero CLI tools now has support for tor/i2p, with the GUI implementation soon to follow. There are still many challenges ahead before this can happen, however, such as coming up with an intuitive interface for the networking options, effortless switching between the present options, as well as deciding on the bundling options of the networking software.</p>
<table class="hted-head">
<tbody><tr class="row1">
<th>GUI Update</th>
</tr>
</tbody></table>
<p>Not only has the protocol changed, but a lot of work has been done on the Graphical User Interface (GUI) worked on by volunteers and stewarded by the Core Team. We summarize the major developments below, but there is an ongoing effort to make the Monero software as user-friendly as possible.
</p>
<p>The starting screens/startup wizards were rebuilt from scratch, with the most notable change being the inclusion of simple mode. This new startup option was created to get new users up and going as quickly as possible by utilizing a simplified UI and connecting to a remote node by default. The GUI also saw new screens, such as a merchant page, which allows the GUI to be used as a point-of-sale system, as well as support for multiple accounts (made possible by subaddresses).</p>
<p>Another major success was the added ability for users to utilize the GUI with their Trezor hardware wallets. The last major inclusion is the new white theme designed by knufflebund. Users are given the option of whether to use the standard black theme, or toggle it to a brighter alternative.</p>
<p>Aside from these major additions, there were tweaks and improvements to several other screens, such as the address book and history page, as well as dramatic performance improvements.</p>
<h3 id="mrl">Monero Research Lab Update</h3>
<p>Keeping up with advances in the space, original research, testing implementations of improvements, providing privacy recommendations, and being the front line of defense against attacks are all part of the seemingly simple job that the Monero Research Lab is tasked with: making sure Monero remains at the forefront of privacy and blockchain technologies. In this section, we take a look at what the beginning of 2019 brings us - this section is led by Mitchell P. Krawiec-Thayer.</p>
<h5>Conferences and Payment IDs</h5>
<p>Back in January 2019, Monero Research Lab and several developers attended the Stanford Blockchain Conference. This conference explores the use of formal methods, empirical analysis, and risk modeling to better understand security and systemic risk in blockchain protocols. The same month theyve discovered patterns in Monero nonces, due to varying search strategies employed by different miners.</p>
<p>A lot of discussion took place around deprecating or eliminating Payment IDs, due to privacy impacts and confusing UX. After much discussion, wallets hid this feature for the April update, and most wallets will completely remove the feature in the October update. Exchanges, payment processors, and other services should upgrade to support Monero subaddresses as soon as possible, which offer greater privacy and a better user experience.</p>
<h5>All the algorithms</h5>
<p>In March, the developers team had a special <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">2.5 hour developer meeting</a> to discuss proof of work algorithms. The same month, a Boron Butterfly Upgrade was made ahead of schedule (v0.14) to address <a href="https://www.reddit.com/r/Monero/comments/aj21yt/big_bang_attack_on_xmr/" target="_blank">dynamic blocksize algorithm</a> and the <a href="https://www.reddit.com/r/Monero/comments/agysnf/hashrate_discussion_thread/" target="_blank">suspected presence of ASICs</a> on the network. The PoW algorithm was tweaked to the <a href="https://github.com/monero-project/monero/pull/5126" target="_blank">CryptoNightR</a> variant with ASIC-incompatible random integer math. This caused a significant decrease in the <a href="https://www.coinwarz.com/network-hashrate-charts/monero-network-hashrate-chart" target="_blank">total hashrate</a> from approximately 1 GH/s to 200 MH/s. Developers also switched decoy selection algorithm to use the “output lineup” method.</p>
<h5>Ring Signature Optimizations and Replacement Candidates</h5>
<p>A lot of work has been performed by the Research Lab team in researching several new ring signature alternatives. These schemes include the likes of: <a href="https://eprint.iacr.org/2019/550" target="_blank">Spartan</a>, <a href="https://eprint.iacr.org/2019/508" target="_blank">RingCT3.0</a>, and <a href="https://lelantus.io/lelantus.pdf" target="_blank">Lelantus</a>. They have shared an analysis of Lelantus, including prototype code for Monero-to-Lelantus output migration, and plan on reviewing <a href="https://eprint.iacr.org/2019/580.pdf" target="_blank">Omniring</a> next, which would massively improve Moneros privacy.</p>
<p>In addition to these reviews from external sources, MRL has been working up schemes of their own, which include the likes of <a href="https://eprint.iacr.org/2019/595" target="_blank">DLSAG</a> and CLSAG. DLSAG would enable non-interactive refund transactions for interoperable payment channels which would, in turn, enable second-layer solutions on Monero such as Lightning Network and atomic swaps. CLSAG (compact linkable spontaneous anonymous group) is a similar ring signature scheme to what is presently used, but is ~25% smaller and ~20% faster to verify transactions, all as a low-impact change.</p>
<h3 id="community">Community Update</h3>
<p>The Monero community is global, diverse, and full of initiative. It would be impossible to recount everything done by every member of the community for the betterment of the Monero Project, so we will just highlight a few things here. The Monero Project would like to extend a huge “Thank You!” to every contributing member of the Monero community. This section will cover activity from the Monero Community Workgroup, as well as other, external happenings of Monero in the wider world.</p>
<table class="hted-head">
<tbody><tr class="row1">
<th>Breaking Monero & Coffee Chats</th>
</tr>
</tbody></table>
<p> Justin 'sgp' Ehrenhofer and Diego rehrar Salazar hold the Monero Coffee Chat every four weeks. Here, the community contributors join a livestreamed conversation to discuss the development, community projects, and events which have happened since the last Coffee Chat. They are available for viewing on the <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">Monero Community Workgroup Youtube channel</a>, and they are excellent resources for getting a summary of the months activities and discussions.</p>
<p>In December, a video program “Breaking Monero” was introduced. It helps newbies to understand the weaknesses and flaws of Monero. While this might seem like a strange goal on the surface, its important to remember that only by highlighting and discussing these flaws can we hope to overcome them, both technologically and as a community. So far, the topics covered include: a ring signatures introduction, 0-decoy and chain reactions, chain splits (key image reuse attack), input selection algorithm, unusual ringsize, remote nodes, timing attacks, poisoned outputs (EAE attack), public mining pools, input/output metadata, and blockchain explorer opsec. These are also available for viewing on the Monero Community Workgroup YouTube channel. Moreover, there is other good news: <a href="https://www.monerooutreach.org/breaking-monero/" target="_blank">Breaking Monero series is fully transcripted by the Outreach workgroup</a>.</p>
<table class="hted-head">
<tbody><tr class="row1">
<th>Monero Talks</th>
</tr>
</tbody></table>
<p>Another YouTube program which has sprouted since our last issue is Monero Talk is “Monero Talk”. Led by Doug and Sunita, and based in NYC, this channel has quickly become a staple in the community for interviewing various people of interest, both involved in Monero and otherwise. Theyve also been a part of providing coverage in various conferences where Monero has had a presence. A sampling of topics and guests for the last six months include:</p>
<ul>
<li>"OpenBazaar & Monero a shared ethos w/ Brian Hoffman and Co”</li>
<li>"Italian government to test a Monero based online voting system with Vincenzo Di Nicola, Calogero Mandracchia & Raffaele Nicodemo"</li>
<li>"Is Monero digital cash? w/ Riccardo Spagni aka Fluffypony"</li>
<li>"Lightning Network on Monero with Bernhard Breytenbach"</li>
<li>Monero Talk with Howard Chu and Sam Williams of Arweave about RandomX progress</li>
</ul>
<table class="hted-head">
<tbody><tr class="row1">
<th>Monero Adoption</th>
</tr>
</tbody></table>
<p>Adoption of Monero as a payment method is becoming more and more widespread. A sample of related news is below (note: this is not a comprehensive list, and none should be considered endorsements):</p>
<h5>Wallets</h5>
<ul>
<li>Exodus Desktop has started to support XMR! The Monero coin has been added to Exodus Eden version 19.2.2.</li>
<li>Exa Wallet released a multisig-focused mobile wallet for both Android and iOS. Stagenet and Mainnet are supported.</li>
<li>Trust Wallet has added Monero.</li>
<li>Coinomi added Monero as well.</li>
<li>ZelCore (Multi-Asset Wallet)- now supports XRM.</li>
<li>WooKey wallet - a new monero wallet, fully open source, for iOS and Android, which is available now.</li>
<li>Guarda Wallet now supports XMR.</li>
</ul>
<h5>Exchanges</h5>
<ul>
<li>Kucoin listed Monero. Cryptocurrency wallet Coindirect added Monero, so now it is possible to buy XMR for Euro in 20 European countries.</li>
<li>The cryptocurrency exchange Huobi added XMR for trading.</li>
<li>Binance added XMR/BNB and XMR/USDT trading pairs.</li>
<li>Monero listed on Tokenomy Exchange (XMR/BTC).</li>
<li>XMR perpetual swaps with 20x leverage are now available for trading on Delta Exchange.</li>
<li>Poloniex added fiat deposits and withdrawals - Monero included (XMR/USDC pair is available on Poloniex)</li>
<li>VARL.com now accepts Monero.</li>
<li>XMR is now available through Faast API.</li>
</ul>
<h5>Businesses/Other</h5>
<ul>
<li>Trezor.io now accepts payments in XMR via Globee.</li>
<li>CoinLoan, a P2P lending platform for crypto-to-fiat loans, is now accepting Monero as collateral. The Estonian-based startup rolled out an update allowing to use privacy oriented coin Monero (XMR) to get credit in fiat currencies (USD, EUR, GBP, RUB) or stablecoins (TUSD, GUSD, USDC).</li>
<li>XMR is now on all Freedom Gateway Machines.</li>
<li>Monero is live now on a crypto asset broker Voyager.</li>
<li>Astral AR and Core Scientific announced a partnership that puts Monero mining software on high-power safety drones.</li>
<li>Bity, a Swiss brokerage, now provides an ability to buy or sell XMR at any of their 10 ATM locations throughout major cities in Switzerland.</li>
<li>The Tor Project, a digital anonymity-focused nonprofit, is now accepting cryptocurrency donations directly, including Monero.</li>
</ul>
<table class="hted-head">
<tbody><tr class="row1">
<th>Other Community Events</th>
</tr>
</tbody></table>
<p>On June 22-23, Brandon “suraeNoether” Goodell held a Monero Konferenco in Dever, Colorado. The two days were jam-packed with quality talks, content, and networking. <a href="https://www.youtube.com/playlist?list=PLsSYUeVwrHBkJHJg_l2uDgbicDJ1PmAVW" target="_blank">All talks can be viewed on the designated playlist of the Monero Community youtube channel</a>.</p>
<p>The electronic version of <a href="https://masteringmonero.com/" target="_blank">Mastering Monero</a> was released, and freely accessible to all (although a donation is recommended). It is a comprehensive guide on the world of Monero, progressing from a beginners introduction all the way to the privacy tech, and details of development.</p>
<p>The beloved Forum Funding System has finally retired (may the spam rest in peace), and has been replaced by the Community Crowdfunding System (CCS), which can be viewed at <a href="https://ccs.getmonero.org" target="_blank">ccs.getmonero.org</a>. Feel free to join, comment, discuss, and donate to proposals.</p>
<h3 id="translations">Monero Localization Update</h3>
<p>The Monero Localization Workgroup formed at the end of 2017 with the goal of translating Monero's community maintained materials. In the reviewed period, ErCiccione has led the localization team to translate Monerujo in Ukrainian, Esperanto, Catalan and Serbian. Check out the <a href="https://taiga.getmonero.org/project/erciccione-monero-localization/epic/162" target="_blank">list of available languages</a>, click on the one you speak and check if there is a task labelled "Needed". If there is none: good news, that language is updated and you can just help translating something else. If you find a Needed task, take a look at the very short <a href="https://github.com/monero-ecosystem/monero-translations/blob/master/translate-monerujo.md" target="_blank">step-by-step guide to add a new translation</a>.</p>
<p>Getmonero.org is now available in German, Russian, Turkish, and Chinese, and the GUI wallet has been translated into 9 new languages: Kurdish, Bengali, Persian, Irish, Urdu, Zulu, Greek, Nepali, Esperanto and Hindi. Just take a look at the <a href="https://translate.getmonero.org/projects/monero-gui/" target="_blank">list of languages available</a> and start translating the missing phrases/words of the language you speak. Once again, a short <a href="https://github.com/monero-ecosystem/monero-translations/blob/master/pootle.md" target="_blank">step-by-step guide with screenshots</a> is provided, which explains how to add a translation and how to review one. Be sure to give it a look!</p>
<h3 id="mobile">Third-Party Mobile Update</h3>
<p>The Monero ecosystem has several third-party wallets, and it would be a heavy task for the Revuo to report on all of them. That said, there are a few mobile wallets that have etched their way into the hearts and minds of the community, in large part due to their initiative and significant continued investment in Moneros ecosystem. We will focus on Monerujo, Cake Wallet, and MyMonero in this issue.</p>
<table class="hted-head">
<tbody><tr class="row1">
<th>Monerujo</th>
</tr>
</tbody></table>
<p><a href="https://monerujo.io" target="_blank">Monerujos</a> efforts are led by m2049r. There were two releases in this time period, with many interesting and necessary features such as the “Node-omatiC” feature, which allows users to automatically scan the network for high quality remote nodes, as well as Street Mode to hide your Monero balances while in public.</p>
<p>Not content with just working on the premiere Android wallet however, the Monerujo team has released several noob friendly articles (with illustrations!) to gently explain how some of the more advanced or confusing areas of Moneros technology works. You can read these articles <a href="https://medium.com/@anhdres" target="_blank">on the Medium account of Monerujo team member anhdres</a>.</p>
<table class="hted-head">
<tbody><tr class="row1">
<th>Cake Wallet</th>
</tr>
</tbody></table>
<p><a href="https://cakewallet.io" target="_blank">Cake Wallet</a> was founded by Vikrant Sharma, who moved to Monero after realizing Bitcoins lack of privacy, and understanding it could no longer meet his cryptocurrency needs. At the time, there was no available wallet for iOS, and so he decided to solve that problem, not just for himself, but for the community as a whole.</p>
<p>The largest features that went live in Cake Wallet were the complete redesign of the app as well as utilizing subaddresses for separate “Accounts” to be set by the user.</p>
<p>One of the features that Cake Wallet boasts is the ability to exchange cryptocurrencies from within the app, utilizing third party services such as XMR.to and MorphToken. The aforementioned release also added ChangeNow to this list as well, so users can shop around for the best rates from within the app.</p>
<table class="hted-head">
<tbody><tr class="row1">
<th>MyMonero</th>
</tr>
</tbody></table>
<p><a href="https://mymonero.com" target="_blank">MyMonero</a> has been a staple in the Monero community for many years. Starting as a simple and easy-to-use web wallet, they have built and open sourced an underlying infrastructure for light wallets, as well as maintain a Javascript implementation of the Monero protocol.</p>
<p>Early in the year, the MyMonero team launched their long-awaited new apps for Desktop followed by iOS, as well as a new, related website and redesigned web wallet.</p>
<p>Despite these big achievements, the team was not content. They realized a large problem, common to all web wallets, and indeed websites as a whole, needed to be solved in order for users to feel truly safe when using browser based cryptocurrency wallets: compromised web resources (HTML,CSS, Javascript) leading to stolen funds.</p>
<p>After deliberation, building, and iterating, the MyMonero team revealed the end result at the Magical Crypto Con: <a href="https://securebrowse.gitlab.io/securebrowse/" target="_blank">SecureBrowse</a>, a security protocol that utilizes the existing DNS infrastructure to hash and sign their client-side resources for easy verification.
</p>
<h3 id="thanks">Special Thanks</h3>
<p>The Revuo Monero would like to thank Maria Vovchok for her work in tracking down, assembling, and writing the first draft of the issue, and Justin "sgp" Ehrenhofer for his review and comments.</p>
<h3 id="pdf">Download PDF</h3>
<p>Print-friendly version of this Periodical in the PDF format will be available soon..</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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 KiB

View file

@ -0,0 +1,220 @@
---
type: periodical
layout: periodical_old
title: "Revuo Periodical #4"
date: "2020-01-29T11:07:56-07:00"
issuenumber: 4
covering: "July 1 - December 31, 2019"
---
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#welcome">Welcome</a></li>
<li><a href="#coreteamupdate">Core Team & Structural Updates</a></li>
<li><a href="#development">Development Update</a></li>
<li><a href="#mrl">Monero Research Lab Update</a></li>
<li><a href="#community">Community Update</a></li>
<li><a href="#translations">Monero Outreach & Monero Localization Update</a></li>
<li><a href="#mobile">Third-Party Apps & Services Update</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="welcome">Welcome</h3>
<p>Hello everyone and welcome to the fourth Monero periodical. In this issue we summarize the major developments of Monero from July 1st to December 31st of 2019. Its been another amazing half year, and we feel its important to celebrate our accomplishments as a community. So without further ado...</p>
<h3 id="coreteamupdate">Core Team & Structural Updates</h3>
<p>First and foremost, wed like to start this issue with the significant updates to some of Moneros internal community structures outlined in a post on the <a href="https://web.getmonero.org/" target="_blank">getmonero.org</a> website on December 16, 2019.</p>
<p>The highlights of the post include fluffypony stepping down as lead maintainer of the Monero CLI software. He is replaced by Monero community member Snipa, though fluffypony will continue to be a backup maintainer. As well fluffypony is also stepping down as primary software builder and signer, replaced by various community members for different software. Lastly, there are some minor adjustments to who controls and has access to things like website and download servers as well as the General Fund. <a href="https://web.getmonero.org/2019/12/16/technical-responsibilities-update.html" target="_blank">Anyone is free to read the post for more details</a>.</p>
<h3 id="development">Development Update</h3>
<h5>Protocol Upgrade</h5>
<p>On November 30th, Monero successfully had its scheduled hard fork.</p>
<p>One of the most important features of the v0.15 is the implementation of the RandomX PoW algorithm. Mainly designed to eliminate the efficiency advantage of ASIC miners over consumer grade hardware, this new feature is set to keep processor mining more competitive. Accordingly, it ensures a better decentralization of the Monero network.</p>
<p>The Carbon Chamaeleon release also phased out long payment IDs, which helps to increase privacy and improve user experience. As a result, it drastically minimizes support tasks related to trading platforms and other services.</p>
<p>Last but not least is the protocol enforcement set to improve privacy for the users and the Monero network. Since the update, there is a requirement for a minimum of two outputs for transactions and ten-block lock time for incoming transactions.</p>
<h5>GUI Update</h5>
<p>The Monero GUI (Graphical User Interface) has undergone several changes and improvements over the second half-year period.</p>
<p>Picking up on the goal to make the Monero software as user-friendly as possible, the v0.15.0.0 release of the GUI offers more user-friendliness and performance improvement features. This is achieved all thanks to the hard work of volunteers and contributors.</p>
<p>Below are the major changes that were made over the past few months:</p>
<ul>
<li>Tails: Better support and blank screen on startup fix;</li>
<li>Trezor: Address is now shown on Trezor devices, and support on Linux fix;</li>
<li>The Transaction History page was improved;</li>
<li>Introduction of a Titlebar: wallet name and new icons;</li>
<li>Introduction of a SimpleMode: automatic public nodes discovering and switching;</li>
<li>The left panel and the sidebar menu have a new design;</li>
<li>New blur background effect;</li>
<li>Basic right-click context menu;</li>
<li>Fix update notification hash;</li>
<li>Persistent subaddress account selection;</li>
<li>Various UI/UX improvements;</li>
<li>Bug fixes, crash fixes, and performance improvements.</li>
</ul>
<h3 id="mrl">Monero Research Lab Update</h3>
<p>Since its creation, the Monero Research Lab has been contributing not only to Monero but the largest cryptography sphere and blockchain technology.</p>
<p>The MRL team constantly pushes the limits of transactions' confidentiality and security to keep Monero at the forefront of truly private, fungible and untraceable digital transactions.</p>
<p>In this section, we will take a look at the innovative research conducted by the MRL for the betterment of Monero and its privacy features.</p>
<h5>Triptych</h5>
<p>The MRL has been working on Triptych, a new linkable ring signature, based on earlier work by Groth and Kohlweiss and Bootle et al.</p>
<p>The preprint published on January 6th, 2020, laid down important theoretical foundations for enhancing Moneros privacy and scalability.</p>
<p>The new scheme proposes a trustless logarithmic-size ring signature as an alternative to the current <a href="https://eprint.iacr.org/2015/1098" target="_blank">MLSAG</a> (Multilayer Linkable Spontaneous Anonymous Group Signatures) system.</p>
<p>The main innovation of Triptych is that the byte size of the ring signature could be scaled logarithmically with the number of decoys, rather than linearly, whereas the verification time remains linear. This would allow Monero's ring size to increase significantly without major performance problems. Thus, a transaction using a 512-ring would be processed in an average verification time of 45 milliseconds (including range proof-verification).</p>
<p>This represents a breakthrough compared to competitive solutions of the same type, which take an average of 100 milliseconds to process a transaction using a 128-ring.</p>
<p>The technology is still in the research phase. Other solutions are currently being considered by the Monero Research Lab, including <a href="https://eprint.iacr.org/2019/508" target="_blank">RingCT 3.0</a>, <a href="https://eprint.iacr.org/2019/654" target="_blank">CLSAG</a> , <a href="https://lelantus.io/lelantus.pdf" target="_blank">Lelantus</a> and <a href="https://eprint.iacr.org/2019/580.pdf" target="_blank">Omniring</a>.</p>
<h3 id="community">Community Update</h3>
<p>People from all around the world join their efforts and work relentlessly for the betterment of the Monero Project. In this section, we will focus on some of the projects and initiatives taken by the Monero community.</p>
<table class="hted-head">
<tbody><tr class="row1">
<th>Monero Adoption</th>
</tr>
</tbody></table>
<p>During the last half of 2019, Monero has been growing even more in popularity as a payment method. Several wallets, exchanges, businesses, and merchants now accept Monero. Below is a non-comprehensive list of related news:</p>
<h5>Wallets</h5>
<ul>
<li>Exodus has added Monero to its mobile wallet. Furthermore, they put out a support page for Moneros unique features, including its different key types.</li>
<li>Abra Wallet now supports Monero withdraws via an exchange.</li>
<li>Magnum Wallet has added support for Monero.</li>
<li>Ownbit (BitBill) added Android support for Monero.</li>
</ul>
<h5>Exchanges</h5>
<ul>
<li>VCC Exchange has listed Monero.</li>
<li>BTSE has launched futures trading for Monero, and KYC-free XMR spot trading.</li>
<li>Binance adds Monero to Binance Lending Products.</li>
<li>FixedFloat has listed Monero.</li>
</ul>
<h5>Businesses/Other</h5>
<ul>
<li>Travala partnered with Booking for a Crypto Travel Option. Monero is accepted.</li>
<li>Virtual Private Server host BitVPS now accepts Monero.</li>
<li>The Linux Mint Project now accepts Monero for donations.</li>
<li>Bity added a new ATM supporting Monero in Basel, Switzerland.</li>
</ul>
<table class="hted-head">
<tbody><tr class="row1">
<th>Monero Ecosystem</th>
</tr>
</tbody></table>
<p>The Monero Ecosystems goal is to gather all the community members relevant repositories in one place. Accordingly, finding useful Monero related projects, documents, resources, and tools have never been easier.</p>
<p>Below is a sample of the projects that joined the Monero Ecosystem in the past six months:</p>
<ul>
<li><a href="https://xmrnotify.com/" target="_blank">MoneroNotify</a>: u/Monerobby has created a paid service for users to be notified of incoming transactions to their view-only wallets.</li>
<li>Moneromooo has released a new <a href="https://github.com/moneromooo-monero/monero-update" target="_blank">Monero Updater software</a>, that would automatically check, verify, and download the correct version of Monero for your platform.</li>
<li>Github user dan-da has made a <a href="https://github.com/dan-da/subaddress-derive-xmr" target="_blank">CLI utility that allows for offline Monero address generation</a>, as well as subsequent subaddress generation, without the need for core Monero software installation.</li>
<li>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"></a> Available on Anchor.</li>
<li><a href="https://github.com/monero-ecosystem/monero-python/releases/tag/v0.6.2" target="_blank">Monero Python Module 0.62</a> has been released, with optimized ed25519 code, leading to about 100x faster subaddress generation and seed operations.</li>
<li>A <a href="https://github.com/monero-ecosystem/telegram-monerotipbot" target="_blank">Monero Tip Bot for Telegram</a> has joined the ecosystem.</li>
<li>An <a href="https://github.com/monero-ecosystem/go-xmrto-client" target="_blank"></a>XMRr.to client written in Go was added to the Monero Ecosystem.</li>
<li>u/fullmetalscience has opened up their domain <a href="https://xmr.id/" target="_blank">xmr.id</a> for the public to register their OpenAlias accounts on.</li>
<li>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.</li>
</ul>
<p>Note that all the repositories in the Monero Ecosystem are maintained by community members and not by the Monero Core Team. Thus, we encourage everyone to do their own research before using any projects stored in these repositories.</p>
<table class="hted-head">
<tbody><tr class="row1">
<th>Monero Coffee Chat & Monero Talk</th>
</tr>
</tbody></table>
<p>Once a month, Justin Ehrenhofer and Diego Salazar host the Monero Coffee Chat, during which developers, researchers, and community members join a live conversation stream to discuss the latest Monero related news, development, ongoing projects and events that have occurred.</p>
<p>The Coffee Chat recordings are an excellent way to keep up with everything Monero related on a monthly basis. You can view them on the <a href="https://www.youtube.com/channel/UCKxLNPJeEjPXOke55i5AIXA" target="_blank">Monero Community Workgroup Youtube channel</a>.</p>
<p>During the past six months, the Monero Talk has conducted several in-depth interviews with people of interest about Monero related topics and development, but not only. Below is a sample of interviewees and topics discussed:</p>
<ul>
<li><a href="https://youtu.be/UgqYeVbeCjA" target="_blank">Snipa's interview as the new main lead maintainer of Monero</a>.</li>
<li><a href="https://youtu.be/pa0RlyH92Ns" target="_blank">C3 interviews with Riccardo “fluffypony” Spagni and Joel Gugger</a>.</li>
<li><a href="https://youtu.be/ao-I1PkPFNM" target="_blank">Matthias Tarasiewicz on RIAT, Monero & Chaos Communication Congress 36C3</a>.</li>
<li><a href="https://youtu.be/2wDekBAGydg" target="_blank">Andreas M. Antonopoulos on fungibility, privacy, Monero & the future of true digital cash</a>.</li>
<li><a href="https://youtu.be/ZDr9XgLjXaQ" target="_blank">Lucas, creator of MoneroMixer - a tool that helps you anonymously transact or mix XMR & other coins</a>.</li>
</ul>
<table class="hted-head">
<tbody><tr class="row1">
<th>International Community Events</th>
</tr>
</tbody></table>
<p>Monero had a major presence at both DEFCON in August, and 36C3 in December.</p>
<p>DEFCON saw fit to bring Monero back with its own village, and this year we had more space to play around with. The community funded more equipment (which can be used in subsequent years) and sponsored several volunteers to go to Las Vegas, where we were able to host talks, workshops, give out swag, and sell merchandise. All who took part thought that the Monero Village was a great success. You can view the speeches given on <a href="https://www.youtube.com/playlist?list=PL9fPq3eQfaaBiCOF12ZYejtj21sI1jm0I" target="_blank">DEFCONs Youtube channel playlist</a>.</p>
<p>The Chaos Communication Congress (C3) was held in Leipzig for the 36th year, and the Monero community once again joined forces with our friends from RIAT to host the Critical Decentralisation Cluster (CDC), which itself hosted several other privacy and FOSS focused assemblies. The entirety of the CDC was funded by Moneros CCS, and only made possible by these donations. We had our own stage, and held talks and workshops, and worked on cementing ourselves into becoming a staple in the C3 ecosystem. All talks were streamed and recorded and can be <a href="https://www.youtube.com/playlist?list=PLsSYUeVwrHBn07zTBg7fGHRW5Kn_Z3FJL" target="_blank">found on the Monero Community youtube channel</a>.</p>
<p>DEFCON is the biggest hacker convention in the world, and C3 is the biggest one in Europe. Moneros presence at both, for the second year in a row, especially when other projects are turned away, show its decentralized, hacker roots, and commitment to its grassroots ideals, and exposes Monero to the right audience. These two events, along with Moneros Konferenco reported on in the last Revuo show the project as a budding force in both the privacy and FOSS worlds.</p>
<h3 id="translations">Monero Outreach & Monero Localization Update</h3>
<p>The Monero Outreach has been keeping up the good work of promoting Monero worldwide, through original content. Several guides, articles, designs, talk transcriptions, and other resources are available to view on their <a href="https://www.monerooutreach.org/" target="_blank">website</a>.</p>
<p>These promotional materials have been translated into different languages with the help of the Localization workgroup led by ErCiccione. Also, the workgroup has, for the sake of practicality, moved from Pootle to Weblate.</p>
<h3 id="mobile">Third-Party Apps & Services Update</h3>
<p>Monero counts numerous third-party applications and services, each tailored to a specific need. In this section, we will focus on the most used ones that community members consider most trustworthy.</p>
<h5>Cake Wallet</h5>
<p><a href="https://cakewallet.io" target="_blank">Cake Wallet</a> hit a new milestone in its journey of offering the Monero community with a safe light wallet to store their XMR; The App has reached over 20,000 unique downloads on the App Store. The open-source Monero wallet for iOS is now also available for Android devices.</p>
<h5>Monerujo</h5>
<p><a href="https://monerujo.io" target="_blank">Monerujo</a> has also had its share of improvements. The Android Wallet for Monero now supports currency conversion for BTC payments using kraken + ECB rates and xmr.to payments with subaddresses. Other features include the possibility to scan only for v0.15 nodes and UI improvements.</p>
<h5>XMR.to</h5>
<p>To make privately exchanging Monero to Bitcoin even more convenient, <a href="https://xmr.to/" target="_blank">XMR.to</a> has introduced some new features which include the possibility to specify an amount directly in XMR, and the ability to complete an incomplete order in one click. You can also check their Monero network map for more information about the distribution of Monero nodes across the world, their protocol version and more.</p>
<h5>Local Monero / AgoraDesk</h5>
<p>The team behind <a href="https://localmonero.co">LocalMonero.co</a> launched <a href="https://agoradesk.com">AgoraDesk</a>, the world's first P2P OTC cryptocurrency options exchange. They support XMR and BTC contracts, as well as generally adding Bitcoin to their typical local OTC acquisitions platform with the launch of the product. As usual there is no KYC/AML or other verification performed to use the site and their services.</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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 KiB

View file

@ -0,0 +1,114 @@
---
type: periodical
layout: periodical_old
title: "Revuo Periodical #5"
date: "2021-03-01T11:07:56-07:00"
issuenumber: 5
covering: "January 1 - December 31, 2024"
---
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#welcome">Welcome</a></li>
<li><a href="#coreteamupdate">Core Team & Structural Updates</a></li>
<li><a href="#development">Development Update</a></li>
<li><a href="#mrl">Monero Research Lab Update</a></li>
<li><a href="#community">Community Update</a></li>
<li><a href="#monerospace">Monero Space Update</a></li>
<li><a href="#mobile">Third-Party Apps & Services Update</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="welcome">Welcome</h3>
<p>Hello everyone and welcome to the fifth Monero periodical. In this issue we summarize the major developments of Monero in 2020. Its been another amazing year, and we feel its important to celebrate our accomplishments as a community. Please note this list is not comprehensive, and there were many other things accomplished. These are just what we consider the highlights. So without further ado...</p>
<h3 id="coreteamupdate">Core Team & Structural Updates</h3>
<p>In September, Justin "sgp" Ehrenhofer and dEBRUYNE <a href="https://www.getmonero.org/2020/09/01/note-scheduled-upgrades.html" target="_blank">distributed a note about Monero scheduled protocol upgrades</a>. In Moneros early years, required protocol upgrades occurred approximately every six months. Now that Monero is a larger project with more exchanges and wallets, this frequent upgrade schedule is more straining. Thus, Monero required protocol upgrades are now expected to occur approximately every nine to twelve months. This will allow for Monero to continue upgrading to the latest and greatest technology at a rapid pace while acknowledging the importance of ecosystem stability.</p>
<p>These future protocol upgrades will *not* include mining algorithm changes. RandomX, first implemented in November 2019, remains the CPU-friendly mining algorithm. It will remain this way unless ASICs pose a significant threat to the Monero network and widely push out CPU miners. However, RandomXs success to date at limiting ASICs on the Monero network seems to be meeting expectations over a year later.</p>
<h3 id="development">Development Update</h3>
<a href="" target="_blank"></a>
<p>Monero had two major updates in 2020 (0.16 and 0.17) and a slew of minor point release updates following 0.17.</p>
<p>Monero 0.16 “Nitrogen Nebula” was the first ever major Monero release version that did not require a protocol upgrade. This version most importantly brought Dandelion++, a more private transaction broadcast method.</p>
<p>Monero 0.17 “Oxygen Orion” required a protocol upgrade and introduced CLSAGs. CLSAGs are a more efficient ring signature construction that reduce transaction size by about 25% and verification time by about 10%. <a href="https://www.getmonero.org/2020/07/31/clsag-audit.html" target="_blank">The CLSAG code implementation was audited by JP Aumasson and Antony Vennard</a>.</p>
<p>Following the 0.17 protocol upgrade, attackers performed a series of attacks targeting Dandelion++. This resulted in an enormous amount of developer work put into further hardening the Dandelion++ transaction propagation system. These network attacks have been largely mitigated, and no Monero was ever at risk.</p>
<h3 id="mrl">Monero Research Lab Update</h3>
<p>To start the year, Justin Ehrenhofer and Dr. Sarang Noether <a href="https://web.getmonero.org/2020/01/17/auditability.html" target="_blank">released a popular blog post explaining the nuances of supply auditability</a>. This explains the specific risks associated with select tradeoffs. Riccardo “fluffypony” Spagni later also spoke on this topic, further diving into the damages that even a detectable inflation bug would have on Bitcoin if it occurred today.</p>
<p>Sarang Noether <a href="https://eprint.iacr.org/2020/312, https://web.getmonero.org/2020/08/22/triptych.html" target="_blank">released a preprint of the Triptych-2 paper</a>: efficient proofs for confidential transactions.</p>
<p>koe, Kurt M. Alonso, and Dr. Sarang Noether <a href="https://web.getmonero.org/library/Zero-to-Monero-2-0-0.pdf" target="_blank">released the second edition of Zero to Monero</a>. Zero to Monero is one of the leading resources that describes the Monero protocol.</p>
<p>MAGIC Grants started a <a href="https://charity.gofundme.com/o/en/campaign/dr-sarang-noether-to-implement-bulletproofs-in-monero" target="_blank">community crowdfunding campaign to hire Dr. Sarang Noether to work on Bulletproofs+ for Monero</a>. The campaign was successful and is one of the largest Monero community project raises outside of the Community Crowdfunding System (CCS). Monero community members donated to a CCS campaign to hire auditors of Bulletproofs+, with a second audit expected to begin shortly.</p>
<p>Lastly, Monero community member h4sh3d and a small team of developers had <a href="https://ccs.getmonero.org/proposals/h4sh3d-atomic-swap-research.html" target="_blank">funded the research phase of Bitcoin-Monero Atomic Swaps</a>. The research proved successful, and they <a href="https://ccs.getmonero.org/proposals/h4sh3d-atomic-swap-implementation.html" target="_blank">opened a second CCS that is now in progress for the implementation</a>. We expect to see this effort fully materialize in late 2021.</p>
<h3 id="community">Community Update</h3>
<p>Diego “rehrar” Salazar released a sticker pack for Isabella the Monero girl. It is available on <a href="https://t.me/addstickers/MoneroGirl" target="_blank">Telegram</a>, <a href="https://signal.art/addstickers/#pack_id=c7ddbbfc53c6d4a93fb9947626b8747b&pack_key=ac2999ee373b058fec9e41f1d7f6b4bc949815cc89f8868b1ab48615ca919c5f" target="_blank">Signal</a> and Matrix. It is one of the default <a href="https://matrix.org/blog/2020/03/13/this-week-in-matrix-2020-03-13#final-thoughts-" target="_blank">Element (Matrix)</a> sticker packs!</p>
<p>Several members of the Monero community created a documentary feature film about Monero that was the #1 film in the United States box office for two days. The film primarily features Dr. Daniel Kim and a presentation that he gave at the 36c3 conference. The novelty of the success garnered the film fame, including articles in several publications including Vice. It is one of the most-watched Monero videos to date. <a href="https://youtu.be/8quGD9W7B2I" target="_blank">Monero Means Money is available for free on YouTube</a>.</p>
<p>Every year on April 18, Monero celebrates its “Moneroversary.” For 2020, this virtual event featured <a href="https://www.youtube.com/watch?v=YigNWkXJk48" target="_blank">a deep dive into Moneros history, a coffee chat, a game of trivia, and a meme contest</a>.</p>
<p>As before, the Monero Village <a href="https://www.youtube.com/playlist?list=PLsSYUeVwrHBn43BwoeplKKdJDFJFGH-9_" target="_blank">participated at DEFCON 28</a>, though of course the virtual event was very different than years prior. Monero remained the only cryptocurrency community with its own dedicated village. The Monero Village also participated in the Grayhat cybersecurity conference for the first time.</p>
<table class="hted-head">
<tbody><tr class="row1">
<th>Monero Outreach Update</th>
</tr>
</tbody></table>
<p>Monero Outreach has started a “<a href="https://www.monerooutreach.org/we-accept-monero.html" target="_blank">We Accept Monero</a>” campaign for merchant adoption. </p>
<table class="hted-head">
<tbody><tr class="row1">
<th>Monero Talk Update</th>
</tr>
</tbody></table>
<p>Monero Talk released 31 episodes over the course of 2020. The most popular episodes feature Dr. Daniel Kim, Riccardo “fluffypony” Spagni, and Roger Ver. <a href="https://www.youtube.com/channel/UC3Hx81QYLoEQkm3vyl4N4eQ" target="_blank">All episodes are free to watch on the Monero Talk website and on their YouTube</a>.</p>
<h3 id="monerospace">Monero Space Update</h3>
<p>In August, two Monero Community Workgroup organizers stepped down and started a separate workgroup called Monero Space. Monero Space is an active workgroup that is focused on projects and community infrastructure.</p>
<p><a href="https://youtu.be/w5rtd3md11g" target="_blank">Their new video content</a> includes interviews with Samourai Wallet, nothingmuch speaking about Wasabi Wallet, and Dave Jevans of CipherTrace. The Monero Coffee Chats, which were previously held approximately every four weeks for the past three years, are now organized by Monero Space under the new name Monero Meet. Monero Meets still air approximately every four weeks and cover largely the same topics.</p>
<p>Monero Space began offering community infrastructure, <a href="https://forum.monero.space" target="_blank">including a Flarum forum and a Nextcloud</a>.</p>
<h3 id="mobile">Third-Party Apps & Services Update</h3>
<p>Monero counts numerous third-party applications and services, each tailored to a specific need. In this section, we will focus on the most used ones that community members consider most trustworthy.</p>
<h5>Feather Wallet</h5>
<p>Several developers in the community released a new wallet called <a href="https://featherwallet.org" target="_blank">Feather Wallet</a>, which is still in beta. It features an Electrum-style user interface and several features not available in the official Monero GUI.</p>
<h5>Cake Wallet</h5>
<p><a href="https://cakewallet.io" target="_blank">Cake Wallet</a> released their wallet for android in early 2020. It previously was only released on iOS. Theyve also redesigned their wallet to be even more user friendly.</p>
<h5>Monerujo</h5>
<p><a href="https://monerujo.io" target="_blank">Monerujo</a> revamped their user experience in October and improved their node selection and management process.</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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

9
content/source.md Normal file
View file

@ -0,0 +1,9 @@
---
title: "Source Code & Licenses"
---
The code to format and display Revuo Monero is available on [GitHub](https://github.com/rottenstonks/revuo-weekly). Mirrors. Clearnet: Gitea [[1](https://git.wownero.com/rotten/revuo-weekly)]; Gitea [[2](https://git.datura.network/rottenwheel/revuo-weekly)]. Forgejo [[1](https://git.private.coffee/rottenwheel/revuo-weekly)]; Forgejo [[2](https://git.bloat.cat/rottenwheel/revuo-weekly)]. Onion: Gitea [[1](http://gitea.recanman7nly4wwc5f2t2h55jnxsr7wo664o3lsydngwetvrguz4esid.onion/rottenwheel/revuo-weekly)]. Forgejo: [[2](https://librejojyvetb6pwx3r23yigq5eeuwhhev2vm5hkfomhgdn7g4xpx3ad.onion/rottenwheel/revuo-weekly)].
Data in all issues is generally found in the public domain. Word choice, content curation, and the structure are published under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license.
Layout theme is distributed with the [MIT](https://wikiless.funami.tech/wiki/MIT_License?lang=en) license.

11
content/support/_index.md Normal file
View file

@ -0,0 +1,11 @@
---
type: page
layout: support
name: Revuo
title: Support Revuo
---
Revuo Monero is an audience-funded newsletter: domain & hosting expenses are covered with the help of readers. Editorial time spent accumulating resources and news is solely volunteered by [rottenwheel](https://www.rottenwheel.com/).
No paywalls. No ads. No analytics.

View file

@ -0,0 +1,270 @@
---
type: weekly
layout: weekly_old
date: "2019-03-27T00:00:00Z"
issuenumber: 1
title: "Issue 1: March 22-29, 2019"
---
<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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 KiB

View file

@ -0,0 +1,227 @@
---
type: weekly
layout: weekly_old
date: "2019-05-30T00:00:00Z"
issuenumber: 10
title: "Issue 10; May 23-30, 2019"
---
<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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 KiB

View file

@ -0,0 +1,167 @@
---
type: weekly
layout: weekly_old
date: "2021-05-18T00:00:00Z"
issuenumber: 100
title: "Issue 100; May 10-17, 2021"
---
<li><a href="#news">Recent News</a></li>
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://www.reddit.com/r/Monero/comments/nbirlz/update_cake_wallet_version_421_now_with_litecoin/">Cake Wallet has released a large update for their wallet</a>. It now includes Litecoin as one of the supported coins.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://www.getmonero.org/2021/05/14/monero-GUI-0.17.2.2-released.html">Another GUI version is out</a> that fixes bugs that some users face.</h4>
</div>
<div class="newsbyte">
<h4>Monero contributor mjxmr has released another <a href="https://www.reddit.com/r/Monero/comments/nd5qnn/my_3rd_dev_report/">dev report for his CCS proposal</a>.</h4>
</div>
<div class="newsbyte">
<h4>The Spanish Monero-themed podcast, El Monero, <a href="https://youtu.be/EipQhmy3ptU">had the MMA fighter Yessica Ortega as a guest</a>.</h4>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/228" target="_blank">Continued Feather Wallet development (3 months)</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/227" target="_blank">monero kubernetes operator</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/226" target="_blank">Proposal for a federated bazaar</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/225" target="_blank">Ben Evanoff's summer coding proposal</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/218" target="_blank">Danish translation of the Monero GUI Wallet and the Monero-site</a></p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/213" target="_blank">Serbian translation of Monero GUI Wallet, Monero Means Money</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>2363853</b></p>
<p>Hash rate: <b>2.542 GH/s</b></p>
<p>Average Tx per block: <b>33.64</b></p>
<p>Weekly Moving Average Tx per day: <b>24,127</b></p>
<p>Block reward: <b>1.02 XMR</b></p>
</div>
<p class="note">Data taken on May 18, 2021</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0518.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$6,163,517,510</b><br>Localmonero.co Street Price: <b>$344.47</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/18/21</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/18/21">$343.72</td>
<td data-th="Week" class="red">-22.3%</td>
<td data-th="Month" class="red">-5.5%</td>
<td data-th="Year" class="green">+428.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/18/21">€281.15</td>
<td data-th="Week" class="red">-22.8%</td>
<td data-th="Month" class="red">-7.3%</td>
<td data-th="Year" class="green">+367.5%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/18/21">B0.00793702</td>
<td data-th="Week" class="green">+0.3%</td>
<td data-th="Month" class="green">+31.2%</td>
<td data-th="Year" class="green">+17.8%</td>
</tr>
</table>
<p class="note">Data taken on May 18, 2021</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 05/10/21-05/18/21](/img/weekly-chart-0518.png "XMR Price Graph 05/10/21-05/18/21")
Sources: <a href="https://community.xmr.to/explorer/mainnet/" target="_blank">community.xmr.to</a>, <a href="https://moneroblocks.info/stats/transaction-stats" target="_blank">moneroblocks.info</a>, <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>, <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>, <a href="https://www.coingecko.com/" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but 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>
<div class="sponsors">
<div class="sponsor">
<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>
</div>
<div class="sponsor">
<p><a href="https://dvchain.co/" target="_blank"><img src="/img/dv-chain-logo.png" alt="DV Chain Logo" class="dvchain"></a></p>
<p class="text-center"><a href="https://dvchain.co/" target="_blank">DV Chain</a></p>
</div>
</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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

View file

@ -0,0 +1,141 @@
---
type: weekly
layout: weekly_old
date: "2022-01-02T00:00:00Z"
issuenumber: 101
title: "Issue 101; December 26 2021 - January 2, 2022"
---
<h3>Table of Contents:</h3>
<ul class="contents">
<li><a href="#news">Recent News</a></li>
<li><a href="#ideas">CCS Proposal Ideas</a></li>
<li><a href="#proposals">CCS Proposals Need Funding</a></li>
<li><a href="#stats">Price & Blockchain Stats</a></li>
<li><a href="#volunteer">Volunteer Opportunities</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://github.com/XMRig-for-Android/xmrig-for-android" target="_blank">XMRig for Android hits v0.0.7 pre-release</a>. Join testers and provide feedback.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://nitter.ca/monerujowallet/status/1475183201912037377" target="_blank">Monerujo's iOS PoC got fully funded in less than 72 hours</a>!</h4>
</div>
<div class="newsbyte">
<h4>Haveno published a <a href="https://nitter.ca/HavenoDEX/status/1475431311191982081" target="_blank">sneak peek</a> of their upcoming DEX with native XMR pairs.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk interviewed Nikolai Binner on the need for Monero. Check it out <a href="https://yewtu.be/watch?v=AOV1SNonfqA" target="_blank">here</a>.</h4>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find recent CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/277" target="_blank">eth-xmr atomic swap CCS proposal</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/276" target="_blank">MoneroKon-2022-CCS</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/273" target="_blank">Educational content for Monero plus kycnot and iseeyourcash maintenance</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/251" target="_blank">Italian Mastering Monero</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None. All funded. Be on the lookout for proposals in the future.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2,528,005</b></p>
<p>Hash rate: <b>3.152 GH/s</b></p>
<p>Average Tx per block: <b>27.18</b></p>
<p>Weekly Moving Average Tx per day: <b>15977</b></p>
<p>Block reward: <b>~0.75 XMR</b></p>
</div>
<p class="note">Data taken on Jan 01, 2022</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-1201.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$4,515,920,291</b><br>Localmonero.co Street Price: <b>$279.18</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>01/01/21</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="01/01/22">$250.09</td>
<td data-th="Week" class="green">+22.6%</td>
<td data-th="Month" class="green">+8.3%</td>
<td data-th="Year" class="green">+59.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="01/01/22">€219.88</td>
<td data-th="Week" class="green">+22.1%</td>
<td data-th="Month" class="green">+7.7%</td>
<td data-th="Year" class="green">+71.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="01/01/22">₿0.00525690</td>
<td data-th="Week" class="green">+31.1%</td>
<td data-th="Month" class="green">+30.0%</td>
<td data-th="Year" class="red">-2.7%</td>
</tr>
</table>
<p class="note">Data taken on Jan 1, 2022</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 26/12/21-01/01/22](/img/weekly-chart-1201.png "XMR Price Graph 26/12/21-01/01/22")
Sources: <a href="https://melo.tools/explorer/mainnet/" target="_blank">melo.tools/explorer</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/en/coins/monero" target="_blank">coingecko.com</a>, <a href="https://localmonero.co/statistics" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on GitHub as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">on GitHub</a>. </p>
</div>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Getting Started with Helping Monero</a></p>
<p>If you are new to Monero and want to contribute, please check out <a href="https://www.monerooutreach.org/stories/getting-started-helping-monero.php" target="_blank">this article about volunteering and contributing to Monero</a> from the Monero Outreach Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, you can send some piconeros to the XMR subaddress below:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,172 @@
---
type: weekly
layout: weekly_old
date: "2022-01-09T00:00:00Z"
issuenumber: 102
title: "Issue 102; January 2-9, 2022"
---
<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.getmonero.org/2022/01/06/monero-GUI-0.17.3.1-released.html" target="_blank">The new GUI 0.17.3.1 Oxygen Orion Point Release has been released</a>. Remember to <a href="https://web.getmonero.org/resources/user-guides/verification-allos-advanced.html" target="_blank">verify</a> hashes.</h4>
</div>
<div class="newsbyte">
<h4>Monerujo v2.3.1 'Doménikos' is <a href="https://github.com/m2049r/xmrwallet/releases/tag/v2.3.1" target="_blank">out</a>. Read all about CryptSeed™® <a href="https://scribe.rip/-seed-with-offset-passphrase-works-in-monerujo-416ff5198b2e" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Cake Wallet <a href="https://incogsnoo.com/r/Monero/comments/rz31yf/announcing_monerocom_by_cake_wallet_a_moneroonly/launches" target="_blank">launched</a> a XMR-only wallet for iOS and Android. More details found at <a href="https://monero.com/" target="_blank">monero.com</a></h4>
</div>
<div class="newsbyte">
<h4>UkoeBH, MRL contributor, seeks discussion around his possible <a href="https://github.com/monero-project/research-lab/issues/95" target="_blank">solution</a> for the 10-block lock of XMR spends.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://incogsnoo.com/r/Monero/comments/rvd0v7/on_my_last_post_about_atomic_swaps_somebody_asked/" target="_blank">Reddit user thatdudeiknew posted a BTC<->XMR atomic swap video</a>. <a href="https://yewtu.be/watch?v=ZQG50hJTgBA" target="_blank">Peep it</a>!</h4>
</div>
<div class="newsbyte">
<h4><a href="https://incogsnoo.com/r/Monero/comments/rw5o7p/long_time_user_first_time_tiny_contributor/" target="_blank">Reddit user Spearmint9 shared a script to download and verify latest Monero GUI wallet and checks its hash</a>. Take a <a href="https://github.com/Spearmint9/monero-linux-scripts" target="_blank">look</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monthly Monero newsletter, Monero Moon, published issue 26. Have a <a href="https://scribe.rip/themoneromoon/the-monero-moon-issue-26-37c1c76bafe8" target="_blank">read</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">January 9, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">January 12, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">January 16, 2022 (Sunday) 16:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://irc.libera.chat/#monero-community" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-community:monero.social" target="_blank">Matrix room</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/277" target="_blank">eth-xmr atomic swap CCS proposal</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/276" target="_blank">MoneroKon-2022-CCS</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/273" target="_blank">Educational content for Monero plus kycnot and iseeyourcash maintenance</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/251" target="_blank">Italian Mastering Monero</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None; all funded for now.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2,533,028</b></p>
<p>Hash rate: <b>3.260 GH/s</b></p>
<p>Average Tx per block: <b>27.99</b></p>
<p>Weekly Moving Average Tx per day: <b>22,427</b></p>
<p>Block reward: <b>~0.74 XMR</b></p>
</div>
<p class="note">Data taken on Jan 08, 2022</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0108.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,364,444,768</b><br/>Localmonero.co Street Price: <b>$211.57</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>01/08/21</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="01/08/22">$185.45</td>
<td data-th="Week" class="red">-18.8%</td>
<td data-th="Month" class="red">-11.5%</td>
<td data-th="Year" class="green">+29.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="01/08/22">€163.30</td>
<td data-th="Week" class="red">-18.7%</td>
<td data-th="Month" class="red">-11.6%</td>
<td data-th="Year" class="green">+40.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="01/08/22">₿0.00443422</td>
<td data-th="Week" class="red">-10.1%</td>
<td data-th="Month" class="green">+6.8%</td>
<td data-th="Year" class="green">+22.4%</td>
</tr>
</table>
<p class="note">Data taken on Jan 8, 2022</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 01/02/22-01/08/22](/img/weekly-chart-0108.png "XMR Price Graph 01/02/22-01/08/22")
Sources: <a href="https://melo.tools/explorer/mainnet/" target="_blank">melo.tools</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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out the volunteer opportunities below.</p>
<div class="newsbyte">
<p class="date"><a href="https://github.com/monero-project/monero" target="_blank">Test Monero Core Software</a></p>
<p>Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on GitHub as problems arise. Instructions to build on your OS of choice can be found <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, you can send some piconeros to the XMR subaddress below:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View file

@ -0,0 +1,159 @@
---
type: weekly
layout: weekly_old
date: "2022-01-16T00:00:00Z"
issuenumber: 103
title: "Issue 103; January 9-16, 2022"
---
<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/SChernykh/p2pool/releases/tag/v1.5" target="_blank">P2Pool v1.5 has been released</a>. What is P2Pool? Let's <a href="https://github.com/SChernykh/p2pool/blob/master/README.md" target="_blank">find out</a>. More questions? Skim through some <a href="https://p2pool.io/#faq" target="_blank">FAQs</a>.</h4>
</div>
<div class="newsbyte">
<h4>Translation coordinator, netrik182, announced on <a href="https://teddit.net/r/Monero/comments/s1a0ok/" target="_blank">reddit</a> that <a href="https://www.getmonero.org/resources/moneropedia/" target="_blank">Moneropedia</a> terms can now be <a href="https://translate.getmonero.org/projects/getmonero-moneropedia/" target="_blank">translated to other languages</a>.</h4>
</div>
<div class="newsbyte">
<h4>El Monero, Spanish XMR podcast, published episode 19 with Federico Zabatta. Check it out <a href="https://yewtu.be/watch?v=dKV6ahaMWW8" target="_blank">here</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">January 16, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">January 19, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">January 22, 2022 (Sunday) 17:00 UTC</p>
<p markdown="1">Space Workgroup Meeting - <a href="irc://irc.libera.chat/#monero-space" target="_blank">#monero-space</a> IRC channel; <a href="https://matrix.to/#/#monero-space:monero.social" target="_blank">Matrix room</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/277" target="_blank">eth-xmr atomic swap CCS proposal</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/273" target="_blank">Draft: Educational content for Monero plus kycnot and iseeyourcash maintenance</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/279" target="_blank">selsta part-time monero development (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/280" target="_blank">v1docq47 - video creation and translations into russian (february - july 2022)</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/MoneroKon-2022-CCS.html" target="_blank">MoneroKon 2022</a> by midipoet.</p>
<p>Raised <b>5.65 of 328.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>2,538,094</b></p>
<p>Hash rate: <b>3.191 GH/s</b></p>
<p>Average Tx per block: <b>30.83</b></p>
<p>Weekly Moving Average Tx per day: <b>22,354</b></p>
<p>Block reward: <b>~0.73 XMR</b></p>
</div>
<p class="note">Data taken on Jan 15, 2022</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0116.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,935,535,931</b><br/>Localmonero.co Street Price: <b>$235.4</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>01/15/21</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="01/15/22">$217.87</td>
<td data-th="Week" class="green">+17.9%</td>
<td data-th="Month" class="green">+16.4%</td>
<td data-th="Year" class="green">+38.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="01/15/22">€190.86</td>
<td data-th="Week" class="green">+17.3%</td>
<td data-th="Month" class="green">+15.6%</td>
<td data-th="Year" class="green">+46.5%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="01/15/22">₿0.00504794</td>
<td data-th="Week" class="green">+14%</td>
<td data-th="Month" class="green">+28.5%</td>
<td data-th="Year" class="green">+18.1%</td>
</tr>
</table>
<p class="note">Data taken on Jan 15, 2022</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 01/09/22-01/15/22](/img/weekly-chart-0116.png "XMR Price Graph 01/09/22-01/15/22")
Sources: <a href="https://melo.tools/explorer/mainnet/" target="_blank">melo.tools</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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co</a>
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, you can send some piconeros to this XMR subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View file

@ -0,0 +1,182 @@
---
type: weekly
layout: weekly_old
date: "2022-01-23T00:00:00Z"
issuenumber: 104
title: "Issue 104; January 16-23, 2022"
---
<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>Core Team member, binaryFate, claimed he will be publishing a new <a href="https://libera.monerologs.net/monero-community/20220116#c64346" target="_blank">General Fund report</a> soon.</h4>
</div>
<div class="newsbyte">
<h4>noot's CCS proposal to work on an ETH<->XMR atomic swap implementation <a href="https://ccs.getmonero.org/proposals/noot-eth-xmr-atomic-swap.html" target="_blank">gets moved to funding required stage and fully funded in just a few hours</a>! Work in progress.</h4>
</div>
<div class="newsbyte">
<h4>selsta's CCS proposal to keep working on Monero development in a part-time fashion gets <a href="https://ccs.getmonero.org/proposals/selsta-4.html" target="_blank">fully funded</a> in one day.</h4>
</div>
<div class="newsbyte">
<h4>LocalMonero updates its <a href="https://localmonero.co/canary" target="_blank">canary</a> after some community members' concern over a <a href="https://teddit.net/r/Monero/comments/s1qyf5/localmonero_dead_canary_the_dead_bird_just_means/" target="_blank">dead canary ASCII art</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, OrangeFren, <a href="https://incogsnoo.com/r/Monero/comments/s5hrgw/orangefrencom_instant_exchange_comparison_with/" target="_blank">seeks community feedback</a> on his brand-new website to compare rates across KYC-free coin swapping services. Check it out <a href="https://orangefren.com/" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, Unkn8wn69, shared a new <a href="https://incogsnoo.com/r/Monero/comments/s5z1uy/moneroocean_telegram_bot_v010/" target="_blank">Telegram bot</a> to check MoneroOcean's mining statistics. It may be a useful <a href="https://github.com/Unkn8wn69/moneroocean-telegram-bot/" target="_blank">tool</a> for miners</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, ryitnoise, <a href="https://incogsnoo.com/r/Monero/comments/sacuxe/monericacom_a_directory_for_a_circular_monero/" target="_blank">launched</a> a <a href="https://monerica.com/" target="_blank">directory website</a> to accomplish a circular Monero economy just a week after announcing it.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://haveno.exchange/" target="_blank">Haveno DEX</a> announced they have found the team to work on their GUI client, posted a teaser of what their <a href="https://nitter.ca/HavenoDEX/status/1484459250877440001" target="_blank">dark UI will look like</a> as well.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">January 26, 2022 (Wednesday) 16:00 UTC</p>
<p markdown="1">Farcaster XMR<->BTC Swap Dev Meeting - <a href="irc://irc.libera.chat/#monero-swap" target="_blank">#monero-swap</a> IRC channel; <a href="https://matrix.to/#/#monero-swap:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">January 26, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">January 29, 2022 (Saturday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://irc.libera.chat/#monero-dev" target="_blank">#monero-dev</a> IRC channel; <a href="https://matrix.to/#/#monero-dev:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">January 30, 2022 (Sunday) 16:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://irc.libera.chat/#monero-community" target="_blank">#monero-community</a> IRC channel; <a href="https://matrix.to/#/#monero-community:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">January 30, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</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/273" target="_blank">Draft: Educational content for Monero plus kycnot and iseeyourcash maintenance</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/280" target="_blank">v1docq47 - video creation and translations into russian (february - july 2022)</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/MoneroKon-2022-CCS.html" target="_blank">MoneroKon 2022</a> by midipoet.</p>
<p>Raised <b>253.41 of 328.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>2543168</b></p>
<p>Hash rate: <b>3.260 GH/s</b></p>
<p>Average Tx per block: <b>30.90</b></p>
<p>Weekly Moving Average Tx per day: <b>22,993</b></p>
<p>Block reward: <b>~0.72 XMR</b></p>
</div>
<p class="note">Data taken on Jan 15, 2022</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0122.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,785,511,680</b><br/>Localmonero.co Street Price: <b>$171.63</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>01/22/21</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="01/12/22">$154.05</td>
<td data-th="Week" class="red">-29.5%</td>
<td data-th="Month" class="red">-27.0%</td>
<td data-th="Year" class="green">+12.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="01/22/22">€135.79</td>
<td data-th="Week" class="red">-29.0%</td>
<td data-th="Month" class="red">-27.2%</td>
<td data-th="Year" class="green">+21.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="01/22/22">₿0.00434820</td>
<td data-th="Week" class="red">-13.9%</td>
<td data-th="Month" class="green">+4.9%</td>
<td data-th="Year" class="green">+5%</td>
</tr>
</table>
<p class="note">Data taken on Jan 22, 2022</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 01/16/22-01/22/22](/img/weekly-chart-0122.png "XMR Price Graph 01/16/22-01/22/22")
Sources: <a href="https://melo.tools/explorer/mainnet/" target="_blank">melo.tools</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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, you can send some piconeros to this XMR subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,160 @@
---
type: weekly
layout: weekly_old
date: "2022-01-30T00:00:00Z"
issuenumber: 105
title: "Issue 105; January 23-30, 2022"
---
<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>Monero contributor, rbrunner7, <a href="https://incogsnoo.com/r/Monero/comments/sczdrk/no_wallet_left_behind_make_sure_our_wallets/" target="_blank">sparked a discussion</a> to come up with project management and development milestones to push Seraphis/Jamtis network upgrade forward, having <a href="https://github.com/monero-project/monero/issues/8157" target="_blank">"No wallet left behind"</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, CryptoGrampy, released <a href="https://incogsnoo.com/r/Monero/comments/sde9hf/monero_drag_n_drop_dashboard_poc_codedemo/" target="_blank">Monero Drag n' Drop Dashboard PoC</a>. The code is found <a href="https://github.com/CryptoGrampy/monero-dashboard" target="_blank">here</a>. Issues and pull requests are welcome.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/SChernykh/p2pool/releases/tag/v1.6" target="_blank">P2Pool v1.6 is out</a>.</h4>
</div>
<div class="newsbyte">
<h4>P2Pool creator, SChernykh, launched a <a href="https://p2pool.io/tail.html" target="_blank">countdown website</a> to track <a href="https://www.getmonero.org/resources/moneropedia/tail-emission.html" target="_blank">tail emission's ignition</a>. Once it kicks off, Monero is going to have a fixed block reward of 0.6 XMR per block.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">February 2, 2022 (Wednesday) 16:00 UTC</p>
<p markdown="1">Farcaster XMR<->BTC Swap Dev Meeting - <a href="irc://irc.libera.chat/#monero-swap" target="_blank">#monero-swap</a> IRC channel; <a href="https://matrix.to/#/#monero-swap:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">February 2, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">February 6, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</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/273" target="_blank">Draft: Educational content for Monero plus kycnot and iseeyourcash maintenance</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/MoneroKon-2022-CCS.html" target="_blank">MoneroKon 2022</a> by midipoet.</p>
<p>Raised <b>260.43 of 328.00</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/v1docq47-video-creation-and-translations-into-russian-(february-july-2022).html" target="_blank">video creation and translations into Russian (february - july 2022)</a> by v1docq47.</p>
<p>Raised <b>0 of 62</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2548207</b></p>
<p>Hash rate: <b>3.235 GH/s</b></p>
<p>Average Tx per block: <b>29.86</b></p>
<p>Weekly Moving Average Tx per day: <b>21,437</b></p>
<p>Block reward: <b>~0.72 XMR</b></p>
</div>
<p class="note">Data taken on Jan 29, 2022</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0129.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,773,476,459</b><br/>Localmonero.co Street Price: <b>$157.25</b></div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>01/29/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="01/29/22">$154.05</td>
<td data-th="Week" class="green">+1.2%</td>
<td data-th="Month" class="red">-31.9%</td>
<td data-th="Year" class="green">+9.3%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="01/29/22">€137.59</td>
<td data-th="Week" class="green">+2.9%</td>
<td data-th="Month" class="red">-30.8%</td>
<td data-th="Year" class="green">+19.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="01/29/22">₿0.00403653</td>
<td data-th="Week" class="red">-6.5%</td>
<td data-th="Month" class="red">-15.3%</td>
<td data-th="Year" class="red">-1.8%</td>
</tr>
</table>
<p class="note">Data taken on Jan 29, 2022</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 01/23/22-01/29/22](/img/weekly-chart-0129.png "XMR Price Graph 01/23/22-01/29/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">If you enjoy this publication and want to support it, you can send some XMR to this subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,104 @@
---
type: weekly
layout: weekly_old
date: "2022-02-04T00:00:00Z"
issuenumber: 106
title: 'Issue 106: January 30 - February 4, 2022'
---
### Table of Contents:
- [Recent News](#recent-news)
- [Upcoming Events](#upcoming-events)
- [CCS Proposal Ideas](#ccs-proposal-ideas)
- [CCS Proposals Need Funding](#ccs-proposals-need-funding)
- [Price \& Blockchain Stats](#price--blockchain-stats)
- [Blockchain Stats](#blockchain-stats)
- [XMR Blocks Distribution in last 1000 blocks](#xmr-blocks-distribution-in-last-1000-blocks)
- [Price \& Performance](#price--performance)
- [Volunteer Opportunities](#volunteer-opportunities)
- [Donate](#donate)
### Recent News
- Monero contributor, rbrunner7, [sparked a discussion](https://teddit.net/r/Monero/comments/sczdrk/no_wallet_left_behind_make_sure_our_wallets/) to come up with project management and development milestones to push Seraphis/Jamtis network upgrade forward, having ["No wallet left behind"](https://github.com/monero-project/monero/issues/8157).
- Reddit user, CryptoGrampy, released [Monero Drag n' Drop Dashboard PoC](https://teddit.net/r/Monero/comments/sde9hf/monero_drag_n_drop_dashboard_poc_codedemo/). The code is found [here](https://github.com/CryptoGrampy/monero-dashboard). Issues and pull requests are welcome.
- [P2Pool v1.6 is out](https://github.com/SChernykh/p2pool/releases/tag/v1.6).
- P2Pool creator, SChernykh, launched a [countdown website](https://p2pool.io/tail.html) to track [tail emission's ignition](https://www.getmonero.org/resources/moneropedia/tail-emission.html). Once it kicks off, Monero is going to have a fixed block reward of 0.6 XMR per block.
### Upcoming Events
- **February 9, 2022 (Wednesday) 16:00 UTC**
Farcaster XMR<->BTC Swap Dev Meeting - [#monero-swap](irc://irc.libera.chat/#monero-swap) IRC channel; [Matrix room](https://matrix.to/#/#monero-swap:monero.social).
- **February 9, 2022 (Wednesday) 17:00 UTC**
Research Lab Meeting - [#monero-research-lab](irc://irc.libera.chat/#monero-research-lab) IRC channel; [Matrix room](https://matrix.to/#/#monero-research-lab:monero.social).
- **February 13, 2022 (Sunday) 18:00 UTC**
MoneroKon 2022 Meeting - [#monero-events](irc://irc.libera.chat/#monero-events) IRC channel; [Matrix room](https://matrix.to/#/#monero-events:monero.social).
### CCS Proposal Ideas
Below you can find recent CCS proposal ideas open for discussion.
- [Monero Afghanistan Expansion Strategy](https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/282).
- [mj part time coding 2022-03](https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/283).
### CCS Proposals Need Funding
- [MoneroKon 2022](https://ccs.getmonero.org/proposals/MoneroKon-2022-CCS.html) by midipoet. Raised **282.09 of 328.00** XMR.
- [video creation and translations into Russian (february - july 2022)](https://ccs.getmonero.org/proposals/v1docq47-video-creation-and-translations-into-russian-(february-july-2022).html) by v1docq47. Raised **23.9 of 62** XMR.
### Price & Blockchain Stats
#### Blockchain Stats
- Block height: **2548207**
- Hash rate: **3.235 GH/s**
- Average Tx per block: **29.86**
- Weekly Moving Average Tx per day: **21,437**
- Block reward: **~0.72 XMR**
Data taken on Feb 04, 2022
#### XMR Blocks Distribution in last 1000 blocks
![Hashrate Pool Distribution Pie Chart](/img/hashrate-pool-distribution-0129.png)
#### Price & Performance
XMR Market Cap: **$2,773,476,459**
Localmonero.co Street Price: **$157.25**
**Monero (XMR) Price**
| XMR to | 02/04/22 | Week | Month | Year |
|----------|----------|-------|-------|-------|
| USD | $154.05 | +1.2% | -31.9%| +9.3% |
| EUR | €137.59 | +2.9% | -30.8%| +19.0%|
| BTC | ₿0.00403653 | -6.5% | -15.3%| -1.8% |
Data taken on Feb 04, 2022
![XMR Price Graph 01/30/22-02/04/22](/img/weekly-chart-0129.png)
Sources: [miningpoolstats.stream](https://miningpoolstats.stream/monero); [bitinfocharts.com](https://bitinfocharts.com/monero/); [coingecko.com](https://www.coingecko.com/en/coins/monero); [localmonero.co statistics](https://localmonero.co/statistics); [localmonero.co blocks](https://localmonero.co/blocks).
### Volunteer Opportunities
If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.
- [Test Monero Core Software](https://github.com/monero-project/monero)
- [Getting Started with Helping Monero](https://www.monerooutreach.org/stories/getting-started-helping-monero.php)
### Donate
Revuo is an independent newsletter. If you enjoy this publication and want to support it, you can send some XMR to this subaddress:
```
89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT
```
[![Donate XMR](/img/donate-monero.jpg)](monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT)
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -0,0 +1,180 @@
---
type: weekly
layout: weekly_old
date: "2022-02-10T00:00:00Z"
issuenumber: 107
title: "Issue 107; February 4-10, 2022"
---
<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">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>Reddit user, Unkn8wn69, posted a practical and simple <a href="https://teddit.adminforge.de/r/Monero/comments/sljq4z/how_to_run_a_monero_full_node_on_tails_guide/" target="_blank">guide</a> to run a Monero full node on <a href="https://tails.boum.org/" target="_blank">Tails OS</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, Febos, shared great news: <a href="https://teddit.adminforge.de/r/Monero/comments/sltnyx/happy_20th_millionth_transaction_monero/" target="_blank">Monero reached its 20th millionth transaction</a> February 2. Source: <a href="https://www.monero.how/" target="_blank">monero.how</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://ccs.getmonero.org/proposals/binarybaron-unstoppableswap.html" target="_blank">Unstoppable Swap</a> published their first alpha release of a GUI client to perform XMR<->BTC atomic swaps. Testnet/stagenet BTC and Monero; on-chain/mainnet when it is more polished. Instructions can be found <a href="https://github.com/UnstoppableSwap/unstoppableswap-gui/blob/main/docs/SWAP_TESTNET.md" target="_blank">here</a>. Testers are encouraged to try it out and provide <a href="https://unstoppableswap.aidaform.com/feedback" target="_blank">feedback</a>.</h4>
</div>
<div class="newsbyte">
<h4>COMIT network is <a href="https://comit.network/blog/2022/02/07/xmr-btc-looking-for-maintainer/" target="_blank">looking for a maintainer</a> that can take care of their <a href="https://github.com/comit-network/xmr-btc-swap/" target="_blank">XMR<->BTC atomic swap implementation</a> moving forward.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, box1820, <a href="https://teddit.adminforge.de/r/Monero/comments/smtc0w/pros_and_cons_of_moneros_potential_seraphis/" target="_blank">linked</a> /r/Monero users to a Seraphis question on XMR's <a href="https://monero.stackexchange.com/questions/13494/pros-and-cons-of-moneros-potential-seraphis-protocol-upgrade" target="_blank">Stack Exchange</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">February 13, 2022 (Sunday) 16:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://irc.libera.chat/#monero-community" target="_blank">#monero-community</a> IRC channel; <a href="https://matrix.to/#/#monero-community:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">February 13, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">February 16, 2022 (Wednesday) 16:00 UTC</p>
<p markdown="1">Farcaster Dev Meeting - <a href="irc://irc.libera.chat/#monero-swap" target="_blank">#monero-swap</a> IRC channel; <a href="https://matrix.to/#/#monero-swap:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">February 16, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/283" target="_blank">mj part time coding 2022-03</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/285" target="_blank">j-berman full-time 3 months part 2</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/MoneroKon-2022-CCS.html" target="_blank">MoneroKon 2022</a> by midipoet.</p>
<p>Raised <b>289.55 of 328.00</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/v1docq47-video-creation-and-translations-into-russian-(february-july-2022).html" target="_blank">video creation and translations into Russian (february - july 2022)</a> by v1docq47.</p>
<p>Raised <b>42 of 62</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2556606</b></p>
<p>Hash rate: <b>3.029 GH/s</b></p>
<p>Average Tx per block: <b>32.00</b></p>
<p>Weekly Moving Average Tx per day: <b>22,744</b></p>
<p>Block reward: <b>~0.71 XMR</b></p>
</div>
<p class="note">Data taken on Feb 10, 2022</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0210.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,317,458,098</b><br/>Localmonero.co Street Price: <b>$198.97</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>02/10/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="02/10/22">$183.50</td>
<td data-th="Week" class="green">+26.5%</td>
<td data-th="Month" class="green">+0.2%</td>
<td data-th="Year" class="green">+8.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="02/10/22">€160.02</td>
<td data-th="Week" class="green">+24.6%</td>
<td data-th="Month" class="red">-1.0%</td>
<td data-th="Year" class="green">+14.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="02/10/22">₿0.00405917</td>
<td data-th="Week" class="green">+3.4%</td>
<td data-th="Month" class="red">-7.3%</td>
<td data-th="Year" class="green">+11.8%</td>
</tr>
</table>
<p class="note">Data taken on Feb 10, 2022</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 02/04/22-02/10/22](/img/weekly-chart-0210.png "XMR Price Graph 02/04/22-02/10/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="merchant">Non-Profit of the Week</h3>
<a href="https://www.eff.org/" target="_blank"><img src="/img/eff-logo.png" alt="Electronic Frontier Foundation Logo" class="merchant-img" id="eff"></a>
<a href="https://www.eff.org/about" target="_blank">The Electronic Frontier Foundation</a> is the leading nonprofit organization defending civil liberties in the digital world. Founded in 1990, EFF champions user privacy, free expression, and innovation through impact litigation, policy analysis, grassroots activism, and technology development. EFF's mission is to ensure that technology supports freedom, justice, and innovation for all people of the world.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">Revuo is an independent newsletter. If you enjoy this publication and want to support it, you can send some XMR to this subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,167 @@
---
type: weekly
layout: weekly_old
date: "2022-02-17T00:00:00Z"
issuenumber: 108
title: "Issue 108; February 10-17, 2022"
---
<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">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>Reddit user, PenumbraDEX, <a href="https://teddit.adminforge.de/r/Monero/comments/srid3a/penumbra_a_truly_uncensorable_havenos_fork/" target="_blank">posted a PGP-signed message</a> announcing Penumbra: A truly uncensorable Haveno's fork. <a href="https://gitlab.com/PenumbraDEX/penumbra" target="_blank">Source code</a>.</h4>
</div>
<div class="newsbyte">
<h4>/r/Monero moderator, dEBRUYNE, <a href="https://teddit.adminforge.de/r/Monero/comments/st40o0/psa_informational_thread_regarding_the_minexmr/" target="_blank">made an informational thread on mineXMR mining pool hashrate situation</a>. Miners are encouraged to join other mining pools. List <a href="https://pools.xmr.wiki/" target="_blank">here</a>. <a href="https://p2pool.io/" target="_blank">P2Pool</a> is a great alternative.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://github.com/SChernykh/p2pool/releases/tag/v1.7" target="_blank">P2Pool v1.7 is out</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, CryptoniteClub, <a href="https://teddit.adminforge.de/r/Monero/comments/su6rx0/monero_says_no/" target="_blank">shared a short clip</a> that goes over how much information public blockchains can give to curious users vs. what happens if they try to see Monero addresses balances. Monero says 'no'!</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">February 19, 2022 (Saturday) 17:00 UTC</p>
<p markdown="1">Space Workgroup Meeting - <a href="irc://irc.libera.chat/#monero-space" target="_blank">#monero-space</a> IRC channel; <a href="https://matrix.to/#/#monero-space:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">February 20, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">February 23, 2022 (Wednesday) 16:00 UTC</p>
<p markdown="1">Farcaster Dev Meeting - <a href="irc://irc.libera.chat/#monero-swap" target="_blank">#monero-swap</a> IRC channel; <a href="https://matrix.to/#/#monero-swap:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">February 23, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/287" target="_blank">mj's part time coding 2022 Q2</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/285" target="_blank">j-berman full-time 3 months part 2</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None; all funded for now.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2561750</b></p>
<p>Hash rate: <b>3.046 GH/s</b></p>
<p>Average Tx per block: <b>30.53</b></p>
<p>Weekly Moving Average Tx per day: <b>23,234</b></p>
<p>Block reward: <b>~0.7 XMR</b></p>
</div>
<p class="note">Data taken on Feb 17, 2022</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0217.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,006,804,059</b>.<br/>Localmonero.co Street Price: <b>$180.99</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>02/17/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="02/17/22">$166.05</td>
<td data-th="Week" class="red">-10.5%</td>
<td data-th="Month" class="red">-22.9%</td>
<td data-th="Year" class="red">-25.0%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="02/17/22">€146.17</td>
<td data-th="Week" class="red">-10.0%</td>
<td data-th="Month" class="red">-22.5%</td>
<td data-th="Year" class="red">-20.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="02/17/22">₿0.00408463</td>
<td data-th="Week" class="red">-2.4%</td>
<td data-th="Month" class="red">-19.8%</td>
<td data-th="Year" class="red">-9.3%</td>
</tr>
</table>
<p class="note">Data taken on Feb 17, 2022</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 02/10/22-02/17/22](/img/weekly-chart-0217.png "XMR Price Graph 02/10/22-02/17/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="merchant">Non-Profit of the Week</h3>
<a href="https://www.torproject.org/" target="_blank"><img src="/img/tor-logo.png" alt="Tor Project Logo" class="merchant-img" id="tor"></a>
<a href="https://www.torproject.org/about/history/" target="_blank">About Tor</a>. We believe everyone should be able to explore the internet with privacy. We are the Tor Project, a 501(c)(3) US nonprofit. We advance human rights and defend your privacy online through free software and open networks.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">Revuo is an independent newsletter. If you enjoy this publication and want to support it, you can send some XMR to this subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,157 @@
---
type: weekly
layout: weekly_old
date: "2022-02-24T00:00:00Z"
issuenumber: 109
title: "Issue 109; February 17-24, 2022"
---
<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">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>RandomX's main developer, tevador, came up with a <a href="https://github.com/monero-project/research-lab/issues/98" target="_blank">proposal</a> to mitigate mining pool centralization.</h4>
</div>
<div class="newsbyte">
<h4>Monerujo Wallet posted news with regards to their <a href="https://funding.monerujo.app/" target="_blank">features wishlist</a>: all their forthcoming additional functionalities have been fully funded, including <a href="https://nitter.it/monerujowallet/status/1422295987201134597" target="_blank">SideKick</a>. After a long wait, the community may have an accesible, interactive way to sign and broadcast transactions in an airgapped fashion.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, HavenoDEX, posted a new <a href="https://haveno.exchange/2022/02/02/haveno-structure.html" target="_blank">blog post</a> going over the revamped Haveno structure. Got any feedback for them? Make your opinion count in its <a href="https://teddit.adminforge.de/r/Monero/comments/svcwrv/the_improved_structure_of_haveno_key_word/" target="_blank">thread</a>.</h4>
</div>
<div class="newsbyte">
<h4>MRL researcher, Rucknium, along with plowsof announced the creation of an <a href="https://moneroresearch.info/" target="_blank">index</a> of XMR research papers.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">February 27, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">March 2, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/287" target="_blank">mj's part time coding 2022 Q2</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/290" target="_blank">Seraphis Wallet PoC</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None; all funded for now.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2566646</b></p>
<p>Hash rate: <b>2.964 GH/s</b></p>
<p>Average Tx per block: <b>29.00</b></p>
<p>Weekly Moving Average Tx per day: <b>21,644</b></p>
<p>Block reward: <b>~0.69 XMR</b></p>
</div>
<p class="note">Data taken on Feb 24, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0224.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,516,228,872</b>.<br/>Localmonero.co Street Price: <b>$164.76</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>02/24/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="02/24/22">$139.14</td>
<td data-th="Week" class="red">-22.8%</td>
<td data-th="Month" class="red">-5.4%</td>
<td data-th="Year" class="red">-36.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="02/24/22">€124.55</td>
<td data-th="Week" class="red">-21.4%</td>
<td data-th="Month" class="red">-4.2%</td>
<td data-th="Year" class="red">-31.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="02/24/22">₿0.00386326</td>
<td data-th="Week" class="red">-5.5%</td>
<td data-th="Month" class="red">-3.6%</td>
<td data-th="Year" class="red">-14.5%</td>
</tr>
</table>
<p class="note">Data taken on Feb 24, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 02/17/22-02/24/22](/img/weekly-chart-0224.png "XMR Price Graph 02/17/22-02/24/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="merchant">Non-Profit of the Week</h3>
<a href="https://emeraldonion.org/about/" target="_blank"><img src="/img/emerald-logo.png" alt="Emerald Onion Logo" class="merchant-img" id="eme"></a>
Emerald Onion is a 501(c)(3) nonprofit organization and transit internet service provider (ISP) based in Seattle, WA. Emerald Onions mission is to protect privacy, anonymity, access to information, and free speech online. To further that mission, Emerald Onion operates high capacity, fully open Tor exit routers with connectivity to the Seattle Internet Exchange. Emerald Onion envisions a world where access and privacy are the defaults; if we do not have human rights online, we will not have them offline, either.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">Revuo is an independent newsletter. If you enjoy this publication and want to support it, you can send some XMR to this subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View file

@ -0,0 +1,253 @@
---
type: weekly
layout: weekly_old
date: "2019-06-06T00:00:00Z"
issuenumber: 11
title: "Issue 11; May 30 - June 6, 2019"
---
<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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 KiB

View file

@ -0,0 +1,174 @@
---
type: weekly
layout: weekly_old
date: "2022-03-03T00:00:00Z"
issuenumber: 110
title: "Issue 110; February 24 - March 3, 2022"
---
<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">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>GitHub user, reemuru, shared a lightweight <a href="https://github.com/hyahatiph-labs/infosec/tree/main/himitsu" target="_blank">browser extension</a> to have a simple UI for a Monero wallet. Worth noting it is still work in progress. Issues and pull requests are <a href="https://github.com/hyahatiph-labs/infosec/releases/tag/himitsu-v0.1.0-experimental" target="_blank">welcome</a>.</h4>
</div>
<div class="newsbyte">
<h4>P2Pool v1.8 is <a href="https://github.com/SChernykh/p2pool/releases/tag/v1.8" target="_blank">out</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Observer, daily XMR newsletter, released <a href="https://www.monero.observer/monero-observer-blitz-february-2022/" target="_blank">Monero Observer Blitz 7</a>: a monthly wrap-up covering all Monero-related news that happened in February.</h4>
</div>
<div class="newsbyte">
<h4>El Monero, Spanish XMR podcast, published episode 20: Mesa Redonda V. Peep it <a href="https://yewtu.be/watch?v=lcE_U47QyVM" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, RINOwallet, <a href="https://teddit.adminforge.de/r/Monero/comments/t5nz6y/announcing_rino_stagenet_testers_wanted/" target="_blank">launched</a> RINO's wallet public beta — stagenet, for the time being. RINO is a multisig, enterprise-grade Monero wallet. Convenient. Secure. Non-custodial. Check out their <a href="https://test.rino.io/faq" target="_blank">FAQs</a> section and provide them with feedback if possible.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">March 6, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">March 9, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/287" target="_blank">mj's part time coding 2022 Q2</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/290" target="_blank">Seraphis Wallet PoC</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/291" target="_blank">escapethe3RA Monero Observer maintenance (Spring 2022)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/293" target="_blank">whatnero_android_app.md</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/294" target="_blank">The Monero Moon CCS proposal - March 2022</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None; all funded for now.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2571820</b></p>
<p>Hash rate: <b>2.959 GH/s</b></p>
<p>Average Tx per block: <b>29.60</b></p>
<p>Weekly Moving Average Tx per day: <b>23,376</b></p>
<p>Block reward: <b>~0.69 XMR</b></p>
</div>
<p class="note">Data taken on March 3, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0303.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,100,608,603</b>.<br/>Localmonero.co Street Price: <b>$185.44</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>03/03/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="03/03/22">$171.21</td>
<td data-th="Week" class="green">+14.6%</td>
<td data-th="Month" class="green">+16.2%</td>
<td data-th="Year" class="red">-22.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="03/03/22">€154.97</td>
<td data-th="Week" class="green">+17.1%</td>
<td data-th="Month" class="green">+17.9%</td>
<td data-th="Year" class="red">-15.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="03/03/22">₿0.00407525</td>
<td data-th="Week" class="green">+2.0%</td>
<td data-th="Month" class="green">+6.6%</td>
<td data-th="Year" class="red">-10.4%</td>
</tr>
</table>
<p class="note">Data taken on March 3, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 02/24/22-03/03/22](/img/weekly-chart-0303.png "XMR Price Graph 02/24/22-03/03/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="merchant">Non-Profit of the Week</h3>
<a href="https://fsfe.org/about/about.en.html" target="_blank"><img src="/img/fsfe-logo.png" alt="FSFE Logo" class="merchant-img" id="fse"></a>
The Free Software Foundation Europe (FSFE) is a non-profit, non-governmental organisation active in many European countries and involved in many global activities. Access to software determines participation in a digital society. To secure equal participation in the information age, as well as freedom of competition, the Free Software Foundation Europe (FSFE) pursues and is dedicated to the furthering of Free Software, defined by the freedoms to use, study, modify and copy.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">Revuo is an independent newsletter. If you enjoy this publication and want to support it, you can send some XMR to this subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -0,0 +1,165 @@
---
type: weekly
layout: weekly_old
date: "2022-03-10T00:00:00Z"
issuenumber: 111
title: "Issue 111; March 3-10, 2022"
---
<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">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>Core Team member, binaryFate, <a href="https://teddit.adminforge.de/r/Monero/comments/t770no/migration_of_melotools_to_communityrinoio/" target="_blank">announced</a> the migration of melo.tools resources to <a href="https://community.rino.io/" target="_blank">community.rino.io</a>. If you were using their remote nodes, block explorers or faucets, it is recommended that you adjust your bookmarks and pre-selected remote nodes going forward.</h4>
</div>
<div class="newsbyte">
<h4>Ragnar Lifthrasir hopped on <a href="https://www.whatbitcoindid.com/podcast/a-bitcoin-civilization" target="_blank">What Bitcoin Did</a> podcast. Some interesting insights about self-defense, Bitcoin and Monero are hashed around 38:40. Short clip <a href="https://nttr.stream/DontTraceMeBruh/status/1500788697045811203" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monerujo, XMR-only mobile wallet, <a href="https://github.com/m2049r/xmrwallet/releases/tag/v2.3.3" target="_blank">released</a> Monerujo "Baldaŭ" v2.3.3 alpha. Highlights: multiple themes and fantastic UI tweaks.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">March 13, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">March 16, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/287" target="_blank">mj's part time coding 2022 Q2</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/290" target="_blank">Seraphis Wallet PoC</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/291" target="_blank">escapethe3RA Monero Observer maintenance (Spring 2022)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/293" target="_blank">whatnero_android_app.md</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/294" target="_blank">The Monero Moon CCS proposal - March 2022</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None; all funded for now.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2576728</b></p>
<p>Hash rate: <b>2.806 GH/s</b></p>
<p>Average Tx per block: <b>30.42</b></p>
<p>Weekly Moving Average Tx per day: <b>21,877</b></p>
<p>Block reward: <b>~0.68 XMR</b></p>
</div>
<p class="note">Data taken on March 10, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0310.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,120,661,346</b>.<br/>Localmonero.co Street Price: <b>$194.57</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>03/10/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="03/10/22">$172.56</td>
<td data-th="Week" class="red">-3.1%</td>
<td data-th="Month" class="red">-6.8%</td>
<td data-th="Year" class="red">-23.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="03/10/22">€156.98</td>
<td data-th="Week" class="red">-2.0%</td>
<td data-th="Month" class="red">-2.9%</td>
<td data-th="Year" class="red">-17.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="03/10/22">₿0.00439879</td>
<td data-th="Week" class="green">+8.6%</td>
<td data-th="Month" class="green">+4.4%</td>
<td data-th="Year" class="green">+6.9%</td>
</tr>
</table>
<p class="note">Data taken on March 10, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 03/03/22-03/10/22](/img/weekly-chart-0310.png "XMR Price Graph 03/03/22-03/10/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="merchant">Non-Profit of the Week</h3>
<a href="https://xmpp.org/about/xmpp-standards-foundation/" target="_blank"><img src="/img/xmpp-logo.png" alt="XMPP Logo" class="merchant-img" id="xmp"></a>
The XMPP Standards Foundation (also known as the XSF and formerly the Jabber Software Foundation) is an independent, non-profit standards development organisation whose primary mission is to define open protocols for presence, instant messaging, and real-time communication and collaboration on top of the IETFs Extensible Messaging and Presence Protocol (XMPP).
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">Revuo is an independent newsletter. If you enjoy this publication and want to support it, you can send some XMR to this subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,178 @@
---
type: weekly
layout: weekly_old
date: "2022-03-17T00:00:00Z"
issuenumber: 112
title: "Issue 112; March 10-17, 2022"
---
<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">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>Reddit user, CryptoGrampy, <a href="https://teddit.adminforge.de/r/Monero/comments/tcike5/introducing_the_pocketnode_project_a_monero_gui/" target="_blank">introduced PocketNode</a>. An XMR node GUI for Android. Collaborators are encouraged to reach out to him. Some recent progress <a href="https://nttr.stream/CryptoGrampy/status/1503859218054529029" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, xmr_sale, <a href="https://teddit.adminforge.de/r/Monero/comments/tbia0l/xmrsale_v2_lightweight_monero_acceptance_random/" target="_blank">announced</a> xmrSale v2 — allows users to use remote Tor nodes and accept Monero in a painless manner. <a href="https://try.xmrsale.org/" target="_blank">Demo</a>; <a href="https://github.com/xmrsale/xmrSale" target="_blank">Source code</a>; <a href="https://xmrsale.org/" target="_blank">Documentation</a>.</h4>
</div>
<div class="newsbyte">
<h4>GitHub user, hinto-janaiyo, released <a href="https://github.com/hinto-janaiyo/XMRig-Auto-Build" target="_blank">XMRig-Auto-Build</a> — A user-friendly interactive bash script that builds the latest XMRig straight from source. Get it <a href="https://github.com/hinto-janaiyo/XMRig-Auto-Build/releases" target="_blank">here</a>. Pull requests and issues are welcome.</h4>
</div>
<div class="newsbyte">
<h4>Monerujo, XMR-only mobile wallet, <a href="https://github.com/m2049r/xmrwallet/releases/tag/v2.4.1" target="_blank">published</a> Monerujo "Baldaŭ" v2.4.1 stable. Loads of fixes, UI tweaks. Updating is encouraged.</h4>
</div>
<div class="newsbyte">
<h4>Twitter user, heady_wook, <a href="https://nttr.stream/heady_wook/status/1504214190139256833" target="_blank">published</a> a comprehensive <a href="https://archive.org/details/how-to-buy-non-kyc-monero" target="_blank">guide</a> on "How to buy non-KYC Monero".</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, LivBoss, came forward with great news: MyMonero is revamping their <a href="https://teddit.adminforge.de/r/Monero/comments/tg60os/exciting_mymonero_news_beta_testers_needed/" target="_blank">iOS application</a> to add new features and built-in coin swap functionality. Beta testers are welcome for the time being. Did you think of any possible improvements, or bugs? GitHub <a href="https://github.com/mymonero/mymonero-mobile/issues" target="_blank">issues</a> can be opened to make it better.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">March 20, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">March 23, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/293" target="_blank">whatnero_android_app.md</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/294" target="_blank">The Monero Moon CCS proposal - March 2022</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/seraphis-wallet-poc.html" target="_blank">Seraphis Wallet Proof-of-Concept</a> by koe.</p>
<p>Raised <b>20.95 of 81.4</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/escapethe3ra-monero-observer-maintenance-spring-2022.html" target="_blank">Monero Observer maintenance (Spring 2022)</a> by escapethe3RA.</p>
<p>Raised <b>4.34 of 27</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/mj-part-time-2022-q2.html" target="_blank">mj part time coding Q2 2022</a> by mj.</p>
<p>Raised <b>15.28 of 102</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2581700</b></p>
<p>Hash rate: <b>2.925 GH/s</b></p>
<p>Average Tx per block: <b>30.60</b></p>
<p>Weekly Moving Average Tx per day: <b>22,656</b></p>
<p>Block reward: <b>~0.67 XMR</b></p>
</div>
<p class="note">Data taken on March 17, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0317.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,389,817,172</b>.<br/>Localmonero.co Street Price: <b>$193.4</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>03/17/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="03/17/22">$187.23</td>
<td data-th="Week" class="red">-0.8%</td>
<td data-th="Month" class="green">+6.1%</td>
<td data-th="Year" class="red">-18.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="03/17/22">€168.43</td>
<td data-th="Week" class="red">-1.2%</td>
<td data-th="Month" class="green">+7.9%</td>
<td data-th="Year" class="red">-12.9%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="03/17/22">₿0.00457667</td>
<td data-th="Week" class="green">+1.9%</td>
<td data-th="Month" class="green">+10.5%</td>
<td data-th="Year" class="green">+12.9%</td>
</tr>
</table>
<p class="note">Data taken on March 17, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 03/10/22-03/17/22](/img/weekly-chart-0317.png "XMR Price Graph 03/10/22-03/17/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="merchant">Non-Profit of the Week</h3>
<a href="https://foundation.mozilla.org/en/who-we-are/" target="_blank"><img src="/img/mozilla-logo.png" alt="Mozilla Logo" class="merchant-img" id="moz"></a>
The Mozilla Foundation is a non-profit organization that exists to support and provide leadership for the open source Mozilla project. The organization sets the policies that govern development, operates key infrastructure and controls trademarks and other intellectual property
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">Revuo is an independent newsletter. If you enjoy this publication and want to support it, you can send some XMR to this subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,169 @@
---
type: weekly
layout: weekly_old
date: "2022-03-24T00:00:00Z"
issuenumber: 113
title: "Issue 113; March 17-24, 2022"
---
<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>Twitter user, AlexAnarcho, <a href="https://nttr.stream/AlexAnarcho/status/1505252632050511878" target="_blank">stated</a> that tipxmr — A web-based application that lets you accept donations in your livestream session (OBS), has reached its first <a href="https://ccs.getmonero.org/proposals/tipxmr.live.html" target="_blank">CCS milestone</a>. Work in progress; early testers, issues and pull requests are all welcome <a href="https://github.com/tipxmr/tipxmr" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>GitHub user, hinto-janaiyo, published <a href="https://github.com/hinto-janaiyo/XMRig-Auto-Build" target="_blank">monero-toolchain</a> — A bash script that downloads monero-related software straight from source. Snag a copy <a href="https://github.com/hinto-janaiyo/monero-toolchain/releases/" target="_blank">here</a>. Open an issue or create a pull request to improve it.</h4>
</div>
<div class="newsbyte">
<h4>Compare XMR against other fiat & cryptocurrencies' market rates in your browser. No ads; simple and effective. Give <a href="https://moner.ooo/" target="_blank">moner.ooo</a> a spin. Site is self-created. You can do a right click on the site and visualize how it is put together through "View Page Source". Coingecko is its market rates <a href="https://www.coingecko.com/en/coins/monero" target="_blank">source</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">March 26, 2022 (Saturday) 17:00 UTC</p>
<p markdown="1">Space Workgroup Meeting - <a href="irc://irc.libera.chat/#monero-space" target="_blank">#monero-space</a> IRC channel; <a href="https://matrix.to/#/#monero-space:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">March 27, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">March 30, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/293" target="_blank">whatnero_android_app.md</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/294" target="_blank">The Monero Moon CCS proposal - March 2022</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/295" target="_blank">Haveno frontend development</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/seraphis-wallet-poc.html" target="_blank">Seraphis Wallet Proof-of-Concept</a> by koe.</p>
<p>Raised <b>74.01 of 81.4</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/escapethe3ra-monero-observer-maintenance-spring-2022.html" target="_blank">Monero Observer maintenance (Spring 2022)</a> by escapethe3RA.</p>
<p>Raised <b>20.11 of 27</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/mj-part-time-2022-q2.html" target="_blank">mj part time coding Q2 2022</a> by mj.</p>
<p>Raised <b>90.48 of 102</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2586767</b></p>
<p>Hash rate: <b>3.034 GH/s</b></p>
<p>Average Tx per block: <b>31.22</b></p>
<p>Weekly Moving Average Tx per day: <b>23,132</b></p>
<p>Block reward: <b>~0.67 XMR</b></p>
</div>
<p class="note">Data taken on March 24, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0324.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,678,640,852</b>.<br/>Localmonero.co Street Price: <b>$204.38</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>03/24/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="03/24/22">$202.62</td>
<td data-th="Week" class="green">+6.9%</td>
<td data-th="Month" class="green">+36.6%</td>
<td data-th="Year" class="red">-7.3%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="03/24/22">€184.44</td>
<td data-th="Week" class="green">+7.2%</td>
<td data-th="Month" class="green">+40.5%</td>
<td data-th="Year" class="red">-0.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="03/24/22">₿0.00459378</td>
<td data-th="Week" class="red">-0.3%</td>
<td data-th="Month" class="green">+14.8%</td>
<td data-th="Year" class="green">+14.6%</td>
</tr>
</table>
<p class="note">Data taken on March 24, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 03/17/22-03/24/22](/img/weekly-chart-0324.png "XMR Price Graph 03/17/22-03/24/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">Revuo is an independent newsletter. If you enjoy this publication and want to support it, you can send some XMR to this subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,172 @@
---
type: weekly
layout: weekly_old
date: "2022-03-31T00:00:00Z"
issuenumber: 114
title: "Issue 114; March 24-31, 2022"
---
<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, dys2p_official, published <a href="https://teddit.adminforge.de/r/dys2p/comments/tnrsxc/en_proxystore_review_and_outlook/" target="_blank">ProxyStore: Review and Outlook</a>. VPN, Tutanota, cloud storage, cryptomator vouchers; more services listed. They take payments in Monero. Take a look over at <a href="https://dys2p.com/en/index.html" target="_blank">dys2p.com</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, CryptoGrampy, is looking for Android alpha testers. Run a pruned or full node on Android with PocketNode. More details <a href="https://teddit.adminforge.de/r/Monero/comments/tqba4l/android_pocketnode_any_android_users_want_to/" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, RINOwallet, came up with a bounty to tackle multisig issues. Peep the offer and its conditions in this <a href="https://teddit.adminforge.de/r/Monero/comments/tqj5r6/lets_fix_multisig_rino_offering_10000_completion/" target="_blank">thread</a>.</h4>
</div>
<div class="newsbyte">
<h4>P2Pool v1.9 is out. Changelog & download <a href="https://github.com/SChernykh/p2pool/releases/tag/v1.9" target="_blank">here</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 2, 2022 (Saturday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://irc.libera.chat/#monero-dev" target="_blank">#monero-dev</a> IRC channel; <a href="https://matrix.to/#/#monero-dev:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">April 3, 2022 (Sunday) 17:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">April 6, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">April 7, 2022 (Thursday) 12:00-00:00 UTC (08:00 AM - 08:00 PM EDT).</p>
<p markdown="1">Monerotopia. <a href="https://monerotopia.com/" target="_blank">Website</a>. Where? Miami Beach, FL. USA.</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/294" target="_blank">The Monero Moon CCS proposal - March 2022</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/297" target="_blank">monero-bash, a wrapper for monero written in bash, for Linux</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/298" target="_blank">Creation of Python tools and educational material for checking and explaining the absence of money leakage (a.k.a. inflation) in Monero</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/299" target="_blank">SolOptXMR - Solar Optimal mining of XMR</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/300" target="_blank">Let more people use XMR, telegram push, small transactions done in seconds, docker private deployment, provide free API service</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/haveno-frontend.html" target="_blank">Haveno frontend development</a> by Haveno.</p>
<p>Raised <b>11.63 of 755</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2591784</b></p>
<p>Hash rate: <b>2.873 GH/s</b></p>
<p>Average Tx per block: <b>31.53</b></p>
<p>Weekly Moving Average Tx per day: <b>25,503</b></p>
<p>Block reward: <b>~0.66 XMR</b></p>
</div>
<p class="note">Data taken on March 31, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0331.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,835,390,170</b>.<br/>Localmonero.co Street Price: <b>$224.69</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>03/31/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="03/31/22">$212.81</td>
<td data-th="Week" class="green">+8.1%</td>
<td data-th="Month" class="green">+25.0%</td>
<td data-th="Year" class="red">-12.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="03/31/22">€192.01</td>
<td data-th="Week" class="green">+7.2%</td>
<td data-th="Month" class="green">+26.4%</td>
<td data-th="Year" class="red">-7.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="03/31/22">₿0.00465830</td>
<td data-th="Week" class="green">+1.1%</td>
<td data-th="Month" class="green">+18.1%</td>
<td data-th="Year" class="green">+12.0%</td>
</tr>
</table>
<p class="note">Data taken on March 31, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 03/24/22-03/31/22](/img/weekly-chart-0331.png "XMR Price Graph 03/24/22-03/31/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">Revuo is an independent newsletter. If you enjoy this publication and want to support it, you can send some XMR to this subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View file

@ -0,0 +1,179 @@
---
type: weekly
layout: weekly_old
date: "2022-04-07T00:00:00Z"
issuenumber: 115
title: "Issue 115; March 31 - April 07, 2022"
---
<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>MoneroPay — back-end service for receiving, sending and tracking XMR payments — v2.0.0 has been released. <a href="https://gitlab.com/moneropay/moneropay/-/tree/v2.0.0" target="_blank">Source code</a>; <a href="https://moneropay.eu/" target="_blank">Documentation</a>.</h4>
</div>
<div class="newsbyte">
<h4>XMRig v6.17.0 is out. Review the changelog and update your mining setup accordingly. <a href="https://github.com/xmrig/xmrig/releases/tag/v6.17.0" target="_blank">Download</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://gunsnbitcoin.com/" target="_blank">Bear Arms N' Bitcoin 2022</a> conference will take place this weekend 9-10 April in Miami. Seth is giving a "Monero 101" talk on Saturday and there will be a Bitcoin vs. Monero panel discussion on Sunday. Check the schedule <a href="https://nttr.stream/pic/media%2FFN50cmrUcAAMiEh.jpg%3Fname%3Dorig" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, xmr_radio, <a href="https://teddit.adminforge.de/r/Monero/comments/tyhc2s/monerokon_2022_lisbon_portugal_tickets_now/" target="_blank">announced</a> MoneroKon 2022 tickets are now available. Get yours over at <a href="https://monerokon.com/products/monerokon2022" target="_blank">monerokon.com</a>.</h4>
</div>
<div class="newsbyte">
<h4>El Monero, Spanish XMR podcast, published episode 21 with Martha Bueno. Episode can be found <a href="https://yewtu.be/watch?v=erXHhJUKqRw" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Do you like some of the designs found at <a href="https://monero.graphics/" target="_blank">monero.graphics</a>? Telegram & Signal sticker packages are now available. <a href="https://t.me/addstickers/xmrgraphics" target="_blank">Telegram</a>; <a href="https://signal.art/addstickers/#pack_id=a686e54eddaa40e9450dbdd8917bb1ee" target="_blank">Signal</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 9, 2022 (Saturday) 17:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">April 13, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/294" target="_blank">The Monero Moon CCS proposal - March 2022</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/299" target="_blank">SolOptXMR - Solar Optimal mining of XMR</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/300" target="_blank">Let more people use XMR, telegram push, small transactions done in seconds, docker private deployment, provide free API service</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/304" target="_blank">Deploy simple provably-fair, community funded monero casino</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/305" target="_blank">3D Metal Printer Project</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/306" target="_blank">Midipoet oslo freedom forum</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/307" target="_blank">HotShop Point of Sale</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/308" target="_blank">savandra-videos-for-monero</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None; all funded for now.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2596838</b></p>
<p>Hash rate: <b>2.876 GH/s</b></p>
<p>Average tx. per block: <b>32.36</b></p>
<p>Weekly Moving Average tx. per day: <b>23,269</b></p>
<p>Block reward: <b>~0.65 XMR</b></p>
</div>
<p class="note">Data taken on April 7, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0407.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$4,011,734,010</b>.<br/>Localmonero.co Street Price: <b>$218.14</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>04/07/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/07/22">$221.96</td>
<td data-th="Week" class="green">+0.1%</td>
<td data-th="Month" class="green">+40.2%</td>
<td data-th="Year" class="red">-18.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/07/22">€203.67</td>
<td data-th="Week" class="green">+2.6%</td>
<td data-th="Month" class="green">+39.9%</td>
<td data-th="Year" class="red">-10.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/07/22">₿0.00508062</td>
<td data-th="Week" class="green">+7.9%</td>
<td data-th="Month" class="green">+22.2%</td>
<td data-th="Year" class="green">+8.9%</td>
</tr>
</table>
<p class="note">Data taken on April 7, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 03/31/22-04/07/22](/img/weekly-chart-0407.png "XMR Price Graph 03/31/22-04/07/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">Revuo is an independent newsletter. If you enjoy this publication and want to support it, you can send some XMR to this subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View file

@ -0,0 +1,172 @@
---
type: weekly
layout: weekly_old
date: "2022-04-14T00:00:00Z"
issuenumber: 116
title: "Issue 116; April 7-14, 2022"
---
<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>Core Team member, binaryFate, to <a href="https://libera.monerologs.net/monero-community/20220409#c83952" target="_blank">continue reimbursing himself</a> from General Fund to cover <a href="https://www.getmonero.org/" target="_blank">getmonero.org</a>, utils and monero.social Matrix homeserver expenses until a website sponsor is found.</h4>
</div>
<div class="newsbyte">
<h4>monero-bash v1.1.0 is <a href="https://github.com/hinto-janaiyo/monero-bash/releases/tag/v1.1.0" target="_blank">out</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, fatalglory, <a href="https://teddit.adminforge.de/r/Monero/comments/u2jp47/monerodproxy_improving_the_resilience_of_your/" target="_blank">released</a> monerod-proxy — proxy layer to add resilience and convenience features on top of monerod —. <a href="https://github.com/unyieldinggrace/monerod-proxy" target="_blank">Source code</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, monerobull, <a href="https://teddit.adminforge.de/r/Monero/comments/u1czo5/announcing_the_launch_of_monerosuppliescom/" target="_blank">announced</a> a new website to order XMR stickers in bulk. Take a <a href="https://monerosupplies.com/" target="_blank">look</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monerotopia 2022 videos, slides and audio-only files are found <a href="https://monerodl.com/" target="_blank">here</a>. Note: Due to technical issues, videos are of low quality. Audio-only with slides; good alternative.</h4>
</div>
<div class="newsbyte">
<h4>PSA: Monero enthusiasts are calling for "<a href="https://t.me/MoneroExchangeRun/24442" target="_blank">MoneRun</a>" — everyone's encouraged to withdraw their moneroj from centralized exchanges on April 18th, 2022 —. Akin to what <a href="https://www.proofofkeys.com/" target="_blank">Proof of Keys</a> strives to accomplish: take custody of coins in individual wallets, not third parties. Few exchanges have halted XMR withdrawals recently.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 16, 2022 (Saturday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://irc.libera.chat/#monero-dev" target="_blank">#monero-dev</a> IRC channel; <a href="https://matrix.to/#/#monero-dev:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">April 16, 2022 (Saturday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">April 20, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/294" target="_blank">The Monero Moon - March 2022</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/307" target="_blank">HotShop Point of Sale</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/310" target="_blank">Patronero - Open Source project for donating by mining</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/soloptxmr-mj-endor-2022.html" target="_blank">SolOptXMR - Solar Optimal mining of XMR</a> by mj.</p>
<p>Raised <b>14.01 of 110.55</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/savandra-videos-for-monero.html" target="_blank">New Animated Videos</a> by savandra.</p>
<p>Raised <b>2.51 of 45</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2601844</b></p>
<p>Hash rate: <b>2.895 GH/s</b></p>
<p>Average txs. per block: <b>29.58</b></p>
<p>Weekly Moving Average txs. per day: <b>17,840</b></p>
<p>Block reward: <b>~0.65 XMR</b></p>
</div>
<p class="note">Data taken on April 14, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0414.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$4,110,255,554</b>.<br/>Localmonero.co Street Price: <b>$241.03</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>04/14/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/14/22">$226.69</td>
<td data-th="Week" class="green">+5.8%</td>
<td data-th="Month" class="green">+22.0%</td>
<td data-th="Year" class="red">-31.0%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/14/22">€209.51</td>
<td data-th="Week" class="green">+6.6%</td>
<td data-th="Month" class="green">+23.4%</td>
<td data-th="Year" class="red">-23.7%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/14/22">₿0.00566511</td>
<td data-th="Week" class="green">+14.4%</td>
<td data-th="Month" class="green">+21.0%</td>
<td data-th="Year" class="green">+9.6%</td>
</tr>
</table>
<p class="note">Data taken on April 14, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 04/07/22-04/14/22](/img/weekly-chart-0414.png "XMR Price Graph 04/07/22-04/14/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="donate">Donate</h3>
<p markdown="1">Revuo is an independent newsletter. If you enjoy this publication and want to support it, you can send some XMR to this subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View file

@ -0,0 +1,181 @@
---
type: weekly
layout: weekly_old
date: "2022-04-21T00:00:00Z"
issuenumber: 117
title: "Issue 117; April 14-21, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Monero is <a href="https://wikiless.lunar.icu/wiki/Monero?lang=en" target="_blank">eight (8) years old</a>. On that note, community member, reemuru, published <a href="https://www.getmonero.org/2022/04/18/this-year-in-monero.html" target="_blank">This Year in Monero - 2022</a>. A blog post that goes over a set of different network and social media statistics for the project between 2021 and 2022.</h4>
</div>
<div class="newsbyte">
<h4>XMR's v15 network upgrade's, A.K.A. 'Fluorine Fermi', tentative roll-out schedule has been agreed upon during last dev meeting. Resources: <a href="https://www.getmonero.org/2022/04/20/network-upgrade-july-2022.html" target="_blank">Blog post</a>; <a href="https://github.com/monero-project/meta/issues/680#issuecomment-1079924577" target="_blank">Pull Requests list</a>; <a href="https://github.com/monero-project/meta/issues/690" target="_blank">Network Upgrade Checklist</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://monerokon.com/" target="_blank">MoneroKon 2022</a> will be held in Lisbon, Portugal; 18-19th June. Call for Proposals [<a href="https://nttr.stream/pic/media%2FFQfNY5IWUAM49FZ.jpg%3Fname%3Dorig" target="_blank">flyer</a>] is open. Talk & workshop submissions are welcome <a href="https://cfp.monerokon.com/" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>monero-bash v1.3 is <a href="https://github.com/hinto-janaiyo/monero-bash/releases/tag/v1.3" target="_blank">out</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, akimayumi, <a href="https://teddit.adminforge.de/r/Monero/comments/u7589t/shruum_wallet_alpha_updates_stagenet_apks/" target="_blank">introduced</a> Shruum Alpha — A Monerujo fork with mandatory Tor usage, and a "Monero-only" design for privacy and anonymity —. <a href="https://git.mayumi.one/mayumi/shruum" target="_blank">Source code</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, sech1, <a href="https://teddit.adminforge.de/r/Monero/comments/u5y8bf/vanity_monero_address_generator_gpu_cuda_edition/" target="_blank">released</a> vanity_xmr_cudahere — vanity Monero address generator, with support for GPU. <a href="https://github.com/SChernykh/vanity_xmr_cuda" target="_blank">Source code</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 23, 2022 (Saturday) 17:00 UTC</p>
<p markdown="1">Space Workgroup Meeting - <a href="irc://irc.libera.chat/#monero-space" target="_blank">#monero-space</a> IRC channel; <a href="https://matrix.to/#/#monero-space:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">April 23, 2022 (Saturday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">April 27, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/307" target="_blank">HotShop Point of Sale</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/310" target="_blank">Patronero - Open Source project for donating by mining</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/311" target="_blank">Multi-scene monero solutions</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/312" target="_blank">selsta part-time monero development (3 months)</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/soloptxmr-mj-endor-2022.html" target="_blank">SolOptXMR - Solar Optimal mining of XMR</a> by mj.</p>
<p>Raised <b>100 of 110.55</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/savandra-videos-for-monero.html" target="_blank">New Animated Videos</a> by savandra.</p>
<p>Raised <b>5.44 of 45</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/The-Monero-Moon-CCS-Proposal-March2022-John-Foss.html" target="_blank">The Monero Moon - March 2022</a> by John Foss.</p>
<p>Raised <b>24.22 of 36</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2606983</b></p>
<p>Hash rate: <b>3.024 GH/s</b></p>
<p>Average txs. per block: <b>27.21</b></p>
<p>Weekly Moving Average txs. per day: <b>25,324</b></p>
<p>Block reward: <b>~0.64 XMR</b></p>
</div>
<p class="note">Data taken on April 21, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0421.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$5,150,453,058</b>.<br/>Localmonero.co Street Price: <b>$314.21</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>04/21/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/21/22">$284.39</td>
<td data-th="Week" class="green">+20.0%</td>
<td data-th="Month" class="green">+48.4%</td>
<td data-th="Year" class="red">-28.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/21/22">€262.40</td>
<td data-th="Week" class="green">+20.6%</td>
<td data-th="Month" class="green">+50.8%</td>
<td data-th="Year" class="red">-21.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/21/22">₿0.00685070</td>
<td data-th="Week" class="green">+19.0%</td>
<td data-th="Month" class="green">+46.7%</td>
<td data-th="Year" class="green">+3.4%</td>
</tr>
</table>
<p class="note">Data taken on April 21, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 04/14/22-04/21/22](/img/weekly-chart-0421.png "XMR Price Graph 04/14/22-04/21/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="support">Support</h3>
<p markdown="1">Revuo is an <a href="https://revuo-xmr.com/support/">independent newsletter</a>. If you enjoy this publication and want to support it, you can send some XMR to this subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,177 @@
---
type: weekly
layout: weekly_old
date: "2022-04-28T00:00:00Z"
issuenumber: 118
title: "Issue 118; April 21-28, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Unstoppable Swap v0.2.0 has been <a href="https://github.com/UnstoppableSwap/unstoppableswap-gui/releases/tag/v0.2.0" target="_blank">released</a> [Testnet]. Peep some screenshots, along with steps to set it up <a href="https://github.com/UnstoppableSwap/unstoppableswap-gui/blob/main/docs/SWAP_TESTNET.md" target="_blank">here</a>, or watch a demo posted by reddit user, unstoppableswap, <a href="https://teddit.adminforge.de/r/Monero/comments/uawipv/atomic_swap_gui_demo_on_mainnet_unstoppableswap/" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, benevanoff, <a href="https://teddit.adminforge.de/r/Monero/comments/ubw6xv/xmrmultisweeper_tool_beta_release/" target="_blank">shared</a> XMR-multisweeper beta — Automate the process of syncing and sweeping several wallets all at once —. <a href="https://github.com/benevanoff/xmr-multisweeper" target="_blank">Source code</a>.</h4>
</div>
<div class="newsbyte">
<h4>reemuru has started working on Monero Development focused guides for potential new contributors. If you are interested in joining the grassroots XMR ecosystem, it can be a handy resource to dive into. Check it out on <a href="https://github.com/hyahatiph-labs/hlc/tree/main/xmr-dev-guides" target="_blank">GitHub</a>. Want to send tips to incentivize the endeavor? <a href="https://hiahatf.org/donate/" target="_blank">Do it</a>.</h4>
</div>
<div class="newsbyte">
<h4>moneroguides' "Getting to grips with Monero" mini series are published. Set of 4 actionable videos to further your understanding of XMR's concepts and do so with a hands-on approach in mind. <a href="https://moneroguides.org/" target="_blank">moneroguides.org</a>.</h4>
</div>
<div class="newsbyte">
<h4>monero-bash v1.4.1 is <a href="https://github.com/hinto-janaiyo/monero-bash/releases/tag/v1.4.1" target="_blank">out</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">April 30, 2022 (Saturday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">May 1, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://irc.libera.chat/#monero-community" target="_blank">#monero-community</a> IRC channel; <a href="https://matrix.to/#/#monero-community:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">May 4, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/310" target="_blank">Patronero - Open Source project for donating by mining</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/311" target="_blank">Multi-scene monero solutions</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/314" target="_blank">Seraphis Wallet PoC 2 funding proposal</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/316" target="_blank">Interactive Developer Guides</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/cryptogrampy-hotshop-dev.html" target="_blank">HotShop Point of Sale</a> by cryptogrampy.</p>
<p>Raised <b>11.54 of 18</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/savandra-videos-for-monero.html" target="_blank">New Animated Videos</a> by savandra.</p>
<p>Raised <b>5.72 of 45</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/The-Monero-Moon-CCS-Proposal-March2022-John-Foss.html" target="_blank">The Monero Moon - March 2022</a> by John Foss.</p>
<p>Raised <b>24.49 of 36</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2611909</b></p>
<p>Hash rate: <b>2.649 GH/s</b></p>
<p>Average txs. per block: <b>31.99</b></p>
<p>Weekly Moving Average txs. per day: <b>28,916</b></p>
<p>Block reward: <b>~0.64 XMR</b></p>
</div>
<p class="note">Data taken on April 28, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0428.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$4,134,394,611</b>.<br/>Localmonero.co Street Price: <b>$258.97</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>04/28/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="04/28/22">$228.10</td>
<td data-th="Week" class="red">-14.6%</td>
<td data-th="Month" class="green">+6.2%</td>
<td data-th="Year" class="red">-43.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="04/28/22">€217.03</td>
<td data-th="Week" class="red">-11.8%</td>
<td data-th="Month" class="green">+11.1%</td>
<td data-th="Year" class="red">-34.6%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="04/28/22">₿0.00571098</td>
<td data-th="Week" class="red">-11.5%</td>
<td data-th="Month" class="green">+25.1%</td>
<td data-th="Year" class="red">-21.6%</td>
</tr>
</table>
<p class="note">Data taken on April 28, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 04/21/22-04/28/22](/img/weekly-chart-0428.png "XMR Price Graph 04/21/22-04/28/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="support">Support</h3>
<p markdown="1">Revuo is an <a href="https://revuo-xmr.com/support/">independent newsletter</a>. If you enjoy this publication and want to support it, you can send some XMR to this subaddress:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View file

@ -0,0 +1,175 @@
---
type: weekly
layout: weekly_old
date: "2022-05-05T00:00:00Z"
issuenumber: 119
title: "Issue 119; April 28 - May 5, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Monero 0.17.3.2 'Oxygen Orion' Point Release has been released. Remember to verify the authenticity of the downloaded GUI or CLI files by checking the hashes as outlined in their respective blog post. <a href="https://www.getmonero.org/2022/04/29/monero-0.17.3.2-released.html" target="_blank">CLI</a>; <a href="https://www.getmonero.org/2022/04/29/monero-GUI-0.17.3.2-released.html" target="_blank">GUI</a>.</h4>
</div>
<div class="newsbyte">
<h4>P2Pool v2.0, including support for forthcoming v15 network upgrade, is <a href="https://github.com/SChernykh/p2pool/releases/tag/v2.0" target="_blank">out</a>.</h4>
</div>
<div class="newsbyte">
<h4>monero-bash v1.5 is <a href="https://github.com/hinto-janaiyo/monero-bash/releases/tag/v1.5" target="_blank">available</a>.</h4>
</div>
<div class="newsbyte">
<h4>Got a XMR-related project you'd like to raise funds for in a non-custodial manner? <a href="https://xmrstarter.com/" target="_blank">xmrstarter.com</a> might be a good option to look into. Public address, view key & 0.005 XMR is all you need. Questions, suggestions? <a href="https://xmrstarter.com/support" target="_blank">Reach out</a>.</h4>
</div>
<div class="newsbyte">
<h4>XMR contributor, rbrunner, published his first fiction story about RandomX. Have a read <a href="https://rbrunner7.github.io/numerator.html" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>[Video tutorial] Run a Monero full node routing traffic through Tor, using Docker Compose. <a href="https://yewtu.be/watch?v=OviYhLZ02qg" target="_blank">YouTube</a>; [Step-by-step text guide] <a href="https://lbry.bcow.xyz/@Luigi-Tech/monero-tor" target="_blank">Odysee</a>.</h4>
</div>
<div class="newsbyte">
<h4>Mullvad, VPN provider, has started taking XMR payments directly for their service. Support them while using moneroj & level up your privacy. Find out <a href="https://mullvad.net/en/blog/2022/5/3/we-now-accept-monero/" target="_blank">more</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 7, 2022 (Saturday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://irc.libera.chat/#monero-dev" target="_blank">#monero-dev</a> IRC channel; <a href="https://matrix.to/#/#monero-dev:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">May 7, 2022 (Saturday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">May 11, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/310" target="_blank">Patronero - Open Source project for donating by mining</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/311" target="_blank">Monero business kit</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/314" target="_blank">Seraphis Wallet PoC 2 funding proposal</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/savandra-videos-for-monero.html" target="_blank">New Animated Videos</a> by savandra.</p>
<p>Raised <b>6.04 of 45</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2617000</b></p>
<p>Hash rate: <b>2.831 GH/s</b></p>
<p>Average txs. per block: <b>38.23</b></p>
<p>Weekly Moving Average txs. per day: <b>28,596</b></p>
<p>Block reward: <b>~0.63 XMR</b></p>
</div>
<p class="note">Data taken on May 5, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0505.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,664,880,979</b>.<br/>Localmonero.co Street Price: <b>$211.46</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/05/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/05/22">$202.02</td>
<td data-th="Week" class="red">-11.8%</td>
<td data-th="Month" class="red">-8.8%</td>
<td data-th="Year" class="red">-46.8%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/05/22">€191.99</td>
<td data-th="Week" class="red">-11.6%</td>
<td data-th="Month" class="red">-5.0%</td>
<td data-th="Year" class="red">-39.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/05/22">₿0.00545905</td>
<td data-th="Week" class="red">-6.5%</td>
<td data-th="Month" class="green">+14.8%</td>
<td data-th="Year" class="red">-23.0%</td>
</tr>
</table>
<p class="note">Data taken on May 5, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 04/28/22-05/05/22](/img/weekly-chart-0505.png "XMR Price Graph 04/28/22-05/05/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opport05/05es.</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">here</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 Workgroup. </p>
</div>
<h3 id="support">Support</h3>
<p markdown="1">Revuo is an <a href="https://revuo-xmr.com/support/">independent newsletter</a>. If you enjoy this content, please consider supporting me directly:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,205 @@
---
type: weekly
layout: weekly_old
date: "2019-06-13T00:00:00Z"
issuenumber: 12
title: "Issue 12: June 6-13, 2019"
---
<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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 KiB

View file

@ -0,0 +1,176 @@
---
type: weekly
layout: weekly_old
date: "2022-05-12T00:00:00Z"
issuenumber: 120
title: "Issue 120; May 5-12, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Shruum, Monerujo fork, has published mainnet .apk files. Review differences with upstream on <a href="https://teddit.adminforge.de/r/Monero/comments/ujwiag/shruum_wallet_mainnet_apk_released_a_monerujo/" target="_blank">reddit</a>. Get it <a href="https://mayumi.one/" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Unstoppable Swap GUI v0.3.0 [Testnet] has been <a href="https://github.com/UnstoppableSwap/unstoppableswap-gui/releases/tag/v0.3.0" target="_blank">released</a>. Includes Tor support.</h4>
</div>
<div class="newsbyte">
<h4>monero-bash v1.5.2 is <a href="https://github.com/hinto-janaiyo/monero-bash/releases/tag/v1.5.2" target="_blank">out</a>.</h4>
</div>
<div class="newsbyte">
<h4>Reddit user, afsdkjhblkjhbav, has called for "<a href="https://teddit.adminforge.de/r/Monero/comments/unyuqw/friday_the_13th_the_bloody_monerun/" target="_blank">Friday the 13th: The Bloody Monerun</a>". On the same vein, MoneroFox, wants to celebrate <a href="https://teddit.adminforge.de/r/Monero/comments/unaifx/monerorun2_tail_emission_day_june_8th_celebration/" target="_blank">Tail Emission Day</a> by running another Proof-of-Keys community initiative. If you have any XMR in centralized exchanges, withdraw them to your wallet either or both days.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 14, 2022 (Saturday) 17:00 UTC</p>
<p markdown="1">Dev Meeting - <a href="irc://irc.libera.chat/#monero-dev" target="_blank">#monero-dev</a> IRC channel; <a href="https://matrix.to/#/#monero-dev:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">May 14, 2022 (Saturday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">May 15, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://irc.libera.chat/#monero-community" target="_blank">#monero-community</a> IRC channel; <a href="https://matrix.to/#/#monero-community:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">May 18, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/310" target="_blank">Patronero - Open Source project for donating by mining</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/311" target="_blank">Monero business kit</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/314" target="_blank">Seraphis Wallet PoC 2 funding proposal</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/317" target="_blank">Research Computing Upgrade</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/318" target="_blank">Moneroj.net improvements, articles and maintenance (3 months)</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/savandra-videos-for-monero.html" target="_blank">New Animated Videos</a> by savandra.</p>
<p>Raised <b>6.72 of 45</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2621976</b></p>
<p>Hash rate: <b>2.789 GH/s</b></p>
<p>Average txs. per block: <b>38.58</b></p>
<p>Weekly Moving Average txs. per day: <b>30619</b></p>
<p>Block reward: <b>~0.62 XMR</b></p>
</div>
<p class="note">Data taken on May 12, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0512.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,577,139,256</b>.<br/>Localmonero.co Street Price: <b>$151.37</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/12/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/12/22">$142.22</td>
<td data-th="Week" class="red">-36.8%</td>
<td data-th="Month" class="red">-37.0%</td>
<td data-th="Year" class="red">-68.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/12/22">€137.10</td>
<td data-th="Week" class="red">-35.3%</td>
<td data-th="Month" class="red">-33.9%</td>
<td data-th="Year" class="red">-63.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/12/22">₿0.00483708</td>
<td data-th="Week" class="red">-14.8%</td>
<td data-th="Month" class="red">-15.4%</td>
<td data-th="Year" class="red">-39.5%</td>
</tr>
</table>
<p class="note">Data taken on May 12, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 05/05/22-05/12/22](/img/weekly-chart-0512.png "XMR Price Graph 05/05/22-05/12/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opport05/12es.</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">here</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 Workgroup. </p>
</div>
<h3 id="support">Support</h3>
<p markdown="1">Revuo is an <a href="https://revuo-xmr.com/support/">independent newsletter</a>. If you enjoy this content, please consider supporting me directly:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View file

@ -0,0 +1,191 @@
---
type: weekly
layout: weekly_old
date: "2022-05-19T00:00:00Z"
issuenumber: 121
title: "Issue 121; May 12-19, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Reddit user, garth_xmr, invited users to help test upcoming Monero v15 release for bugs. If you wish to lend a hand, review the reddit <a href="https://teddit.adminforge.de/r/Monero/comments/uqznue/help_test_the_upcoming_major_monero_release_for/" target="_blank">thread</a>. Monero Docs testnet <a href="https://monerodocs.org/infrastructure/networks/#testnet" target="_blank">entry</a>.</h4>
</div>
<div class="newsbyte">
<h4>Shruum v1.1.6 [Alpha] is out. SHA256 hashes, PGP key, signature & .apk download links found at <a href="https://mayumi.one/" target="_blank">mayumi.one</a>. <a href="https://txt.t0.vc/PIBC" target="_blank">Changelog</a>. F-Droid <a href="https://mayumi.one/fdroid/repo?fingerprint=8D4981D23E8C15CEAC658681A7545B95E328759058F9DDA545CE557D643B7935" target="_blank">repository</a>. Source code <a href="https://git.mayumi.one/mayumi/shruum" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monerujo v2.4.2 "Baldaŭ" [Alpha] has been <a href="https://github.com/m2049r/xmrwallet/releases/tag/v2.4.2" target="_blank">released</a>.</h4>
</div>
<div class="newsbyte">
<h4>MoneroPay v2.1.0 is now <a href="https://gitlab.com/moneropay/moneropay/-/tree/v2.1.0" target="_blank">available</a>. Peep the <a href="https://txt.t0.vc/BACD" target="_blank">changelog</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero contributor, gingeropolous, shared an explanatory <a href="https://moneroworld.com/viewtag_cartoon.html" target="_blank">cartoon</a> that explains forthcoming viewtag feature.</h4>
</div>
<div class="newsbyte">
<h4>As reported in <a href="https://revuo-xmr.com/issue-116.html" target="_blank">Issue 116</a>, binaryFate was to keep reimbursing himself getmonero.org hosting costs from General Fund. As confirmed by binaryFate himself on <a href="https://github.com/monero-project/monero-site/pull/1952#issuecomment-1111334090" target="_blank">GitHub</a> few days ago, MajesticBank has decided to step up to the plate, covering next quarter hosting expenses (May: June; and July 2022).</h4>
</div>
<div class="newsbyte">
<h4>Monero Observer's source code is public after <a href="https://teddit.adminforge.de/r/Monero/comments/uohuns/monero_observer_closed_source/">community pressure</a>. Check out the <a href="https://www.monero.observer/monero-observer-self-hosted-git-server/" target="_blank">details</a>.</h4>
</div>
<div class="newsbyte">
<h4>Respecting the widespread FLOSS ethos in XMR communities, Revuo Monero has a brand-new <a href="https://revuo-xmr.com/source/">Source Code & Licenses</a> section.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 21, 2022 (Saturday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">May 25, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/310" target="_blank">Patronero - Open Source project for donating by mining</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/311" target="_blank">Monero business kit</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/314" target="_blank">Seraphis Wallet PoC 2 funding proposal</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/317" target="_blank">Research Computing Upgrade</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/318" target="_blank">Moneroj.net improvements, articles and maintenance (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/319" target="_blank">jeffro256: part-time dev work 2022Q3</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/savandra-videos-for-monero.html" target="_blank">New Animated Videos</a> by savandra.</p>
<p>Raised <b>6.72 of 45</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/seraphis-wallet-poc-2.html" target="_blank">Seraphis Wallet Proof-of-Concept 2</a> by koe.</p>
<p>Raised <b>8.95 of 155</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2627004</b></p>
<p>Hash rate: <b>2.923 GH/s</b></p>
<p>Average txs. per block: <b>32.89</b></p>
<p>Weekly Moving Average txs. per day: <b>23208</b></p>
<p>Block reward: <b>~0.62 XMR</b></p>
</div>
<p class="note">Data taken on May 19, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0519.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,007,398,880</b>.<br/>Localmonero.co Street Price: <b>$181.64</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/19/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/19/22">$165.34</td>
<td data-th="Week" class="green">+19.4%</td>
<td data-th="Month" class="red">-37.6%</td>
<td data-th="Year" class="red">-51.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/19/22">€156.09</td>
<td data-th="Week" class="green">+18.5%</td>
<td data-th="Month" class="red">-36.5%</td>
<td data-th="Year" class="red">-44.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/19/22">₿0.00549962</td>
<td data-th="Week" class="green">+14.6%</td>
<td data-th="Month" class="red">-15.3%</td>
<td data-th="Year" class="red">-31.3%</td>
</tr>
</table>
<p class="note">Data taken on May 19, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 05/12/22-05/19/22](/img/weekly-chart-0519.png "XMR Price Graph 05/12/22-05/19/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opport05/19es.</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">here</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 Workgroup. </p>
</div>
<h3 id="support">Support</h3>
<p markdown="1">Revuo is an <a href="https://revuo-xmr.com/support/">independent newsletter</a>. If you enjoy this content, please consider supporting me directly:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,184 @@
---
type: weekly
layout: weekly_old
date: "2022-05-26T00:00:00Z"
issuenumber: 122
title: "Issue 122; May 19-26, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Shruum v1.2 [Alpha] is out. <a href="https://git.mayumi.one/mayumi/shruum/releases/tag/v1.2.0" target="_blank">Changelog & Download</a>. F-Droid <a href="https://mayumi.one/fdroid/repo?fingerprint=8D4981D23E8C15CEAC658681A7545B95E328759058F9DDA545CE557D643B7935" target="_blank">repository</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monerujo v2.4.3 "Baldaŭ" [Alpha] has been <a href="https://github.com/m2049r/xmrwallet/releases/tag/v2.4.3" target="_blank">released</a>. F-Droid <a href="https://f-droid.monerujo.io/fdroid/repo?fingerprint=A82C68E14AF0AA6A2EC20E6B272EFF25E5A038F3F65884316E0F5E0D91E7B713" target="_blank">repository</a>.</h4>
</div>
<div class="newsbyte">
<h4>MoneroKon 2022 tickets are sold out. There may be more tickets available. If you are interested in snagging some, join the <a href="https://cryptpad.disroot.org/form/#/2/form/view/aXH4Qa8mMtsRKPD25owGnWo5pTezHOF6UvCoQ7yQhx0/embed/" target="_blank">waitlist</a>.</h4>
</div>
<div class="newsbyte">
<h4>hinto-janaiyo published monero-gpg — sign a message/file with GPG and include the current Monero block stats at the bottom —. Peep <a href="https://github.com/hinto-janaiyo/monero-gpg/releases/tag/v1" target="_blank">it</a>.</h4>
</div>
<div class="newsbyte">
<h4>Cake Wallet v4.4.1 and Monero.com v1.0.6 releases are available. Check the release note on <a href="https://teddit.adminforge.de/r/Monero/comments/uwseav/updates_cake_wallet_441_and_monerocom_106/" target="_blank">reddit</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">May 28, 2022 (Saturday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">May 29, 2022 (Sunday) 18:00 UTC</p>
<p markdown="1">Community Workgroup Meeting - <a href="irc://irc.libera.chat/#monero-community" target="_blank">#monero-community</a> IRC channel; <a href="https://matrix.to/#/#monero-community:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">June 1, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/310" target="_blank">Patronero - Open Source project for donating by mining</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/311" target="_blank">Monero business kit</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/314" target="_blank">Seraphis Wallet PoC 2 funding proposal</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/318" target="_blank">Moneroj.net improvements, articles and maintenance (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/319" target="_blank">jeffro256: part-time dev work 2022Q3</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/321" target="_blank">XMR BTC Atomic Swaps Desktop GUI - Continued development</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/savandra-videos-for-monero.html" target="_blank">New Animated Videos</a> by savandra.</p>
<p>Raised <b>6.76 of 45</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/gingeropolous_zenith_storage.html" target="_blank">Research Computing Upgrade</a> by Gingeropolous.</p>
<p>Raised <b>0 of 51</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2632209</b></p>
<p>Hash rate: <b>2.786 GH/s</b></p>
<p>Average txs. per block: <b>32.87</b></p>
<p>Weekly Moving Average txs. per day: <b>23143</b></p>
<p>Block reward: <b>~0.61 XMR</b></p>
</div>
<p class="note">Data taken on May 26, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0526.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,465,257,776</b>.<br/>Localmonero.co Street Price: <b>$194.71</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>05/26/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="05/26/22">$191.24</td>
<td data-th="Week" class="green">+23.1%</td>
<td data-th="Month" class="red">-24.9%</td>
<td data-th="Year" class="red">-22.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="05/26/22">€178.46</td>
<td data-th="Week" class="green">+20.2%</td>
<td data-th="Month" class="red">-25.0%</td>
<td data-th="Year" class="red">-11.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="05/26/22">₿0.00647026</td>
<td data-th="Week" class="green">+19.6%</td>
<td data-th="Month" class="green">+2.7%</td>
<td data-th="Year" class="green">+0.7%</td>
</tr>
</table>
<p class="note">Data taken on May 26, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 05/19/22-05/26/22](/img/weekly-chart-0526.png "XMR Price Graph 05/19/22-05/26/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opport05/26es.</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">here</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 Workgroup. </p>
</div>
<h3 id="support">Support</h3>
<p markdown="1">Revuo is an <a href="https://revuo-xmr.com/support/">independent newsletter</a>. If you enjoy this content, please consider supporting me directly:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,194 @@
---
type: weekly
layout: weekly_old
date: "2022-06-09T00:00:00Z"
issuenumber: 123
title: "Issue 123; May 26 - June 9, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Monero's famous tail emission kicked off at block height 2641623 - 2022-06-09 00:29 UTC. Get live updates moving forward over at <a href="https://p2pool.io/tail.html" target="_blank">p2pool.io/tail</a>. <a href="https://localmonero.co/knowledge/monero-tail-emission" target="_blank">Why Monero Has a Tail Emission?</a> <a href="https://www.getmonero.org/resources/moneropedia/tail-emission.html" target="_blank">Moneropedia</a>.</h4>
</div>
<div class="newsbyte">
<h4>Shruum v1.2.2 [Alpha] is out. <a href="https://git.mayumi.one/mayumi/shruum/releases/tag/v1.2.2" target="_blank">Changelog & Download</a>.</h4>
</div>
<div class="newsbyte">
<h4>New website to explore XMR concepts in a crash course manner by <a href="https://teddit.adminforge.de/r/Monero/comments/v2ye69/learn_monero_a_course_in_the_making/" target="_blank">melon_crust</a>. Take a look at <a href="https://learnmonero.co/" target="_blank">learnmonero.co</a>.</h4>
</div>
<div class="newsbyte">
<h4>Escapethe3RA, maintainer of Monero Observer, came up with a CLI wallet <a href="https://monero.observer/monero-cli-wallet-cheat-sheet/" target="_blank">cheat sheet</a>.</h4>
</div>
<div class="newsbyte">
<h4>Set up a Monero node on any GNU/Linux server with <a href="https://xmr.sh/" target="_blank">xmr.sh</a> v0.3.3. GitHub <a href="https://github.com/vdo/xmr.sh/releases/tag/v0.3.3" target="_blank">release</a>.</h4>
</div>
<div class="newsbyte">
<h4>Generate Monero wallet seeds by rolling dice, offline. <a href="https://github.com/Monero-HackerIndustrial/MoneroDice-WalletGen" target="_blank">MoneroDice-WalletGen</a>.</h4>
</div>
<div class="newsbyte">
<h4>Seth for Privacy published a <a href="https://sethforprivacy.com/guides/accepting-monero-via-btcpay-server/" target="_blank">guide</a> to accept Monero via BTCPayServer.</h4>
</div>
<div class="newsbyte">
<h4>SolOptXMR v0.1 [Beta] — Solar Optimal mining of XMR — has been <a href="https://github.com/mj-xmr/SolOptXMR/releases/tag/v0.1-beta" target="_blank">released</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Observer released <a href="https://monero.observer/monero-observer-blitz-may-2022/" target="_blank">Blitz #10</a> — Monthly recap of all things Monero — covering May 2022.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 11, 2022 (Saturday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2022 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">June 15, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/310" target="_blank">Patronero - Open Source project for donating by mining</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/311" target="_blank">Monero business kit</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/318" target="_blank">Moneroj.net improvements, articles and maintenance (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/319" target="_blank">jeffro256: part-time dev work 2022Q3</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/321" target="_blank">XMR BTC Atomic Swaps Desktop GUI - Continued development</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/322" target="_blank">escapethe3RA Monero Observer maintenance (Summer 2022)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/323" target="_blank">MoneroSigner. Fork of seedsigner for Monero</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/savandra-videos-for-monero.html" target="_blank">New Animated Videos</a> by savandra.</p>
<p>Raised <b>7 of 45</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2642128</b></p>
<p>Hash rate: <b>2.899 GH/s</b></p>
<p>Average txs. per block: <b>28.79</b></p>
<p>Weekly Moving Average txs. per day: <b>35954</b></p>
<p>Block reward: <b>~0.6 XMR</b></p>
</div>
<p class="note">Data taken on June 9, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0609.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,356,883,456</b>.<br/>Localmonero.co Street Price: <b>$188.83</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>06/09/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/09/22">$185.30</td>
<td data-th="Week" class="red">-6.8%</td>
<td data-th="Month" class="green">+5.1%</td>
<td data-th="Year" class="red">-27.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/09/22">€174.40</td>
<td data-th="Week" class="red">-6.5%</td>
<td data-th="Month" class="green">+4.5%</td>
<td data-th="Year" class="red">-16.5%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/09/22">₿0.00611329</td>
<td data-th="Week" class="red">-8.3%</td>
<td data-th="Month" class="green">+4.9%</td>
<td data-th="Year" class="red">-19.4%</td>
</tr>
</table>
<p class="note">Data taken on June 9, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 05/26/22-06/09/22](/img/weekly-chart-0609.png "XMR Price Graph 05/26/22-06/09/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="support">Support</h3>
<p markdown="1">Revuo is an <a href="https://revuo-xmr.com/support/">independent newsletter</a>. If you enjoy this content, please consider supporting me directly:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View file

@ -0,0 +1,165 @@
---
type: weekly
layout: weekly_old
date: "2022-06-16T00:00:00Z"
issuenumber: 124
title: "Issue 124: June 9 - 16, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Development of Haveno's user interface temporarily <a href="https://haveno.exchange/blog/development-ui-suspended/" target="_blank">suspended</a>.</h4>
</div>
<div class="newsbyte">
<h4>XMR breaks new daily ATH daily tx. count with 42,244 transactions <a href="https://revuo-xmr.com/img/xmr-tx.count.ath.png" target="_blank">confirmed</a>. Chart courtesy of <a href="https://moneroj.net/translog/" target="_blank">moneroj.net</a>.</h4>
</div>
<div class="newsbyte">
<h4>MoneroKon 2022 to be held this weekend, Saturday June 18th and Sunday 19th in Lisbon, Portugal. Schedule, livestream and talks can be found over at <a href="https://monerokon.com/" target="_blank">monerokon.com</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 22, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/282" target="_blank">Monero Afghanistan Expansion Strategy</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/310" target="_blank">Patronero - Open Source project for donating by mining</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/311" target="_blank">Monero business kit</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/318" target="_blank">Moneroj.net improvements, articles and maintenance (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/319" target="_blank">jeffro256: part-time dev work 2022Q3</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/321" target="_blank">XMR BTC Atomic Swaps Desktop GUI - Continued development</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/322" target="_blank">escapethe3RA Monero Observer maintenance (Summer 2022)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/323" target="_blank">MoneroSigner. Fork of seedsigner for Monero</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/savandra-videos-for-monero.html" target="_blank">New Animated Videos</a> by savandra.</p>
<p>Raised <b>7.06 of 45</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2647091</b></p>
<p>Hash rate: <b>2.422 GH/s</b></p>
<p>Average txs. per block: <b>49.26</b></p>
<p>Weekly Moving Average txs. per day: <b>37348</b></p>
<p>Block reward: <b>~0.6 XMR</b></p>
</div>
<p class="note">Data taken on June 16, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0616.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,984,130,441</b>.<br/>Localmonero.co Street Price: <b>$121.26</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>06/16/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/16/22">$109.55</td>
<td data-th="Week" class="red">-41.3%</td>
<td data-th="Month" class="red">-32.7%</td>
<td data-th="Year" class="red">-61.0%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/16/22">€103.8</td>
<td data-th="Week" class="red">-40.3%</td>
<td data-th="Month" class="red">-33.3%</td>
<td data-th="Year" class="red">-55.1%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/16/22">₿0.00514984</td>
<td data-th="Week" class="red">-16.4%</td>
<td data-th="Month" class="red">-5.1%</td>
<td data-th="Year" class="red">-25.9%</td>
</tr>
</table>
<p class="note">Data taken on June 16, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 06/09/22-06/16/22](/img/weekly-chart-0616.png "XMR Price Graph 06/09/22-06/16/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="support">Support</h3>
<p markdown="1">Revuo is an <a href="https://revuo-xmr.com/support/">independent newsletter</a>. If you enjoy this content, please consider supporting me directly:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View file

@ -0,0 +1,165 @@
---
type: weekly
layout: weekly_old
date: "2022-06-23T00:00:00Z"
issuenumber: 125
title: "Issue 125: June 16 - 23, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4><a href="https://ghostnet.id/" target="_blank">ghostnet.id</a> - new peer-to-peer, XMR-centric marketplace has been <a href="https://teddit.adminforge.de/r/Monero/comments/ve0tyq/ebay_amazon_fiverr_craigslist_for_monero_at/" target="_blank">announced</a>.</h4>
</div>
<div class="newsbyte">
<h4>l0nelyc0w, maintainer of Penumbra DEX, <a href="https://gitlab.com/l0nelyc0w/penumbra/-/issues/21/" target="_blank">published</a> a new design document going over the structure of the decentralized exchange. Take a <a href="https://revuo-xmr.com/img/penumbra-design.png" target="_blank">look</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Konferenco 2022 videos are getting uploaded on <a href="https://piped.tokhmi.xyz/playlist?list=PLsSYUeVwrHBndRQoQ-vLezzlHPLRDNzaw" target="_blank">YouTube</a>. More presentations to be available in the following days. Find corresponding slides <a href="https://github.com/MoneroKon/meta/blob/main/slides/2022/talks.md" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>XMRig v6.18.0 with v15 network upgrade support is <a href="https://github.com/xmrig/xmrig/releases/tag/v6.18.0" target="_blank">out</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">June 29, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/318" target="_blank">Moneroj.net improvements, articles and maintenance (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/319" target="_blank">jeffro256: part-time dev work 2022Q3</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/321" target="_blank">XMR BTC Atomic Swaps Desktop GUI - Continued development</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/322" target="_blank">escapethe3RA Monero Observer maintenance (Summer 2022)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/323" target="_blank">MoneroSigner. Fork of seedsigner for Monero</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/325" target="_blank">Serve Monero visitors at Defcon 30</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/326" target="_blank">Procure and distribute Monero merchandise at Defcon 30</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/savandra-videos-for-monero.html" target="_blank">New Animated Videos</a> by savandra.</p>
<p>Raised <b>7.06 of 45</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2652156</b></p>
<p>Hash rate: <b>2.519 GH/s</b></p>
<p>Average txs. per block: <b>45.72</b></p>
<p>Weekly Moving Average txs. per day: <b>35484</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on June 23, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0623.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,135,056,342</b>.<br/>Localmonero.co Street Price: <b>$133.22</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>06/23/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/23/22">$117.58</td>
<td data-th="Week" class="green">+0.1%</td>
<td data-th="Month" class="red">-36.7%</td>
<td data-th="Year" class="red">-41.9%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/23/22">€111.83</td>
<td data-th="Week" class="red">-0.4%</td>
<td data-th="Month" class="red">-35.6%</td>
<td data-th="Year" class="red">-34.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/23/22">₿0.00578999</td>
<td data-th="Week" class="green">+11.1%</td>
<td data-th="Month" class="red">-9.1%</td>
<td data-th="Year" class="red">-7.0%</td>
</tr>
</table>
<p class="note">Data taken on June 23, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 06/16/22-06/23/22](/img/weekly-chart-0623.png "XMR Price Graph 06/16/22-06/23/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="support">Support</h3>
<p markdown="1">Revuo is an <a href="https://revuo-xmr.com/support/">independent newsletter</a>. If you enjoy this content, please consider supporting me directly:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View file

@ -0,0 +1,173 @@
---
type: weekly
layout: weekly_old
date: "2022-06-30T00:00:00Z"
issuenumber: 126
title: "Issue 126: June 23 - 30, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>XMR v0.18 "Fluorine Fermi" network upgrade has been <a href="https://www.getmonero.org/2022/04/20/network-upgrade-july-2022.html" target="_blank">delayed</a>. Binaries to be released around July 13th, networkwide upgrade to take place by August 13th, 2022; block height 2688888. 06/30 Dev meeting <a href="https://libera.monerologs.net/monero-dev/20220630#c114104" target="_blank">log</a>.</h4>
</div>
<div class="newsbyte">
<h4>rbrunner published a new fiction story called "<a href="https://rbrunner7.github.io/treasurer.html" target="_blank">The Treasurer</a>".</h4>
</div>
<div class="newsbyte">
<h4>pokkst released monero-decoy-scanner — listen to the chain for transactions that use certain outputs as decoy ring members —. Twitter <a href="https://nttr.stream/pokkst/status/1541196530794774529" target="_blank">thread</a>; GitHub <a href="https://github.com/pokkst/monero-decoy-scanner" target="_blank">repository</a>.</h4>
</div>
<div class="newsbyte">
<h4>MyMonero Mobile v1.2.5 has been released for Android and iOS. In-app XMR purchases. Link a Yat address, use it as a Monero address. <a href="https://nitter.it/MyMonero/status/1542070372291321857" target="_blank">Announcement</a>. Download: Google <a href="https://play.google.com/store/apps/details?id=com.mymonero.official_android_application" target="_blank">Play Store</a>; iOS <a href="https://apps.apple.com/us/app/apple-store/id1372508199" target="_blank">App Store</a>; <a href="https://github.com/mymonero/mymonero-mobile/releases/tag/v1.2.5" target="_blank">GitHub</a>.</h4>
</div>
<div class="newsbyte">
<h4>P2Pool v2.2 with forthcoming v18 network upgrade support is <a href="https://github.com/SChernykh/p2pool/releases/tag/v2.2" target="_blank">out</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">July 6, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/318" target="_blank">Moneroj.net improvements, articles and maintenance (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/319" target="_blank">jeffro256: part-time dev work 2022Q3</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/321" target="_blank">XMR BTC Atomic Swaps Desktop GUI - Continued development</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/322" target="_blank">escapethe3RA Monero Observer maintenance (Summer 2022)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/323" target="_blank">MoneroSigner. Fork of seedsigner for Monero</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/325" target="_blank">Serve Monero visitors at Defcon 30</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/326" target="_blank">Procure and distribute Monero merchandise at Defcon 30</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/327" target="_blank">LeoNero: full-time dev work in July and August</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/savandra-videos-for-monero.html" target="_blank">New Animated Videos</a> by savandra.</p>
<p>Raised <b>43.51 of 45</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2657288</b></p>
<p>Hash rate: <b>2.764 GH/s</b></p>
<p>Average txs. per block: <b>42.33</b></p>
<p>Weekly Moving Average txs. per day: <b>30785</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on June 30, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0630.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$1,988,686,326</b>.<br/>Localmonero.co Street Price: <b>$117.37</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>06/30/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="06/30/22">$110.12</td>
<td data-th="Week" class="red">-1.4%</td>
<td data-th="Month" class="red">-46.1%</td>
<td data-th="Year" class="red">-49.4%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="06/30/22">€105.35</td>
<td data-th="Week" class="red">-0.4%</td>
<td data-th="Month" class="red">-44.5%</td>
<td data-th="Year" class="red">-42.5%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="06/30/22">₿0.00580808</td>
<td data-th="Week" class="green">+4.1%</td>
<td data-th="Month" class="red">-9.8%</td>
<td data-th="Year" class="red">-3.9%</td>
</tr>
</table>
<p class="note">Data taken on June 30, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 06/23/22-06/30/22](/img/weekly-chart-0630.png "XMR Price Graph 06/23/22-06/30/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="support">Support</h3>
<p markdown="1">Revuo is an <a href="https://revuo-xmr.com/support/">independent newsletter</a>. If you enjoy this content, please consider supporting me directly:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

View file

@ -0,0 +1,150 @@
---
type: weekly
layout: weekly_old
date: "2022-07-07T00:00:00Z"
issuenumber: 127
title: "Issue 127: June 30 - July 7, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>monero-bash v1.6.0 has been <a href="https://github.com/hinto-janaiyo/monero-bash/releases/tag/v1.6.0" target="_blank">released</a>.</h4>
</div>
<div class="newsbyte">
<h4>bashkyc published a new <a href="https://bashkyc.github.io/bashkyc-onionsite/" target="_blank">website</a> focused on KYC-free and privacy-enhancing services. .onion <a href="http://ubqrwvbgxvsgkgyhnw6hg52xtulxgxtptvz4dagx3newrrouw2nyidid.onion/" target="_blank">link</a>; Source <a href="https://github.com/bashkyc/bashkyc-onionsite" target="_blank">code</a>.</h4>
</div>
<div class="newsbyte">
<h4>Anarkio Crypto created a new webpage about Monero. What is Monero, how to earn, accept it and accept it in your business. Check it <a href="https://anarkio.codeberg.page/monero/" target="_blank">out</a>.</h4>
</div>
<div class="newsbyte">
<h4>XMR Radio stream is back up. <a href="https://www.mixcloud.com/live/xmr_radio/" target="_blank">Mixcloud</a>; xmrradio.i2p.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">July 13, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/318" target="_blank">Moneroj.net improvements, articles and maintenance (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/319" target="_blank">jeffro256: part-time dev work 2022Q3</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/322" target="_blank">escapethe3RA Monero Observer maintenance (Summer 2022)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/323" target="_blank">MoneroSigner. Fork of seedsigner for Monero</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None; all funded for now.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2662314</b></p>
<p>Hash rate: <b>2.622 GH/s</b></p>
<p>Average txs. per block: <b>40.22</b></p>
<p>Weekly Moving Average txs. per day: <b>29505</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on July 7, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0707.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,375,732,595</b>.<br/>Localmonero.co Street Price: <b>$135.24</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>07/07/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/07/22">$130.91</td>
<td data-th="Week" class="green">+10.0%</td>
<td data-th="Month" class="red">-31.1%</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/07/22">€128.83</td>
<td data-th="Week" class="green">+13.0%</td>
<td data-th="Month" class="red">-27.5%</td>
<td data-th="Year" class="red">-31.5%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/07/22">₿0.00603159</td>
<td data-th="Week" class="green">+2.1%</td>
<td data-th="Month" class="red">-0.3%</td>
<td data-th="Year" class="red">-7.3%</td>
</tr>
</table>
<p class="note">Data taken on July 7, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 06/30/22-07/07/22](/img/weekly-chart-0707.png "XMR Price Graph 06/30/22-07/07/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
<h3 id="support">Support</h3>
<p markdown="1">Revuo is an <a href="https://revuo-xmr.com/support/">independent newsletter</a>. If you enjoy this content, please consider supporting me directly:</p>
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View file

@ -0,0 +1,150 @@
---
type: weekly
layout: weekly_old
date: "2022-07-14T00:00:00Z"
issuenumber: 128
title: "Issue 128; July 7 - 14, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>P2Pool v2.2.1 is now <a href="https://github.com/SChernykh/p2pool/releases/tag/v2.2.1" target="_blank">available</a>.</h4>
</div>
<div class="newsbyte">
<h4>Feather wallet v2.0.0 has been released. <a href="https://teddit.adminforge.de/r/FeatherWallet/comments/vuimi4/feather_wallet_200_released/" target="_blank">Changelog</a>. <a href="https://featherwallet.org/download/" target="_blank">Download</a>. Remember to verify <a href="https://featherwallet.org/files/releases/hashes-2.0.0.txt" target="_blank">hashes</a>.</h4>
</div>
<div class="newsbyte">
<h4>Serai DEX work-in-progress <a href="https://teddit.adminforge.de/r/Monero/comments/vudljh/announcing_serai_a_new_dex_for_monero_bitcoin_and/" target="_blank">announced</a>. <a href="https://serai.exchange/" target="_blank">Website</a>.</h4>
</div>
<div class="newsbyte">
<h4><a href="https://mymonero.com/" target="_blank">MyMonero</a> Mobile v1.2.8 for iOS and Android. <a href="https://github.com/mymonero/mymonero-mobile/releases/tag/v1.2.8" target="_blank">GitHub</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">July 20, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</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/318" target="_blank">Moneroj.net improvements, articles and maintenance (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/319" target="_blank">jeffro256: part-time dev work 2022Q3</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/323" target="_blank">MoneroSigner. Fork of seedsigner for Monero</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/330" target="_blank">j-berman full-time part 3</a>.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/escapethe3ra-monero-observer-maintenance-summer-2022.html" target="_blank">escapethe3RA Monero Observer maintenance (Summer 2022)</a> by escapethe3RA.</p>
<p>Raised <b>21.68 of 36</b> XMR.</p>
</div>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/unstoppableswap-gui-2.html" target="_blank">XMR BTC Atomic Swaps Desktop GUI - Continued development for 4 months</a> by binarybaron.</p>
<p>Raised <b>126 of 232</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2667313</b></p>
<p>Hash rate: <b>2.484 GH/s</b></p>
<p>Average txs. per block: <b>52.52</b></p>
<p>Weekly Moving Average txs. per day: <b>36398</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on July 14, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0714.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,431,190,324</b>.<br/>Localmonero.co Street Price: <b>$137.61</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>07/14/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/14/22">$133.79</td>
<td data-th="Week" class="green">+6.3%</td>
<td data-th="Month" class="green">+1.5%</td>
<td data-th="Year" class="red">-34.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="07/14/22">€133.47</td>
<td data-th="Week" class="green">+8.0%</td>
<td data-th="Month" class="green">+5.5%</td>
<td data-th="Year" class="red">-22.6%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/14/22">₿0.00645809</td>
<td data-th="Week" class="green">+5.6%</td>
<td data-th="Month" class="green">+10.2%</td>
<td data-th="Year" class="green">+3.9%</td>
</tr>
</table>
<p class="note">Data taken on July 14, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 07/07/22-07/14/22](/img/weekly-chart-0714.png "XMR Price Graph 07/07/22-07/14/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
{{< support />}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View file

@ -0,0 +1,151 @@
---
type: weekly
layout: weekly_old
date: "2022-07-21T00:00:00Z"
issuenumber: 129
title: "Issue 129; July 14 - 21, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Monero v0.18.0.0 'Fluorine Fermi' CLI & GUI binaries are now available. Reddit <a href="https://teddit.adminforge.de/r/Monero/comments/w3leuc/cli_gui_v01800_fluorine_fermi_released_scheduled/" target="_blank">thread</a>. If you wish, you can compile Monero CLI from <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">source</a>.</h4>
</div>
<div class="newsbyte">
<h4>XMR prints a new all-time-high: 46,933 transactions <a href="https://revuo-xmr.com/img/xmr-linear-ath-220719.jpeg" target="_blank">confirmed</a> on a single day.</h4>
</div>
<div class="newsbyte">
<h4>MyMonero Mobile v1.2.9 <a href="https://github.com/mymonero/mymonero-mobile/releases/tag/v1.2.9" target="_blank">released</a>.</h4>
</div>
<div class="newsbyte">
<h4>Cake Wallet v4.4.3 and Monero.com v1.0.7. <a href="https://teddit.adminforge.de/r/Monero/comments/w2xt6q/updates_cake_wallet_443_and_monerocom_107_more/" target="_blank">Release notes & Downloads</a>.</h4>
</div>
<div class="newsbyte">
<h4>CryptoMorpheus_ launches 10 new Monero charts on <a href="https://moneroj.net/sfmodel/" target="_blank">moneroj.net</a>. Blog <a href="https://moneroj.net/article/New-charts-released,-and-why-we-gave-up-the-CCS-Proposal/" target="_blank">post</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">July 27, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find some CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/330" target="_blank">j-berman full-time part 3</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/331" target="_blank">ETH-XMR Atomic Swap continued development for 4 months</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/332" target="_blank">Continued Feather Wallet development (3 months)</a>.</p>
</div>
<div class="proposal">
<p>Find more <a href="https://ccs.getmonero.org/ideas/" target="_blank">here</a>. Posting comments in favor of or against proposals is encouraged.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/escapethe3ra-monero-observer-maintenance-summer-2022.html" target="_blank">escapethe3RA Monero Observer maintenance (Summer 2022)</a> by escapethe3RA.</p>
<p>Raised <b>35.44 of 36</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2672311</b></p>
<p>Hash rate: <b>2.573 GH/s</b></p>
<p>Average txs. per block: <b>48.22</b></p>
<p>Weekly Moving Average txs. per day: <b>32980</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on July 14, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0721.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,710,999,827</b>.<br/>Localmonero.co Street Price: <b>$156.29</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>07/21/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/21/22">$149.54</td>
<td data-th="Week" class="green">+20.7%</td>
<td data-th="Month" class="green">+18.8%</td>
<td data-th="Year" class="red">-18.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="07/21/22">€146.79</td>
<td data-th="Week" class="green">+18.7%</td>
<td data-th="Month" class="green">+31.2%</td>
<td data-th="Year" class="red">-6.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/21/22">₿0.00652608</td>
<td data-th="Week" class="green">+6.3%</td>
<td data-th="Month" class="green">+14.6%</td>
<td data-th="Year" class="green">+5.9%</td>
</tr>
</table>
<p class="note">Data taken on July 14, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 07/14/22-07/21/22](/img/weekly-chart-0721.png "XMR Price Graph 07/14/22-07/21/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
{{< support />}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View file

@ -0,0 +1,237 @@
---
type: weekly
layout: weekly_old
date: "2019-06-20T00:00:00Z"
issuenumber: 13
title: "Issue 13: June 13-20, 2019"
---
<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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 KiB

View file

@ -0,0 +1,139 @@
---
type: weekly
layout: weekly_old
date: "2022-07-28T00:00:00Z"
issuenumber: 130
title: "Issue 130; July 21 - 28, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>CryptoMorpheus_ published <a href="https://moneroj.net/view_article/A-deep-dive-into-Monero-metrics/" target="_blank">A deep dive into Monero metrics</a>.</h4>
</div>
<div class="newsbyte">
<h4>MyMonero Mobile v1.2.10 <a href="https://github.com/mymonero/mymonero-mobile/releases/tag/v1.2.10" target="_blank">released</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 3, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find some CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/331" target="_blank">ETH-XMR Atomic Swap continued development for 4 months</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/333" target="_blank">[monero-bash] continued development (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/334" target="_blank">Soloptxmr mj endor 2022</a>.</p>
</div>
<div class="proposal">
<p>Find more <a href="https://ccs.getmonero.org/ideas/" target="_blank">here</a>. Posting comments in favor of, or against proposals is encouraged.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/tobtoht-feather-dev-2022-1.html" target="_blank">Continued Feather Wallet development (3 months)</a> by tobtoht.</p>
<p>Raised <b>25.53 of 162</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2677408</b></p>
<p>Hash rate: <b>2.466 GH/s</b></p>
<p>Average txs. per block: <b>49.86</b></p>
<p>Weekly Moving Average txs. per day: <b>28956</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on July 28, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0728.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$3,020,722,935</b>.<br/>Localmonero.co Street Price: <b>$165.67</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>07/28/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="07/28/22">$166.08</td>
<td data-th="Week" class="green">+9.5%</td>
<td data-th="Month" class="green">+36.3%</td>
<td data-th="Year" class="red">-26.5%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="07/28/22">€162.86</td>
<td data-th="Week" class="green">+9.4%</td>
<td data-th="Month" class="green">+41.4%</td>
<td data-th="Year" class="red">-14.8%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="07/28/22">₿0.00688024</td>
<td data-th="Week" class="green">+5.4%</td>
<td data-th="Month" class="green">+17.3%</td>
<td data-th="Year" class="green">+19.2%</td>
</tr>
</table>
<p class="note">Data taken on July 28, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 07/21/22-07/28/22](/img/weekly-chart-0728.png "XMR Price Graph 07/21/22-07/28/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
{{< support />}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,151 @@
---
type: weekly
layout: weekly_old
date: "2022-08-04T00:00:00Z"
issuenumber: 131
title: "Issue 131; July 28 - August 4, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>RINO Wallet added a hardfork <a href="https://community.rino.io/xmr-countdown/" target="_blank">countdown</a> to their Community Hub. Follow along through Saturday, August 13th.</h4>
</div>
<div class="newsbyte">
<h4>Mining pool <a href="https://minexmr.com/" target="_blank">MineXMR</a> is shutting down on August 12th. Switching to another pool such as <a href="https://supportxmr.com/" target="_blank">supportXMR</a> before then is advised. Alternatively, consider <a href="https://p2pool.io/#pool" target="_blank">P2Pool</a>; helps network hashrate decentralization. <a href="https://github.com/SChernykh/p2pool#how-to-mine-on-p2pool" target="_blank">How to</a>; <a href="https://github.com/SChernykh/p2pool#how-pplns-works-in-p2pool" target="_blank">PPLNS</a>.</h4>
</div>
<div class="newsbyte">
<h4>monero-bash v1.7.0. <a href="https://github.com/hinto-janaiyo/monero-bash/releases/tag/v1.7.0" target="_blank">Changelog and Download</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monthly Monero Observer <a href="https://monero.observer/monero-observer-blitz-july-2022/" target="_blank">Blitz #12 - July 2022</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero contributor AlexAnarcho discussed Crypto Anarchism and TipXMR with Callum Woodcock for S03E02 of <a href="https://anchor.fm/theweb3podcast/" target="_blank">The Web3 Podcast</a>. RSS <a href="https://anchor.fm/s/8e49f488/podcast/rss" target="_blank">feed</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk had a chat with Luke Parker, A.K.A. kayabaNerve to discuss development of <a href="https://serai.exchange/" target="_blank">Serai DEX</a>. Peep it on <a href="https://librarian.pussthecat.org/@MoneroTalk:8/luke-parker-on-developing-seraidex-and" target="_blank">Odysee</a>. Part 2 to be uploaded soon.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 10, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find some CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/333" target="_blank">[monero-bash] continued development (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/336" target="_blank">The-Monero-Moon-CCS-Proposal-August2022-John-Foss</a>.</p>
</div>
<div class="proposal">
<p>Find more <a href="https://ccs.getmonero.org/ideas/" target="_blank">here</a>. Posting comments in favor of, or against proposals is encouraged.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/selsta-6.html" target="_blank">selsta part-time monero development (3 months)</a> by selsta.</p>
<p>Raised <b>0 of 110</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2682433</b></p>
<p>Hash rate: <b>2.546 GH/s</b></p>
<p>Average txs. per block: <b>37.83</b></p>
<p>Weekly Moving Average txs. per day: <b>27497</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on August 4, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0804.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,867,002,694</b>.<br/>Localmonero.co Street Price: <b>$160.88</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>08/04/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/04/22">$157.90</td>
<td data-th="Week" class="red">-2.3%</td>
<td data-th="Month" class="green">+27.1%</td>
<td data-th="Year" class="red">-30.3%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/04/22">€154.11</td>
<td data-th="Week" class="red">-2.7%</td>
<td data-th="Month" class="green">+29.5%</td>
<td data-th="Year" class="red">-19.3%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/04/22">₿0.00700782</td>
<td data-th="Week" class="red">-0.8%</td>
<td data-th="Month" class="green">+14.3%</td>
<td data-th="Year" class="green">+18.8%</td>
</tr>
</table>
<p class="note">Data taken on August 4, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 07/28/22-08/04/22](/img/weekly-chart-0804.png "XMR Price Graph 07/28/22-08/04/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
{{< support />}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View file

@ -0,0 +1,160 @@
---
type: weekly
layout: weekly_old
date: "2022-08-11T00:00:00Z"
issuenumber: 132
title: "Issue 132; August 4 - 11, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Monero "Fluorine Fermi" v0.18.1.0 Point Release 1 <a href="https://github.com/monero-project/monero/releases/tag/v0.18.1.0" target="_blank">CLI</a>; <a href="https://github.com/monero-project/monero-gui/releases/tag/v0.18.1.0" target="_blank">GUI</a>. Compile from <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">source</a>.</h4>
</div>
<div class="newsbyte">
<h4>Farcaster Node <a href="https://github.com/farcaster-project/farcaster-node/releases/tag/v0.3.0" target="_blank">v0.3.0</a>.</h4>
</div>
<div class="newsbyte">
<h4>Unstoppable Swap GUI v0.3.0 with Tor support <a href="https://github.com/UnstoppableSwap/unstoppableswap-gui/releases/tag/v0.3.0" target="_blank">released</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monerujo v3.0.0 "<a href="https://github.com/m2049r/xmrwallet/releases/tag/v3.0.0" target="_blank">Fluorine Fermi</a>" (alpha) upgrading Monero Core to v0.18.0.0.</h4>
</div>
<div class="newsbyte">
<h4>Cake Wallet v4.4.5 and Monero.com v1.0.9 <a href="https://teddit.adminforge.de/r/Monero/comments/wl0mnl/update_cake_wallet_445_and_monerocom_109_monero/" target="_blank">Fluorine Fermi</a>.</h4>
</div>
<div class="newsbyte">
<h4>MyMonero Mobile <a href="https://github.com/mymonero/mymonero-mobile/releases/tag/v1.3.1" target="_blank">v1.3.1</a>.</h4>
</div>
<div class="newsbyte">
<h4>COMIT xmr-btc-swap <a href="https://github.com/comit-network/xmr-btc-swap/releases/tag/0.11.0" target="_blank">v0.11.0</a>.</h4>
</div>
<div class="newsbyte">
<h4>Make sure to update your XMR setup before network upgrade date, Saturday 08/13; block height: 2688888, so that you are not left behind operating in a different chain.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk had Viktor Vecsei of IVPN on. <a href="https://librarian.pussthecat.org/@MoneroTalk:8/viktor-vecsei-of-ivpn-the-importance-of:7" target="_blank">Video</a>; <a href="https://www.monerotalk.live/viktor-vecsei-of-ivpn-the-importance-of-trust-transparency-audibility" target="_blank">Audio</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 17, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find some CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/333" target="_blank">[monero-bash] continued development (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/336" target="_blank">The-Monero-Moon-CCS-Proposal-August2022-John-Foss</a>.</p>
</div>
<div class="proposal">
<p>Find more <a href="https://ccs.getmonero.org/ideas/" target="_blank">here</a>. Posting comments in favor of, or against proposals is encouraged.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None; all funded for now.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2687455</b></p>
<p>Hash rate: <b>2.400 GH/s</b></p>
<p>Average txs. per block: <b>37.22</b></p>
<p>Weekly Moving Average txs. per day: <b>28996</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on August 11, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0811.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,893,854,112</b>.<br/>Localmonero.co Street Price: <b>$182.89</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>08/11/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/11/22">$159.47</td>
<td data-th="Week" class="green">+1.7%</td>
<td data-th="Month" class="green">+25.3%</td>
<td data-th="Year" class="red">-40.1%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/11/22">€154.55</td>
<td data-th="Week" class="green">+0.1%</td>
<td data-th="Month" class="green">+22.0%</td>
<td data-th="Year" class="red">-32.0%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/11/22">₿0.00659485</td>
<td data-th="Week" class="red">-3.9%</td>
<td data-th="Month" class="green">+3.6%</td>
<td data-th="Year" class="green">+12.8%</td>
</tr>
</table>
<p class="note">Data taken on August 11, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 08/04/22-08/11/22](/img/weekly-chart-0811.png "XMR Price Graph 08/04/22-08/11/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
{{< support />}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

View file

@ -0,0 +1,148 @@
---
type: weekly
layout: weekly_old
date: "2022-08-18T00:00:00Z"
issuenumber: 133
title: "Issue 133; August 11 - 18, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>XMR breaks new all-time-high: daily tx. count with 61,305 confirmed <a href="https://revuo-xmr.com/img/xmr-tx.count.ath1.png" target="_blank">transactions</a> on Friday 08/12.</h4>
</div>
<div class="newsbyte">
<h4>Feather wallet <a href="https://teddit.adminforge.de/r/FeatherWallet/comments/wmly8h/feather_wallet_210_released/" target="_blank">v2.1.0</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monerujo v3.0.2 "<a href="https://github.com/m2049r/xmrwallet/releases/tag/v3.0.2" target="_blank">Fluorine Fermi</a>" (stable) upgrading Monero Core to v0.18.1.0.</h4>
</div>
<div class="newsbyte">
<h4>Mining pool MineXMR postponed shutdown date. Expected to close on Friday 08/19. Point your miners to <a href="https://github.com/SChernykh/p2pool" target="_blank">P2Pool</a> to strengthen network decentralization, or another mining pool.</h4>
</div>
<div class="newsbyte">
<h4>monero-bash <a href="https://github.com/hinto-janaiyo/monero-bash/releases/tag/v1.8.0" target="_blank">v1.8.0</a>.</h4>
</div>
<div class="newsbyte">
<h4>Haveno's v0.0.1 test network is now <a href="https://haveno.exchange/blog/test-network-launched/" target="_blank">live</a>. Twitter <a href="https://nitter.it/HavenoDEX/status/1560171585243324416" target="_blank">thread</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 24, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find some CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/333" target="_blank">[monero-bash] continued development (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/336" target="_blank">The-Monero-Moon-CCS-Proposal-August2022-John-Foss</a>.</p>
</div>
<div class="proposal">
<p>Find more <a href="https://ccs.getmonero.org/ideas/" target="_blank">here</a>. Posting comments in favor of, or against proposals is encouraged.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None; all funded for now.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2692417</b></p>
<p>Hash rate: <b>2.475 GH/s</b></p>
<p>Average txs. per block: <b>42.01</b></p>
<p>Weekly Moving Average txs. per day: <b>29688</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on August 18, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0818.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,942,835,073</b>.<br/>Localmonero.co Street Price: <b>$174.54</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>08/18/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/18/22">$162.17</td>
<td data-th="Week" class="red">-3.3%</td>
<td data-th="Month" class="green">+10.2%</td>
<td data-th="Year" class="red">-36.8%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/18/22">€160.80</td>
<td data-th="Week" class="red">-1.2%</td>
<td data-th="Month" class="green">+10.9%</td>
<td data-th="Year" class="red">-26.6%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/18/22">₿0.00693530</td>
<td data-th="Week" class="red">-1.0%</td>
<td data-th="Month" class="green">+5.5%</td>
<td data-th="Year" class="green">+21.0%</td>
</tr>
</table>
<p class="note">Data taken on August 18, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 08/11/22-08/18/22](/img/weekly-chart-0818.png "XMR Price Graph 08/11/22-08/18/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
{{< support />}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

View file

@ -0,0 +1,151 @@
---
type: weekly
layout: weekly_old
date: "2022-08-27T00:00:00Z"
issuenumber: 134
title: "Issue 134; August 18 - 27, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>LocalMonero and AgoraDesk both released their mobile applications in open beta, for Android and iOS. Find out more <a href="https://teddit.adminforge.de/r/Monero/comments/wxf6rq/localmoneroagoradesk_mobile_apps_released_into/" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>MyMonero Mobile <a href="https://github.com/mymonero/mymonero-mobile/releases/tag/v1.3.2" target="_blank">v1.3.2</a>. Browser-based and desktop wallets upgraded as <a href="https://github.com/mymonero/mymonero-app-js/issues/513#issuecomment-1227235460" target="_blank">well</a>.</h4>
</div>
<div class="newsbyte">
<h4>ryitnoise, administrator of <a href="https://monerica.com/" target="_blank">monerica.com</a>, is looking for contributors to build a XMR-centric freelance website project. Reddit <a href="https://teddit.adminforge.de/r/Monero/comments/wz502z/monero_freelance_site_project_looking_to/" target="_blank">thread</a>.</h4>
</div>
<div class="newsbyte">
<h4>monero-bash <a href="https://github.com/hinto-janaiyo/monero-bash/releases/tag/v1.8.2" target="_blank">v1.8.2</a>.</h4>
</div>
<div class="newsbyte">
<h4>Cake Pay and Serai DEX presentation video is <a href="https://piped.mha.fi/watch?v=znMmJTmnQWc" target="_blank">live</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">August 31, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find some CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/333" target="_blank">[monero-bash] continued development (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/336" target="_blank">The-Monero-Moon-CCS-Proposal-August2022-John-Foss</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/339" target="_blank">Monero archive</a>.</p>
</div>
<div class="proposal">
<p>Find more <a href="https://ccs.getmonero.org/ideas/" target="_blank">here</a>. Posting comments in favor of, or against proposals is encouraged.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<div class="proposal">
<p><a href="https://ccs.getmonero.org/proposals/seraphis-library-work.html" target="_blank">Seraphis Library Work</a> by koe.</p>
<p>Raised <b>82.14 of 122</b> XMR.</p>
</div>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2699018</b></p>
<p>Hash rate: <b>2.758 GH/s</b></p>
<p>Average txs. per block: <b>27.17</b></p>
<p>Weekly Moving Average txs. per day: <b>15630</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on August 27, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0827.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,627,104,136</b>.<br/>Localmonero.co Street Price: <b>$148.51</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>08/27/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="08/27/22">$144.53</td>
<td data-th="Week" class="green">+1.3%</td>
<td data-th="Month" class="red">-10.6%</td>
<td data-th="Year" class="red">-51.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="08/27/22">€145.04</td>
<td data-th="Week" class="green">+2.0%</td>
<td data-th="Month" class="red">-8.4%</td>
<td data-th="Year" class="red">-42.4%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="08/27/22">₿0.00722272</td>
<td data-th="Week" class="green">+6.0%</td>
<td data-th="Month" class="green">+2.3%</td>
<td data-th="Year" class="green">+15.2%</td>
</tr>
</table>
<p class="note">Data taken on August 27, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 08/18/22-08/27/22](/img/weekly-chart-0827.png "XMR Price Graph 08/18/22-08/27/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
{{< support />}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View file

@ -0,0 +1,140 @@
---
type: weekly
layout: weekly_old
date: "2022-09-01T00:00:00Z"
issuenumber: 135
title: "Issue 135; August 27 - September 1, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>P2Pool <a href="https://github.com/SChernykh/p2pool/releases/tag/v2.3" target="_blank">v2.3</a>.</h4>
</div>
<div class="newsbyte">
<h4>monero-bash <a href="https://github.com/hinto-janaiyo/monero-bash/releases/tag/v1.8.3" target="_blank">v1.8.3</a>.</h4>
</div>
<div class="newsbyte">
<h4>MoneroPay <a href="https://gitlab.com/moneropay/moneropay/-/tags/v2.2.0" target="_blank">v2.2.0</a>. <a href="https://moneropay.eu/index.html" target="_blank">Docs</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">September 7, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find some CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/333" target="_blank">[monero-bash] continued development (3 months)</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/336" target="_blank">The-Monero-Moon-CCS-Proposal-August2022-John-Foss</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/339" target="_blank">Monero archive</a>.</p>
</div>
<div class="proposal">
<p>Find more <a href="https://ccs.getmonero.org/ideas/" target="_blank">here</a>. Posting comments in favor of, or against proposals is encouraged.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None; all funded for now.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2702663</b></p>
<p>Hash rate: <b>2.771 GH/s</b></p>
<p>Average txs. per block: <b>24.44</b></p>
<p>Weekly Moving Average txs. per day: <b>17592</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on September 1, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0901.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,777,024,859</b>.<br/>Localmonero.co Street Price: <b>$164.44</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>09/01/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="09/01/22">$153.40</td>
<td data-th="Week" class="green">+1.6%</td>
<td data-th="Month" class="red">-4.7%</td>
<td data-th="Year" class="red">-46.7%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="09/01/22">€154.20</td>
<td data-th="Week" class="green">+1.8%</td>
<td data-th="Month" class="red">-1.7%</td>
<td data-th="Year" class="red">-36.8%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="09/01/22">₿0.00764001</td>
<td data-th="Week" class="green">+8.3%</td>
<td data-th="Month" class="green">+10.8%</td>
<td data-th="Year" class="green">+25.5%</td>
</tr>
</table>
<p class="note">Data taken on September 1, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 08/27/22-09/01/22](/img/weekly-chart-0901.png "XMR Price Graph 08/27/22-09/01/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
{{< support />}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View file

@ -0,0 +1,152 @@
---
type: weekly
layout: weekly_old
date: "2022-09-08T00:00:00Z"
issuenumber: 136
title: "Issue 136; September 1 - 8, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Zombie Master published the source code of the crowdfunding page XMR Starter. <a href="https://gitlab.com/zombie_master/xmrstarter" target="_blank">Repository</a>.</h4>
</div>
<div class="newsbyte">
<h4>CryptoMorpheus_ shared <a href="https://moneroj.net/view_article/Adoption-Metrics,-Monthly-Edition-(2)/" target="_blank">Adoption Metrics (2)</a> blog post.</h4>
</div>
<div class="newsbyte">
<h4>XMR Free Market — buy and sell goods with Monero — is <a href="https://xmrfm.com/login" target="_blank">live</a>. Reddit <a href="https://teddit.adminforge.de/r/xmrfm/comments/x4u3vt/xmr_free_market_a_privacy_focused_ethical_and/" target="_blank">thread</a>.</h4>
</div>
<div class="newsbyte">
<h4>monero-bash <a href="https://github.com/hinto-janaiyo/monero-bash/releases/tag/v1.9.0" target="_blank">v1.9.0</a> with Tor support.</h4>
</div>
<div class="newsbyte">
<h4>AcceptXMR <a href="https://github.com/busyboredom/acceptxmr/releases/tag/v0.11.1" target="_blank">v0.11.1</a>.</h4>
</div>
<div class="newsbyte">
<h4>Monero Talk had Andrea Togni from the Monero Policy Workgroup on to discuss privacy, property, liberty and more. Peep it. <a href="https://piped.mha.fi/watch?v=a5Jmsv0Irew" target="_blank">Video</a>; <a href="https://www.monerotalk.live/andrea-togni-privacy-property-liberty" target="_blank">Audio</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">September 14, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find some CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/336" target="_blank">The-Monero-Moon-CCS-Proposal-August2022-John-Foss</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/341" target="_blank">moneroinflation and more Seraphis development</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/342" target="_blank">Monero Observer maintenance (Autumn 2022)</a>.</p>
</div>
<div class="proposal">
<p>Find more <a href="https://ccs.getmonero.org/ideas/" target="_blank">here</a>. Posting comments in favor of, or against proposals is encouraged.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None; all funded for now.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2707747</b></p>
<p>Hash rate: <b>2.605 GH/s</b></p>
<p>Average txs. per block: <b>23.41</b></p>
<p>Weekly Moving Average txs. per day: <b>16797</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on September 8, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0908.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,759,804,798</b>.<br/>Localmonero.co Street Price: <b>$162.17</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>09/08/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="09/08/22">$152.13</td>
<td data-th="Week" class="green">+2.2%</td>
<td data-th="Month" class="red">-9.0%</td>
<td data-th="Year" class="red">-42.2%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="09/08/22">€152.03</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">-31.6%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="09/08/22">₿0.00787682</td>
<td data-th="Week" class="green">+6.0%</td>
<td data-th="Month" class="green">+12.2%</td>
<td data-th="Year" class="green">+40.7%</td>
</tr>
</table>
<p class="note">Data taken on September 8, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 09/01/22-09/08/22](/img/weekly-chart-0908.png "XMR Price Graph 09/01/22-09/08/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
{{< support />}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View file

@ -0,0 +1,157 @@
---
type: weekly
layout: weekly_old
date: "2022-09-15T00:00:00Z"
issuenumber: 137
title: "Issue 137; September 8 - 15, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Monero Policy Working Group published a blog post supporting the recent Coinbase-funded lawsuit against OFAC for sanctioning Tornado Cash. Check it out <a href="https://moneropolicy.org/2022-09-12-tornado-cash/" target="_blank">here</a>.</h4>
</div>
<div class="newsbyte">
<h4>Huobi Global will be delisting a slew of privacy coins, including Monero, on September 19, 2022. Users who transact on Huobi should withdraw funds before then. <a href="https://www.huobi.com/support/en-us/detail/104917015223952" target="_blank">Announcement</a>.</h4>
</div>
<div class="newsbyte">
<h4>Haveno DEX has opened four new bounties. Twitter <a href="https://nttr.stream/HavenoDEX/status/1569605009943269376" target="_blank">thread</a>.</h4>
</div>
<div class="newsbyte">
<h4>monero-bash <a href="https://github.com/hinto-janaiyo/monero-bash/releases/tag/v1.9.2" target="_blank">v1.9.2</a>.</h4>
</div>
<div class="newsbyte">
<h4>MAGIC Grants-funded research paper on Monero ring signature resiliency to artificial intelligence analysis <a href="https://magicgrants.org/Monero-Tracing-Research/" target="_blank">released</a>.</h4>
</div>
<div class="newsbyte">
<h4>Cake Wallet v4.4.6 and Monero.com v1.1.0 with exchange improvements and bug fixes were released. Reddit <a href="https://teddit.adminforge.de/r/Monero/comments/xf5byx/cake_wallet_446_and_monerocom_110_huge_exchange/" target="_blank">thread</a>.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date" markdown="1">September 17, 2022 (Saturday) 18:00 UTC</p>
<p markdown="1">MoneroKon 2023 Meeting - <a href="irc://irc.libera.chat/#monero-events" target="_blank">#monero-events</a> IRC channel; <a href="https://matrix.to/#/#monero-events:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">September 21, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find some CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/336" target="_blank">The-Monero-Moon-CCS-Proposal-August2022-John-Foss</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/323" target="_blank">MoneroSigner. Fork of seedsigner for Monero</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/342" target="_blank">Monero Observer maintenance (Autumn 2022)</a>.</p>
</div>
<div class="proposal">
<p>Find more <a href="https://ccs.getmonero.org/ideas/" target="_blank">here</a>. Posting comments in favor of, or against proposals is encouraged.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None; all funded for now.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2712699</b></p>
<p>Hash rate: <b>2.593 GH/s</b></p>
<p>Average txs. per block: <b>23.33</b></p>
<p>Weekly Moving Average txs. per day: <b>17411</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on September 15, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0915.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,638,756,595</b>.<br/>Localmonero.co Street Price: <b>$157.93</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>09/15/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="09/15/22">$145.57</td>
<td data-th="Week" class="red">-2.5%</td>
<td data-th="Month" class="red">-11.1%</td>
<td data-th="Year" class="red">-46.0%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="09/15/22">€145.57</td>
<td data-th="Week" class="red">-2.5%</td>
<td data-th="Month" class="red">-9.6%</td>
<td data-th="Year" class="red">-36.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="09/15/22">₿0.00732793</td>
<td data-th="Week" class="red">-5.3%</td>
<td data-th="Month" class="green">+8.2%</td>
<td data-th="Year" class="green">+28.2%</td>
</tr>
</table>
<p class="note">Data taken on September 15, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 09/08/22-09/15/22](/img/weekly-chart-0915.png "XMR Price Graph 09/08/22-09/15/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
{{< support />}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View file

@ -0,0 +1,157 @@
---
type: weekly
layout: weekly_old
date: "2022-09-22T00:00:00Z"
issuenumber: 138
title: "Issue 138; September 15 - 22, 2022"
---
<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="#support">Support</a></li>
</ul>
<h3 id="news">Recent News</h3>
<div class="newsbyte">
<h4>Monero 0.18.1.1 'Fluorine Fermi' Point Release binaries have been released. <a href="https://github.com/monero-project/monero/releases/tag/v0.18.1.1" target="_blank">CLI</a>; <a href="https://github.com/monero-project/monero-gui/releases/tag/v0.18.1.1" target="_blank">GUI</a>. Remember to verify <a href="https://www.getmonero.org/downloads/hashes.txt" target="_blank">hashes</a>. <a href="https://www.getmonero.org/resources/user-guides/verification-allos-advanced.html" target="_blank">Guide</a>. You may compile Monero from <a href="https://github.com/monero-project/monero#compiling-monero-from-source" target="_blank">source</a> if you wish as well.</h4>
</div>
<div class="newsbyte">
<h4>pokkst released MyNero Wallet v0.1.1 for Android. Still in early development. <a href="https://mynero.net/" target="_blank">Website</a>; GitHub <a href="https://github.com/pokkst/monero-wallet" target="_blank">repository</a>. <a href="https://github.com/pokkst/monero-wallet/releases/tag/0.1.1" target="_blank">Download</a>.</h4>
</div>
<div class="newsbyte">
<h4>rehrar launched Stack Wallet — An open-source multicoin light wallet. <a href="https://stackwallet.com/" target="_blank">Website</a>; Source <a href="https://github.com/cypherstack/stack_wallet/" target="_blank">code</a>; Reddit <a href="https://teddit.adminforge.de/r/Monero/comments/xkkq5e/stack_wallet_an_opensource_multicoin_lightwallet/" target="_blank">thread</a>.</h4>
</div>
<div class="newsbyte">
<h4>Haveno DEX [Test network] v0.0.2 is <a href="https://github.com/haveno-dex/haveno/releases/tag/v0.0.2" target="_blank">available</a>.</h4>
</div>
<div class="newsbyte">
<h4>monero-bash <a href="https://github.com/hinto-janaiyo/monero-bash/releases/tag/v1.9.3" target="_blank">v1.9.3</a>.</h4>
</div>
<div class="newsbyte">
<h4>Marc Falzon published an XMR documentary titled: "<a href="https://piped.adminforge.de/watch?v=2xdXxUO-d70" target="_blank">Will Monero kill Bitcoin? It already has</a>", recorded while MoneroTopia 2022 took place in Miami, Florida.</h4>
</div>
<h3 id="events">Upcoming Events</h3>
<div class="event">
<p class="date">September 24, 2022 (Saturday) 16:00 UTC</p>
<p>Community Workgroup Meeting - <a href="irc://irc.libera.chat/#monero-community" target="_blank">#monero-community</a> IRC channel; <a href="https://matrix.to/#/#monero-community:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<div class="event">
<p class="date" markdown="1">September 28, 2022 (Wednesday) 17:00 UTC</p>
<p markdown="1">Research Lab Meeting - <a href="irc://irc.libera.chat/#monero-research-lab" target="_blank">#monero-research-lab</a> IRC channel; <a href="https://matrix.to/#/#monero-research-lab:monero.social" target="_blank">Matrix room</a>.</p>
</div>
<h3 id="ideas">CCS Proposal Ideas</h3>
<p>Below you can find some CCS proposal ideas open for discussion.</p>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/336" target="_blank">The-Monero-Moon-CCS-Proposal-August2022-John-Foss</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/323" target="_blank">MoneroSigner. Fork of seedsigner for Monero</a>.</p>
</div>
<div class="proposal">
<p><a href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/342" target="_blank">Monero Observer maintenance (Autumn 2022)</a>.</p>
</div>
<div class="proposal">
<p>Find more <a href="https://ccs.getmonero.org/ideas/" target="_blank">here</a>. Posting comments in favor of, or against proposals is encouraged.</p>
</div>
<h3 id="proposals">CCS Proposals Need Funding</h3>
<p>None; all funded for now.</p>
<h3 id="stats">Price & Blockchain Stats</h3>
<h4 class="stat">Blockchain Stats</h4>
<div class="bcstats">
<p>Block height: <b>2717623</b></p>
<p>Hash rate: <b>2.616 GH/s</b></p>
<p>Average txs. per block: <b>23.84</b></p>
<p>Weekly Moving Average txs. per day: <b>17945</b></p>
<p>Block reward: <b>0.6 XMR</b></p>
</div>
<p class="note">Data taken on September 22, 2022.</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/img/hashrate-pool-distribution-0922.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
<div class="price-intro">XMR Market Cap: <b>$2,552,125,087</b>.<br/>Localmonero.co Street Price: <b>$157.92</b>.</div>
<p class="table-title">Monero (XMR) Price</p>
<table class="price-table">
<tr class="row1">
<th></th>
<th>09/22/22</th>
<th>Week</th>
<th>Month</th>
<th>Year</th>
</tr>
<tr>
<td data-th="XMR to">USD</td>
<td data-th="09/22/22">$140.69</td>
<td data-th="Week" class="red">-6.3%</td>
<td data-th="Month" class="red">-8.8%</td>
<td data-th="Year" class="red">-34.6%</td>
</tr>
<tr class="row3">
<td data-th="XMR to">EUR</td>
<td data-th="09/22/22">€142.86</td>
<td data-th="Week" class="red">-5.0%</td>
<td data-th="Month" class="red">-7.9%</td>
<td data-th="Year" class="red">-22.2%</td>
</tr>
<tr>
<td data-th="XMR to">BTC</td>
<td data-th="09/22/22">₿0.00739120</td>
<td data-th="Week" class="red">-0.4%</td>
<td data-th="Month" class="green">+2.5%</td>
<td data-th="Year" class="green">+38.9%</td>
</tr>
</table>
<p class="note">Data taken on September 22, 2022.</p>
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 09/15/22-09/22/22](/img/weekly-chart-0922.png "XMR Price Graph 09/15/22-09/22/22")
Sources: <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/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
<h3 id="volunteer">Volunteer Opportunities</h3>
<p>If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities.</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">here</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 Workgroup. </p>
</div>
{{< support />}}

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