diff --git a/_includes/head.html b/_includes/head.html index 4200ec3..68e9316 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,7 +7,17 @@ {%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + + + + + + + + + + diff --git a/_includes/header.html b/_includes/header.html index b0cd98f..9ecb8f7 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,6 +1,5 @@ diff --git a/_posts/2019-04-25-issue-5.md b/_posts/2019-04-25-issue-5.md new file mode 100644 index 0000000..e0571cd --- /dev/null +++ b/_posts/2019-04-25-issue-5.md @@ -0,0 +1,238 @@ +--- +title: Revuo Monero Weekly - April 25, 2019 +--- +Fifth issue of Revuo Monero Weekly. Week of April 18-25, 2019. + + +

Table of Contents:

+ + +

Recent News

+ + + + + +
Moneroversary Recap
+ +
+

Moneroversary Playlist +

+ +
+ +
+

CoinDesk Article on Monero's 5th Birthday +

+
+ +
+

Moneroversary Countdown (RIAT) +

+
+ + + + + +
Other News
+ +
+

Mastering Monero eBook FREE version has been released +

+
+ +
+

Monero Talk w/ Mitchell Krawiec-Thayer on Mastering Monero +

+
+ +
+

Minko, a new game that utilizes Monero was launched. Play it here: minko.to

+
+ +
+

99Bitcoins released a video about Monero for noobs

+
+ +
+

+ Monerobox enables Tor hidden service +

+
+ +
+

+ Getmonero.org available in Turkish +

+
+ +
+

+ The Monero Outreach Workgroup released a simplified Guide to Monero Wallets +

+
+ +

Upcoming Events

+ +
+

April 27, 2019 (Saturday) - 17:00 UTC

+

Community Workgroup Meeting

+
+ +
+

April 29, 2019 (Monday) – 17:00 UTC

+

Research Lab Meeting

+
+ +
+

May 4, 2019 (Saturday) – 17:00 UTC

+

DefCon 27 Workgroup Meeting

+
+ +
+

May 5, 2019 (Sunday) – 17:00 UTC

+

Dev Meeting

+
+ +

CCS Proposal Ideas

+ +

Below you can find recent CCS proposal ideas open for discussion.

+ +
+

Monero currency and blockchain statistics hub

+
+ +
+

Korean Translations GUI & CLI by Xeagu

+
+ +

CCS Proposals Need Funding

+ +
+

GUI UX coding (3 months) by dsc

+

Raised 97.12 of 282.00 XMR (34%)

+
+ +
+

Xiphon part time coding (3 months) by xiphon

+

Raised 15.07 of 111.00 XMR (14%)

+
+ +
+

Knueffelbund GUI design for Q2 2019 by knueffelbund

+

Raised 24.02 of 37.00 XMR (65%)

+
+ +
+

ErCiccione: Coordinator of the Localization Workgroup - March by ErCiccione

+

Raised 18.01 of 144.00 XMR (13%)

+
+ +

Price & Blockchain Stats

+ +

Blockchain Stats

+ +
+

Block height: 1820974

+

Median block size: 292.97 kB

+

Hash rate: 302.883 MH/s

+

Average Tx per block: 10.36

+

Weekly Moving Average Tx per day: 3229

+

Block reward: 2.87 XMR

+
+

Data taken on April 25, 2019

+ +

Hashrate Pool Distribution

+

Hashrate Pool Distribution Pie Chart

+ +

Price & Performance

+ +
XMR Market Cap: $1,145,953,168
Localmonero.co Street Price: $63.67
+ +

Monero (XMR) Price

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
XMR to4/25/19WeekMonthYear
USD$67.69-0.9%+31.5%-77.1%
EUR€60.81+0.6%+33.7%-74.8%
BTCɃ0.01235750 -5.5%-5.6%-59.4%
+

Data taken on April 25, 2019

+ +

XMR Price Graph for April 18-25, 2019

+ +![XMR Price Graph 04/18/19-04/25/19](/img/weekly-chart-0425.png "XMR Price Graph 04/18/19-04/25/19") + +Sources: community.xmr.to, moneroblocks.info, minexmr.com, bitinfocharts.com, coingecko.com, localmonero.co + +

Monero Merchant of the Week

+ +AirVPN Logo + +AirVPN.org is a VPN provider based in Italy. They contribute to FOSS by having created and currently maintaining a GUI for OpenVPN called Eddie, and accept Monero for all of their services. They are fairly highly rated by That One Privacy Site, although every user is encouraged to do their own research to find something that fits their needs. + +Check back next week for another merchant that accepts Monero for their goods and services. + +

Volunteer Opportunities

+ +

If you want to get involved in making Monero better, but aren’t sure how, check out the volunteer opportunities below.

+ +

Seeking Volunteer Reviewers for PoW RandomX

+ +

Test I2P-Zero

+

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.

+ +

Test Monero Core Software

+

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.

+ + + +

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 6008c4f..ceef923 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -124,6 +124,7 @@ p.table-title { } .moneroversary-table { + margin: 1.3334rem 0 1.3334rem 0; @media (max-width: $breakpoint-alpha) { background: #f0f0f0; color: #45494f; diff --git a/_sass/layout.scss b/_sass/layout.scss index ef92d96..187746e 100644 --- a/_sass/layout.scss +++ b/_sass/layout.scss @@ -137,9 +137,18 @@ html, body { border-bottom: none; } img { - max-height: 72px; + max-height: 100px; margin: 0 auto; display: block; + @media (max-width: 940px) { + max-height: 90px; + } + @media (max-width: 600px) { + max-height: 60px; + } + @media (max-width: 480px) { + max-height: 50px; + } } h1 { font-family: 'Bebas Neue', sans-serif; //Emerald logo font diff --git a/img/airvpn-logo.png b/img/airvpn-logo.png new file mode 100644 index 0000000..c7387c7 Binary files /dev/null and b/img/airvpn-logo.png differ diff --git a/img/android-chrome-192x192.png b/img/android-chrome-192x192.png new file mode 100644 index 0000000..2cde66b Binary files /dev/null and b/img/android-chrome-192x192.png differ diff --git a/img/android-chrome-512x512.png b/img/android-chrome-512x512.png new file mode 100644 index 0000000..01582a3 Binary files /dev/null and b/img/android-chrome-512x512.png differ diff --git a/img/apple-touch-icon.png b/img/apple-touch-icon.png new file mode 100644 index 0000000..12ceff6 Binary files /dev/null and b/img/apple-touch-icon.png differ diff --git a/img/favicon-16x16.png b/img/favicon-16x16.png new file mode 100644 index 0000000..9679a23 Binary files /dev/null and b/img/favicon-16x16.png differ diff --git a/img/favicon-32x32.png b/img/favicon-32x32.png new file mode 100644 index 0000000..69fce00 Binary files /dev/null and b/img/favicon-32x32.png differ diff --git a/img/favicon.ico b/img/favicon.ico new file mode 100644 index 0000000..ab325d6 Binary files /dev/null and b/img/favicon.ico differ diff --git a/img/hashrate-pool-distribution-0425.png b/img/hashrate-pool-distribution-0425.png new file mode 100644 index 0000000..726e860 Binary files /dev/null and b/img/hashrate-pool-distribution-0425.png differ diff --git a/img/revuo-monero-logo.png b/img/revuo-monero-logo.png new file mode 100644 index 0000000..03e8e33 Binary files /dev/null and b/img/revuo-monero-logo.png differ diff --git a/img/rm-icon.jpg b/img/rm-icon.jpg new file mode 100644 index 0000000..3487726 Binary files /dev/null and b/img/rm-icon.jpg differ diff --git a/img/site.webmanifest b/img/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/img/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/img/weekly-chart-0425.png b/img/weekly-chart-0425.png new file mode 100644 index 0000000..01354c2 Binary files /dev/null and b/img/weekly-chart-0425.png differ