From d819062ed8734e4595705d908c2b337238607648 Mon Sep 17 00:00:00 2001
From: psychocrypt <psychocryptHPC@gmail.com>
Date: Sun, 8 Jul 2018 20:25:58 +0200
Subject: [PATCH] add ryo currency

- add ryo currency
- update documentation
---
 README.md         | 1 +
 xmrstak/jconf.cpp | 1 +
 xmrstak/pools.tpl | 1 +
 3 files changed, 3 insertions(+)

diff --git a/README.md b/README.md
index b39afa2..9ac1d49 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,7 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this
 - [IPBC](https://ipbc.io)
 - [Karbo](https://karbo.io)
 - [Masari](https://getmasari.org)
+- [Ryo](https://ryo-currency.com)
 - [Sumokoin](https://www.sumokoin.org)
 - [TurtleCoin](https://turtlecoin.lol)
 
diff --git a/xmrstak/jconf.cpp b/xmrstak/jconf.cpp
index ec42614..4565d8d 100644
--- a/xmrstak/jconf.cpp
+++ b/xmrstak/jconf.cpp
@@ -109,6 +109,7 @@ xmrstak::coin_selection coins[] = {
 	{ "karbo",               {cryptonight_monero, cryptonight, 255u},      {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
 	{ "masari",              {cryptonight_masari, cryptonight_monero, 7u},   {cryptonight_monero, cryptonight_monero, 0u},nullptr },
 	{ "monero7",             {cryptonight_monero, cryptonight_monero, 0u}, {cryptonight_monero, cryptonight_monero, 0u}, "pool.usxmrpool.com:3333" },
+	{ "ryo",                 {cryptonight_heavy, cryptonight_heavy, 0u},   {cryptonight_heavy, cryptonight_heavy, 0u},   nullptr },
 	{ "stellite",            {cryptonight_stellite, cryptonight_monero, 4u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
 	{ "sumokoin",            {cryptonight_heavy, cryptonight_heavy, 0u},   {cryptonight_heavy, cryptonight_heavy, 0u},   nullptr },
 	{ "turtlecoin",          {cryptonight_lite, cryptonight_aeon, 255u},   {cryptonight_aeon, cryptonight_lite, 7u},     nullptr }
diff --git a/xmrstak/pools.tpl b/xmrstak/pools.tpl
index 6966d22..f60309c 100644
--- a/xmrstak/pools.tpl
+++ b/xmrstak/pools.tpl
@@ -32,6 +32,7 @@ POOLCONF],
  *    karbo
  *    masari
  *    monero7 (use this for Monero's new PoW)
+ *    ryo
  *    sumokoin (automatic switch with block version 3 to cryptonight_heavy)
  *    turtlecoin
  *
-- 
GitLab