diff --git a/README.md b/README.md index 64fd4881b5e5b8d482f0bf981ccc22d0d103f947..b058f6c7b7983a637a67f12f763d6a410cb2023a 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this - [Intense](https://intensecoin.com) - [Karbo](https://karbo.io) - [Sumokoin](https://www.sumokoin.org) +- [TurtleCoin](https://turtlecoin.lol) If your prefered coin is not listed, you can chose one of the following algorithms: diff --git a/xmrstak/jconf.cpp b/xmrstak/jconf.cpp index 3af4028add0196935de7eee5e114db27d72dec22..7bb4c8afb83c199754264add80ab47f0b3bb4ad8 100644 --- a/xmrstak/jconf.cpp +++ b/xmrstak/jconf.cpp @@ -104,7 +104,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 58ca8b5d630519d44c5b2939690d66cd5a06ed3d..f0667a17ee9f5ac8707dfb16d2210429de02aac3 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: *