diff --git a/_posts/2019-04-17-issue-4.md b/_posts/2019-04-17-issue-4.md new file mode 100644 index 0000000..2fee981 --- /dev/null +++ b/_posts/2019-04-17-issue-4.md @@ -0,0 +1,265 @@ +--- +title: Revuo Monero Weekly - April 18, 2019 +--- +Fourth issue of Revuo Monero Weekly. Week of April 11-18, 2019. + + +
Time | +Description | +Livestream | +
---|---|---|
8:00 UTC | +Vienna Riat informal discussion begins | +No | +
10:30 UTC | +Vienna Riat countdown to Monero launch anniversary | +Yes | +
11:30 UTC | +Vienna Riat workshops | +No | +
16:00 UTC | +Inaugural Zurich meetup | +No | +
17:00 UTC | +Monero Talk with Mitchell About Mastering Monero | +Yes | +
19:30 UTC | +Vienna Riat Meetup | +No | +
21:00 UTC | +Check-in with Vienna Riat Meetup | +Yes | +
21:15 UTC | +Monero's history with fluffypony | +Yes | +
22:00 UTC | +Coffee Chat-style Q&A (Justin, rehrar, fluffypony, sarang, others) | +Yes | +
23:00 UTC | +The importance of financial privacy is critically downplayed in cryptocurrency communities (rehrar) | +Yes | +
23:45 UTC | +Recent news and announcements | +Yes | +
00:00 UTC | +Puzzle (needmoney90) | +Yes | +
Now, with the Monero Party proposal funded, it seems Monero’s presence in Las Vegas, NV will be even bigger than last year, all things considered.
+April 18, 2019 (Today)
+Monero Birthday – 5 years old, various events happening throughout the day
+April 20, 2019 (Saturday) – 17:00 UTC
+Defcon 27 Workgroup Meeting
+April 21, 2019 (Sunday) – 17:00 UTC
+Dev Meeting
+April 22, 2019 (Monday) – 17:00 UTC
+Research Lab Meeting
+April 25, 2019 (Thursday) – 17:00 UTC
+Tini2p Dev Meeting
+Below you can find recent CCS proposal ideas open for discussion.
+ + + +ErCiccione: Coordinator of the Localization Workgroup - March by ErCiccione
+Raised 1.00 of 144.00 XMR (0.00694444%)
+Block height: 1815436
+Median block size: 292.97 kB
+Hash rate: 284.327 MH/s
+Average Tx per block: 5.38
+Weekly Moving Average Tx per day: 3844
+Block reward: 2.90 XMR
+Data taken on April 18, 2019
+ +Monero (XMR) Price
+XMR to | +4/18/19 | +Week | +Month | +Year | +
---|---|---|---|---|
USD | +$68.91 | +-2.7% | ++33.3% | +-64.7% | +
EUR | +€60.90 | +-2.9% | ++33.7% | +-61.3% | +
BTC | +Ƀ0.01307770 | +-1.8% | ++1.1% | +-47.1% | +
Data taken on April 18, 2019
+ +XMR Price Graph for April 11-18, 2019
+ +![XMR Price Graph 04/11/19-04/18/19](/img/weekly-chart-0418.png "XMR Price Graph 04/11/19-04/18/19") + +Sources: community.xmr.to, moneroblocks.info, minexmr.com, bitinfocharts.com, coingecko.com, localmonero.co + +If you want to get involved in making Monero better, but aren’t sure how, check out the volunteer opportunities below.
+ +Turkish translators wanted for Getmonero.org translation review
+ + +CLI, GUI and Monerujo wallets need translators
+ + + +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 on GitHub.
+ + +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.
+ +Seeking Volunteer Reviewers for PoW RandomX
+ +If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:
+ +44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A
+ + + +Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you. \ No newline at end of file diff --git a/_sass/custom.scss b/_sass/custom.scss index 798e547..6008c4f 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -29,7 +29,7 @@ p.table-title { padding-top: 0.5em; } -.price-table { +.price-table, .moneroversary-table { margin: 0 0 1.3334rem 0; width: 100%; // adjust to your needs background: #45494f; @@ -123,6 +123,22 @@ p.table-title { } +.moneroversary-table { + @media (max-width: $breakpoint-alpha) { + background: #f0f0f0; + color: #45494f; + } + th, td:before { + @media (max-width: $breakpoint-alpha) { + color: #45494f; + } + } +} + +.moneroversary-table tr.row1 { + background-color: #db8b55; +} + .content h3 { margin-top: 3rem; background-color: #45494f; @@ -222,3 +238,13 @@ a.qr img { vertical-align: middle; } +img.merchant-img { + margin-left: auto; + margin-right: auto; +} + +img#njalla { + background-color: #01051F; + padding: 1rem; +} + diff --git a/img/hashrate-pool-distribution-0418.png b/img/hashrate-pool-distribution-0418.png new file mode 100644 index 0000000..a09e921 Binary files /dev/null and b/img/hashrate-pool-distribution-0418.png differ diff --git a/img/njalla.svg b/img/njalla.svg new file mode 100644 index 0000000..adc860d --- /dev/null +++ b/img/njalla.svg @@ -0,0 +1,27 @@ + diff --git a/img/weekly-chart-0418.png b/img/weekly-chart-0418.png new file mode 100644 index 0000000..b0d5421 Binary files /dev/null and b/img/weekly-chart-0418.png differ