mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-10-13 14:55:25 +00:00
feat: migrate almost everything to hugo
This commit is contained in:
parent
db113463ca
commit
135a9ac88c
878 changed files with 36263 additions and 7 deletions
12
.editorconfig
Normal file
12
.editorconfig
Normal 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
5
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
.sass-cache
|
||||
.DS_Store
|
||||
_site
|
||||
.jekyll-cache
|
||||
public/
|
||||
resources/
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
0
.hugo_build.lock
Normal file
BIN
assets/img/qr.jpg
Normal file
BIN
assets/img/qr.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
240
content/periodicals/issue-3/_index.md
Normal file
240
content/periodicals/issue-3/_index.md
Normal 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 we’re 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 we’ll 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 CPU’s flexibility with dynamic code execution. RandomX is Monero’s 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 they’ve 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 Monero’s 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 month’s 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, it’s 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. They’ve 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 beginner’s 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 Monero’s 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">Monerujo’s</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 Monero’s 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 Bitcoin’s 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.
|
BIN
content/periodicals/issue-3/cover.png
Normal file
BIN
content/periodicals/issue-3/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 484 KiB |
220
content/periodicals/issue-4/_index.md
Normal file
220
content/periodicals/issue-4/_index.md
Normal 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. It’s been another amazing half year, and we feel it’s 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, we’d like to start this issue with the significant updates to some of Monero’s 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 Monero’s 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 Monero’s 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 Ecosystem’s 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">DEFCON’s 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 Monero’s 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. Monero’s 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 Monero’s 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.
|
BIN
content/periodicals/issue-4/cover.png
Normal file
BIN
content/periodicals/issue-4/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 484 KiB |
114
content/periodicals/issue-5/_index.md
Normal file
114
content/periodicals/issue-5/_index.md
Normal 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. It’s been another amazing year, and we feel it’s 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 Monero’s 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, RandomX’s 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 Monero’s 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. They’ve 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.
|
BIN
content/periodicals/issue-5/cover.png
Normal file
BIN
content/periodicals/issue-5/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 318 KiB |
9
content/source.md
Normal file
9
content/source.md
Normal 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
11
content/support/_index.md
Normal 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.
|
270
content/weekly/issue-1/_index.md
Normal file
270
content/weekly/issue-1/_index.md
Normal 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 aren’t 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.
|
BIN
content/weekly/issue-1/cover.png
Normal file
BIN
content/weekly/issue-1/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 516 KiB |
227
content/weekly/issue-10/_index.md
Normal file
227
content/weekly/issue-10/_index.md
Normal 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 aren’t 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.
|
BIN
content/weekly/issue-10/cover.png
Normal file
BIN
content/weekly/issue-10/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 574 KiB |
167
content/weekly/issue-100/_index.md
Normal file
167
content/weekly/issue-100/_index.md
Normal 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>
|
||||
|
||||