From bd81795eeedaafe2fa7752b9919cd8149dd2d408 Mon Sep 17 00:00:00 2001
From: Juan Leni <lenijuan@gmail.com>
Date: Sun, 6 May 2018 21:11:30 +0200
Subject: [PATCH] adding qrl as a config option

---
 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 887bc5c..ff4b8d3 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this
 - [Haven](https://havenprotocol.com)
 - [Intense](https://intensecoin.com)
 - [Masari](https://getmasari.org)
+- [QRL](https://theqrl.org)
 - [Ryo](https://ryo-currency.com)
 - [TurtleCoin](https://turtlecoin.lol)
 
diff --git a/xmrstak/jconf.cpp b/xmrstak/jconf.cpp
index 3543888..b6580ea 100644
--- a/xmrstak/jconf.cpp
+++ b/xmrstak/jconf.cpp
@@ -105,6 +105,7 @@ xmrstak::coin_selection coins[] = {
 	{ "intense",             {cryptonight_monero, cryptonight, 4u},        {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" },
+	{ "qrl",             	 {cryptonight_monero, cryptonight_monero, 0u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
 	{ "ryo",                 {cryptonight_heavy, cryptonight_heavy, 0u},   {cryptonight_heavy, cryptonight_heavy, 0u},   nullptr },
 	{ "stellite",            {cryptonight_stellite, cryptonight_monero, 4u}, {cryptonight_monero, cryptonight_monero, 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 6960d63..78f2315 100644
--- a/xmrstak/pools.tpl
+++ b/xmrstak/pools.tpl
@@ -28,6 +28,7 @@ POOLCONF],
  *    intense
  *    masari
  *    monero7 (use this for Monero's new PoW)
+ *    qrl - Quantum Resistant Ledger
  *    ryo
  *    turtlecoin
  *
-- 
GitLab