diff --git a/README.md b/README.md index 887bc5cf30996e0f0616b246a3cf6ada707b7328..ff4b8d3ad7328a6103680d2c8f7f47995c8956f4 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 354388849c0ee916a77e2cea99fcef220691be1a..b6580ea9a4ac0df37fa8cc002cc19c3c60537cc0 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 6960d63bb1e5b2a2085f0d7a1be130d137922162..78f2315ac309df8e01dd14400d35e4ce1757efbb 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 *