diff options
author | psychocrypt <psychocryptHPC@gmail.com> | 2018-04-22 19:57:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 19:57:18 +0200 |
commit | 4c244d683a7413647cbf29a5c10d8cc21508c6e0 (patch) | |
tree | 71cbdbadf91fde1de91118bb6920ce19dd617270 /xmrstak/jconf.cpp | |
parent | a69a9c8d0ea5d41d17afd59637cf9b521dba2410 (diff) | |
parent | 2fc04ae1f15d9cbf1238baa81b963f71929988a2 (diff) | |
download | xmr-stak-4c244d683a7413647cbf29a5c10d8cc21508c6e0.zip xmr-stak-4c244d683a7413647cbf29a5c10d8cc21508c6e0.tar.gz |
Merge pull request #1469 from ZedPea/dev
Add turtlecoin as a config option
Diffstat (limited to 'xmrstak/jconf.cpp')
-rw-r--r-- | xmrstak/jconf.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmrstak/jconf.cpp b/xmrstak/jconf.cpp index 3af4028..7bb4c8a 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])); |