summaryrefslogtreecommitdiffstats
path: root/xmrstak
diff options
context:
space:
mode:
authorZedPea <zp+github@zacharypalmer.co.uk>2018-04-19 19:06:03 +0100
committerTimothy Pearson <tpearson@raptorengineering.com>2018-06-04 21:07:11 +0000
commit83db451571df19842d0791cfe11c98103543d84a (patch)
treed9305c4f8c8bf1df924437ccf1d81f3cdea1bbf3 /xmrstak
parent27721514d56650161fbfbf6046f5eae1ab8cd873 (diff)
downloadxmr-stak-83db451571df19842d0791cfe11c98103543d84a.zip
xmr-stak-83db451571df19842d0791cfe11c98103543d84a.tar.gz
Add turtlecoin as a config option
Diffstat (limited to 'xmrstak')
-rw-r--r--xmrstak/jconf.cpp3
-rw-r--r--xmrstak/pools.tpl1
2 files changed, 3 insertions, 1 deletions
diff --git a/xmrstak/jconf.cpp b/xmrstak/jconf.cpp
index ec37f80..091ee7a 100644
--- a/xmrstak/jconf.cpp
+++ b/xmrstak/jconf.cpp
@@ -97,7 +97,8 @@ xmrstak::coin_selection coins[] = {
{ "karbo", {cryptonight_monero, cryptonight, 255u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
{ "monero7", {cryptonight_monero, cryptonight_monero, 0u}, {cryptonight_monero, cryptonight_monero, 0u}, "pool.usxmrpool.com:3333" },
{ "stellite", {cryptonight_monero, cryptonight, 3u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
- { "sumokoin", {cryptonight_heavy, cryptonight_heavy, 0u}, {cryptonight_heavy, cryptonight_heavy, 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 }
};
constexpr size_t coin_alogo_size = (sizeof(coins)/sizeof(coins[0]));
diff --git a/xmrstak/pools.tpl b/xmrstak/pools.tpl
index 58ca8b5..f0667a1 100644
--- a/xmrstak/pools.tpl
+++ b/xmrstak/pools.tpl
@@ -31,6 +31,7 @@ POOLCONF],
* karbo
* monero7 (use this for Monero's new PoW)
* sumokoin (automatic switch with block version 3 to cryptonight_heavy)
+ * turtlecoin
*
* Native algorithms which not depends on any block versions:
*
OpenPOWER on IntegriCloud