Skip to content
Snippets Groups Projects
Commit bd81795e authored by Juan Leni's avatar Juan Leni
Browse files

adding qrl as a config option

parent 24573207
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this ...@@ -45,6 +45,7 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this
- [Haven](https://havenprotocol.com) - [Haven](https://havenprotocol.com)
- [Intense](https://intensecoin.com) - [Intense](https://intensecoin.com)
- [Masari](https://getmasari.org) - [Masari](https://getmasari.org)
- [QRL](https://theqrl.org)
- [Ryo](https://ryo-currency.com) - [Ryo](https://ryo-currency.com)
- [TurtleCoin](https://turtlecoin.lol) - [TurtleCoin](https://turtlecoin.lol)
......
...@@ -105,6 +105,7 @@ xmrstak::coin_selection coins[] = { ...@@ -105,6 +105,7 @@ xmrstak::coin_selection coins[] = {
{ "intense", {cryptonight_monero, cryptonight, 4u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr }, { "intense", {cryptonight_monero, cryptonight, 4u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
{ "masari", {cryptonight_masari, cryptonight_monero, 7u}, {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" }, { "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 }, { "ryo", {cryptonight_heavy, cryptonight_heavy, 0u}, {cryptonight_heavy, cryptonight_heavy, 0u}, nullptr },
{ "stellite", {cryptonight_stellite, cryptonight_monero, 4u}, {cryptonight_monero, cryptonight_monero, 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 } { "turtlecoin", {cryptonight_lite, cryptonight_aeon, 255u}, {cryptonight_aeon, cryptonight_lite, 7u}, nullptr }
......
...@@ -28,6 +28,7 @@ POOLCONF], ...@@ -28,6 +28,7 @@ POOLCONF],
* intense * intense
* masari * masari
* monero7 (use this for Monero's new PoW) * monero7 (use this for Monero's new PoW)
* qrl - Quantum Resistant Ledger
* ryo * ryo
* turtlecoin * turtlecoin
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment