From b5268fb504c3bb67505a08bd7c712a58732f97e9 Mon Sep 17 00:00:00 2001 From: maravelle Date: Sun, 15 Sep 2019 15:29:36 -0600 Subject: [PATCH] Minor fixes to Periodical #3 --- _posts/2019-09-12-issue-25.md | 2 +- _sass/layout.scss | 6 ----- periodicals/periodical-3-2019.html | 42 ++++++++++-------------------- 3 files changed, 15 insertions(+), 35 deletions(-) diff --git a/_posts/2019-09-12-issue-25.md b/_posts/2019-09-12-issue-25.md index 5d05e9d..d5b63e0 100644 --- a/_posts/2019-09-12-issue-25.md +++ b/_posts/2019-09-12-issue-25.md @@ -62,7 +62,7 @@ image: /img/twitter-card-issue-25.png
-

Bity added a new ATM supporting Monero in Brasel.

+

Bity added a new ATM supporting Monero in Basel.

diff --git a/_sass/layout.scss b/_sass/layout.scss index d470b3b..c35419f 100644 --- a/_sass/layout.scss +++ b/_sass/layout.scss @@ -268,12 +268,6 @@ code { } } -/* Pages */ - -#page ul, #page ol { - padding-left: 1.5em; -} - /* Paginator */ .pagination { diff --git a/periodicals/periodical-3-2019.html b/periodicals/periodical-3-2019.html index b61c12c..25ce321 100644 --- a/periodicals/periodical-3-2019.html +++ b/periodicals/periodical-3-2019.html @@ -15,7 +15,7 @@ image: /img/twitter-card-periodical-3.png
  • Development Update
  • Monero Research Lab Update
  • Community Update
  • -
  • Monero Translations Update
  • +
  • Monero Localization Update
  • Third-Party Mobile Update
  • Special Thanks
  • Download PDF
  • @@ -28,7 +28,7 @@ image: /img/twitter-card-periodical-3.png

    Development Update

    -

    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 new 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.

    +

    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.

    @@ -36,9 +36,7 @@ image: /img/twitter-card-periodical-3.png
    -

    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.

    +

    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.

    RandomX
    @@ -65,7 +63,7 @@ image: /img/twitter-card-periodical-3.png

    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.

    -

    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).

    +

    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).

    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.

    @@ -76,29 +74,17 @@ image: /img/twitter-card-periodical-3.png

    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.

    - - - - -
    Conferences and Payment IDs
    +
    Conferences and Payment IDs

    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.

    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.

    - - - - -
    All the algorithms
    +
    All the algorithms

    In March, the developers team had a special 2.5 hour developer meeting to discuss proof of work algorithms. The same month, a Boron Butterfly Upgrade was made ahead of schedule (v0.14) to address dynamic blocksize algorithm and the suspected presence of ASICs on the network. The PoW algorithm was tweaked to the CryptoNightR variant with ASIC-incompatible random integer math. This caused a significant decrease in the total hashrate from approximately 1 GH/s to 200 MH/s. Developers also switched decoy selection algorithm to use the “output lineup” method.

    - - - - -
    Ring Signature Optimizations and Replacement Candidates
    +
    Ring Signature Optimizations and Replacement Candidates

    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: Spartan, RingCT3.0, and Lelantus. They have shared an analysis of Lelantus, including prototype code for Monero-to-Lelantus output migration, and plan on reviewing Omniring next, which would massively improve Monero’s privacy.

    In addition to these reviews from external sources, MRL has been working up schemes of their own, which include the likes of DLSAG 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.

    @@ -113,9 +99,9 @@ image: /img/twitter-card-periodical-3.png -

    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 Monero Community Workgroup Youtube channel, and they are excellent resources for getting a summary of the month’s activities and discussions.

    +

    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 Monero Community Workgroup Youtube channel, and they are excellent resources for getting a summary of the month’s activities and discussions.

    -

    In December, a video program “Breaking Monero” was introduced. It helps newbies to understand how 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: Breaking Monero series is fully transcripted by the Outreach workgroup.

    +

    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: Breaking Monero series is fully transcripted by the Outreach workgroup.

    @@ -144,13 +130,13 @@ image: /img/twitter-card-periodical-3.png
    Wallets
    Exchanges
    @@ -188,7 +174,7 @@ image: /img/twitter-card-periodical-3.png

    The electronic version of Mastering Monero 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.

    -

    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 ccs.getmonero.org Feel free to join, comment, discuss, and donate to proposals.

    +

    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 ccs.getmonero.org. Feel free to join, comment, discuss, and donate to proposals.

    Monero Localization Update

    @@ -198,7 +184,7 @@ image: /img/twitter-card-periodical-3.png

    Third-Party Mobile Update

    -

    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.

    +

    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.

    @@ -239,7 +225,7 @@ image: /img/twitter-card-periodical-3.png

    Special Thanks

    -

    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.

    +

    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.

    Download PDF